/*
Theme Name: HashTheme
Theme URI: http://hashthemes.com
Author: Prabin Dangol
Author URI: http://hashthemes.com
Description: Hash Theme
Version: 2.0.0
Text Domain: hashtheme
*/


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

body {
    margin: 0;
}

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

b,
strong {
    font-weight: 700;
}

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 0 15px;
    padding: 0;
}

hr {
    -webkit-box-sizing: content-box;
    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"] {
    -webkit-box-sizing: border-box;
    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-appearance: textfield;
}

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

fieldset {
    border: 1px solid #EEE;
    margin: 0;
    padding: 30px;
}

legend {
    border: 0;
    padding: 20px;
    font-weight: bold;
    font-size: 1.3em;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    border: 1px solid #EEE;
    padding: 10px;
    text-align: left;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    line-height: 1.4;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    margin: 0 0 25px;
}

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

blockquote {
    margin: 0 15px;
}

address {
    margin: 0 0 15px;
}

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 {
    -webkit-box-sizing: border-box;
    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/ */
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

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

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

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

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

ul,
ol {
    margin: 0 0 30px 20px;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 15px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 15px 15px;
}

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

table {
    margin: 0 0 15px;
    width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #4476f3;
    border: 1px solid #4476f3;
    color: #FFF;
    font-size: 14px;
    padding: 10px 20px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #2D3E52;
    border: 1px solid #2D3E52;
    color: #FFF;
}

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 {
    outline: 0;
}

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"] {
    border: 1px solid #EEE;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    height: 48px;
}

select {
    border: 1px solid #EEE;
    padding: 10px;
    height: 48px;
}

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,
select:focus {
    outline: 0;
}

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"] {
    padding: 10px;
}

textarea {
    border: 1px solid #EEE;
    width: 100%;
    padding: 10px;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #4476f3;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {}

a:focus {
    outline: 0;
}

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

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

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


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


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

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


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clearfix:before,
.clearfix:after,
.navigation:before,
.navigation:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clearfix:after,
.navigation:after {
    clear: both;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 15px;
}

.byline,
.published {
    display: none;
}

.updated {
    display: inline;
}

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

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

.single-article {
    color: #444;
    font-size: 18px;
    line-height: 2;
}

.page-links {
    clear: both;
    margin: 0 0 15px;
}

#disqus_thread {
    margin-top: 40px;
}


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.widget-area .widget-title {
    letter-spacing: 0;
    text-transform: uppercase;
}

.widget-area ul,
.widget-areaol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-area li {
    line-height: 1.3;
    padding: 8px 0;
}

.widget-area a {
    color: inherit;
}

.widget-area a:hover {
    color: #4476f3;
}

.widget-area .widget {
    margin: 0 0 50px;
}

.widget-area .widget:last-child {
    margin: 0;
}


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

.widget select {
    max-width: 100%;
}

.widget_recent_entries ul li,
.widget_categories ul li,
.widget_display_topics li {
    padding-left: 24px;
    position: relative;
}

.widget_recent_entries ul li a:before,
.widget_categories ul li a:before,
.widget_display_topics li a:before {
    content: "\e876";
    position: absolute;
    height: 12px;
    width: 12px;
    left: 0;
    top: 13px;
    background: #0997e0;
    font-family: 'linearicons';
    color: #FFF;
    font-size: 5px;
    font-weight: bold;
    text-align: center;
    line-height: 12px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

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

.bypostauthor {
    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;
}


/* Make sure embeds and iframes fit their containers. */

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


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 15px;
    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;
}

.comments-title{
	margin-bottom: 40px;
}

#comments {
    margin-bottom: 60px
}

.logged-in-as,.comment-notes {
    margin-bottom: 25px
}

.logged-in-as a {
    color: inherit
}

#comments ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#comments li.comment .children {
    display: block;
    margin: 0 0 0 80px;
    padding: 0;
    list-style: none
}

article.comment-body {
    margin: 0 0 30px
}

.comment-list a {
    color: inherit
}

.comment-list .ht-comment-avatar {
    margin-right: 20px;
    float: left
}

.comment-list .ht-comment-content {
    position: relative;
    border: 1px solid #eee;
    padding: 20px;
    margin-left: 80px
}

.comment-list .comment-header {
    margin-bottom: 15px
}

.comment-list .vcard .fn {
    font-weight: 400;
    font-size: 1.1rem
}

.comment-list .vcard>a {
    font-style: italic;
    opacity: .9
}

.comment-list .reply {
    position: absolute;
    top: 20px;
    right: 20px;
    text-transform: uppercase;
    font-size: .9rem
}

.comment-list .edit-link a {
    font-size: .9rem;
    display: inline-block
}

.comment-list .comment-respond {
    padding-left: 80px;
    margin-bottom: 30px
}

#cancel-comment-reply-link {
    float: right
}

.no-comments {
    color: #0078af
}

.pagination {
    clear: both;
    text-align: center;
    margin-bottom: 60px
}

.pagination .page-numbers {
    display: inline-block;
    margin: 4px 2px;
    background: #0078af;
    color: #fff;
    padding: 12px 20px;
    line-height: 1
}

.pagination .page-numbers.current,.pagination .page-numbers:hover {
    background: #333;
    color: #fff
}



/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

.mid-content {
    width: 1200px;
    margin: 0 auto;
}

/*------- Header --------*/

#masthead {
    background: #FFF;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 9999;
}

#masthead .mid-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-branding {}

.site-branding img {
    max-height: 45px;
    width: auto;
}

.ht--header-bar {
    background: #000;
    color: #FFF;
    text-align: center;
    padding: 15px 0;
    font-size: 15px;
    position: relative;
    z-index: 99999;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.ht--header-bar a.bttn-link {
    background: linear-gradient(to right, #8743f3, #4e55f3);
    padding: 6px 10px;
    line-height: 1;
    border-radius: 2px;
    font-size: 13px;
    display: inline-block;
    color: #FFF;
}

.ht--header-bar .bttn-link:hover {
    background: #000;
}

.ht--header-bar .mid-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.ht--header-bar .ht--countdown {
    display: flex;
    margin-right: 10px;
}

.ht--header-bar .ht--countdown label {
    display: block;
    font-size: 10px;
    font-weight: normal;
    margin-top: 2px;
}

.ht--header-bar .ht--countdown > div {
    background: #000;
    line-height: 1;
    margin: -5px 3px -5px 3px;
    padding: 5px;
    font-weight: bold;
    border-radius: 2px;
    background: #FFF;
    color: #000;
    text-shadow: none;
}

#primary {
    width: 72%;
    float: left;
    padding-right: 3%;
    position: relative;
}

#secondary {
    width: 28%;
    float: right;
    padding-left: 3%;
    position: relative;
}

#primary:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    border-right: 1px solid #F6F6F6;
}

#secondary:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    border-right: 1px solid #F6F6F6;
    margin-right: -1px;
}

.page-header {
    padding: 100px 0;
    color: #FFF;
    margin-bottom: 60px;
    text-align: center;
    background-color: #4476f3;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 100 100'%3E%3Crect x='0' y='0' width='61' height='61' fill-opacity='0.03' fill='%23ffffff'/%3E%3C/svg%3E");
}

.page-header h1.page-title {
    margin-bottom: 0;
    color: #FFF;
    font-size: 36px;
}

#primary-full-width {
    width: 100%;
    min-height: 300px;
}

#primary-full-width-narrow {
    width: 70%;
    margin: 0 auto;
    min-height: 300px;
}

.single-wordpress-theme #primary:after,
.single-wordpress-theme #secondary:after {
    display: none;
}

.single-wordpress-theme #secondary {
    padding-left: 0;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

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

.site-navigation > ul {
    display: flex;
    align-items: center;
}

.site-navigation ul li {
    position: relative;
    padding: 0;
}

.site-navigation ul ul li {
    font-size: 14px;
    border-bottom: 1px solid #F6F6F6;
}

.site-navigation ul li a {
    text-decoration: none;
    color: #444;
    display: block;
}

.site-navigation ul ul a {
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
}

.site-navigation ul ul {
    display: none;
    background: #FFF;
    min-width: 240px;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.site-navigation ul li:hover > ul {
    display: block;
}

.site-navigation ul ul ul {
    left: 100%;
    top: 0;
}

.site-navigation > ul > li {
    font-weight: 400;
    margin-left: 20px;
    padding: 30px 0;
}

.site-navigation > ul > li > a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.site-navigation > ul > li.menu-item-account {
    padding: 0;
}

.site-navigation > ul > li.menu-item-account > a {
    background: #4476f3;
    color: #FFF !important;
    padding: 10px 15px;
}

.site-navigation > ul > li.menu-item-account > a span {
    margin-right: 5px;
}

.site-navigation > ul > li.menu-item-account > a:hover {
    background: #2D3E52;
}

.site-navigation > ul > li:hover > a {
    color: #4476f3;
}

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

.site-navigation > ul > li.menu-item-has-children > a:after {
    font-family: 'linearicons';
    content: "\e874";
    margin-left: 6px;
    font-size: 10px;
}

.site-navigation ul ul > li.menu-item-has-children > a:after {
    font-family: 'linearicons';
    content: "\e876";
    margin-left: 6px;
    font-size: 10px;
}

.main-banner {
    background-color: #4476f3;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 100 100'%3E%3Crect x='0' y='0' width='61' height='61' fill-opacity='0.03' fill='%23ffffff'/%3E%3C/svg%3E");
    position: relative;
    padding: 80px 0;
    margin-bottom: 60px;
}

.main-banner .mid-content {
    display: flex;
    align-items: center;
}

.main-banner .promo-banner {
    width: 65%;
    margin-left: -100px;
    position: relative;
}

.main-banner .promo-banner img {
    position: relative;
}

.main-banner .promo-banner .svg-wrap {
    position: absolute;
    height: 100%;
    width: 110%;
    left: -50px;
    top: -235px;
}

.main-banner .promo-text {
    width: 40%;
    padding: 40px 0 40px 20px;
    color: #fff;
    flex-grow: 1;
}

.main-banner .promo-text h2 {
    text-transform: uppercase;
    font-size: 64px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 4px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.main-banner .promo-text h6 {
    font-size: 24px;
    margin-bottom: 15px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.main-banner .promo-text ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px;
    padding: 0;
}

.main-banner .promo-text ul li {
    width: 50%;
    background: url(../png/checked.png) no-repeat 0px 3px;
    padding-left: 25px;
    margin-top: 10px;
    line-height: 1.4;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.why-choose-us {
    margin-left: -3.333%;
}

.our-features {
    float: left;
    margin-left: 3.333%;
    width: 30%;
    padding-left: 70px;
    margin-bottom: 80px;
}

.our-features h6 {
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    padding-bottom: 10px;
}

.our-features h6:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 50px;
    background: #4476f3;
    left: 0;
    top: 100%;
}

.our-features p {
    margin-bottom: 0;
}

.our-features .featured-icon {
    float: left;
    font-size: 40px;
    margin-left: -70px;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
}

.our-features .featured-icon .lnr {
    color: #4476f3;
}

.why-choose-banner {
    text-align: center;
    padding: 0 13%;
    margin-top: -300px;
    position: relative;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 38px;
}

#latest-themes {
    background-color: #4476f3;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 100 100'%3E%3Crect x='0' y='0' width='61' height='61' fill-opacity='0.03' fill='%23ffffff'/%3E%3C/svg%3E");
    padding: 100px 0 60px;
}

#latest-themes .mid-content {
    display: flex;
}

.latest-theme-intro {
    background: #FFF;
    padding: 40px;
    display: flex;
    align-items: center;
    color: #2e3f50;
    text-align: center;
    font-size: 18px;
}

.latest-theme-intro h3 {
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 0;
    background-color: #4476f3;
    color: #FFF;
    padding: 10px;
    margin-bottom: 20px;
}

.latest-theme-intro p:last-child {
    margin-bottom: 0;
}

.latest-themes-slider {
    width: 72%;
    float: right;
}

.latest-themes-slider .theme-slide {
    display: none;
}

.latest-themes-slider .owl-item .theme-slide {
    display: block;
}

.latest-themes-slider .owl-item {
    border: 1px solid #EEE;
    padding: 10px;
    background: #FFF;
    float: left;
}

.latest-themes-slider .theme-slide .theme-header h2 {
    margin: 0;
    padding: 10px 0 0;
    font-size: 18px;
    border-top: 1px solid #F0F0F0;
}

.latest-themes-slider .owl-item img {}

.latest-themes-slider .owl-nav {
    position: absolute;
    left: -125px;
    bottom: 15px;
}

.latest-themes-slider .owl-prev,
.latest-themes-slider .owl-next {
    height: 30px;
    width: 40px;
    background: #4476f3;
    color: #FFF;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    margin-left: 5px;
    padding: 0;
}

.latest-themes-slider .owl-prev:hover,
.latest-themes-slider .owl-next:hover {
    background: #2D3E52;
}

.theme-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -70px;
}

.theme-block-wrap {
    width: 33.33%;
    padding: 0 20px;
    margin-bottom: 40px;
}

.theme-block-wrap:nth-child(2) {
    margin-top: 30px;
}

.theme-block-wrap:nth-child(5),
.theme-block-wrap:nth-child(8),
.theme-block-wrap:nth-child(11) {
    margin-top: -122px;
}

.theme-block {
    position: relative;
    border: 1px solid #EEE;
    padding: 10px 10px 0;
    background: #FFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.35);
}

.theme-block .theme-header {
    background: rgba(255, 255, 255, 1);
}

.theme-block .theme-header h2 {
    margin: 0;
    padding: 12px 15px;
    font-size: 18px;
    border-top: 1px solid #f9f9f9;
}

#how-we-work {
    padding: 100px 0;
}

.how-we-work {
    margin-left: -3.333%;
}

.how-we-work h5 {
    text-transform: uppercase;
    letter-spacing: 0;
}

.work-flow {
    width: 30%;
    float: left;
    margin-left: 3.333%;
    text-align: center;
    padding: 30px;
    background: #F6F6F6;
    position: relative;
}

.work-flow .lnr-icon {
    font-size: 34px;
    margin-bottom: 10px;
    line-height: 1;
}

.work-flow p {
    margin: 0;
}

.work-flow .num {
    position: absolute;
    top: -10px;
    left: 10px;
    height: 50px;
    width: 50px;
    background: #4476f3;
    color: #FFF;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    font-size: 24px;
    font-family: "Jost", sans-serif;
}

#what-we-do {
    padding: 130px 0;
    position: relative;
    background-color: #4476f3;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 100 100'%3E%3Crect x='0' y='0' width='61' height='61' fill-opacity='0.03' fill='%23ffffff'/%3E%3C/svg%3E");
}

.our-service {
    margin-left: -30px;
}

.our-service .service-block:nth-child(even) {
    transform: translateY(-20%);
}

.our-service .service-block:nth-child(odd) {
    transform: translateY(20%);
}

.our-service .service-block {
    width: 25%;
    float: left;
    text-transform: uppercase;
    padding-left: 30px;
    color: #444;
}

.our-service .service-block a {
    color: #444;
}

.our-service .service-block-wrap {
    background: rgba(255, 255, 255, 0.8);
    padding: 0 30px;
    height: 150px;
    display: table;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.our-service .service-block a:hover .service-block-wrap {
    background: #2D3F50;
    color: #FFF;
}

.our-service .service-block h2 {
    font-weight: bold;
    margin: 0;
    letter-spacing: 0;
    display: table-cell;
    vertical-align: middle;
}

.our-service .service-block h6 {
    margin: 0;
    font-size: 20px;
    letter-spacing: 0;
    display: table-cell;
    vertical-align: middle;
}

.our-service .service-block.main-service-block {
    color: #FFF;
}

.our-service .main-service-block .service-block-wrap {
    background: #2d3f51;
}

#testimonials {
    padding: 100px 0 0;
}

.testimonial-slides-wrap {
    width: 30%;
    float: right;
    padding: 30px;
    background: #4476f3;
    color: #FFF;
    font-size: 18px;
    position: relative;
}

.testimonial-slides-wrap h4 {
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #FFF;
}

.testimonial-slides-wrap .testimonail-thumb {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 10px;
}

.testimonial-slides-wrap .testimonail-thumb img {
    border-radius: 50%;
}

.testimonial-slides-wrap .client-name {
    text-transform: none;
    margin-top: 15px;
    display: inline-block;
}

.testimonial-slides-wrap .owl-controls {
    float: right;
    position: relative;
    bottom: -40px;
}

.testimonial-slides-wrap .owl-dot {
    display: inline-block;
    margin-left: 5px;
}

.testimonial-slides-wrap .owl-dot span {
    width: 8px;
    height: 8px;
    background: #4476f3;
    display: block;
    border-radius: 50%;
}

.testimonial-slides-wrap .owl-dot.active span {
    background: #1697a0;
}

.request-quote {
    width: 66%;
    float: left;
}

.request-quote input[type="text"],
.request-quote input[type="email"],
.request-quote textarea {
    border: 0;
    border-bottom: 2px solid #CCC;
    border-radius: 0;
    width: 100%;
    padding: 10px 0 6px;
}

.request-quote textarea {
    height: 80px;
}

.request-quote p {
    margin-bottom: 15px;
}

.doc-menu {
    width: 23%;
    float: left;
    margin-right: 2%;
}

.tocify {
    background: #4476f3;
    border-top: 5px solid #2d3e52;
}

.doc-content {
    width: 73%;
    float: right;
}

.doc-content h3.header,
.doc-content h2.header {
    border-top: 1px solid #F6F6F6;
    padding-top: 25px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.doc-content h2.header:nth-of-type(1) {
    border-top: 0;
    padding-top: 0;
}

.doc-menu li {
    text-transform: uppercase;
    font-weight: 600;
}

.single-articles .content-area blockquote,
.doc-content blockquote {
    background: #F6F6F6;
    padding: 30px;
    position: relative;
    margin: 0 0 30px;
    border-top: 4px solid #4476f3;
    font-size: 17px;
    color: #888;
}

.single-articles .content-area blockquote:before,
.single-articles .content-area blockquote:after,
.doc-content blockquote:before,
.doc-content blockquote:after {
    content: "";
    position: absolute;
    z-index: -2;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    bottom: 15px;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    height: 20%;
    left: 10px;
    max-height: 120px;
    max-width: 500px;
    width: 50%;
}

.single-articles .content-area blockquote:after,
.doc-content blockquote:after {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    left: auto;
    right: 10px;
}

.single-articles .content-area p:last-child,
.doc-content blockquote p:last-child {
    margin-bottom: 0;
}

.single-articles .content-area img,
.doc-content img {
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
    border: 1px solid #EEE;
}

.single-articles .content-area tr:nth-child(odd),
.doc-content tr:nth-child(odd) {
    background: #F6F6F6;
}

.single .content-area ul,
.single .content-area ol,
.wp-block-image {
    margin-bottom: 25px;
    line-height: 1.6;
}

.single .content-area ul li,
.single .content-area ol li {
    padding-bottom: 12px;
}

.single .content-area ul li:last-child,
.single .content-area ol li:last-child {
    padding-bottom: 0;
}

.single .content-area li ul,
.single .content-area li ol {
    margin-top: 12px;
    margin-bottom: 0;
}

.single-articles .content-area td,
.single-articles .content-area th,
.doc-content td,
.doc-content th {
    padding: 6px;
}

.ht-other-articles {
    list-style: none;
    margin: 0;
}

.ht-other-articles li {
    padding: 5px 0;
}

.ht-other-articles li a {
    color: inherit;
}

.ht-other-articles li a:hover {
    color: #4476f3;
}

.ht-other-articles li a:before {
    content: '- ';
}

.ul-col-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.ul-col-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.ht--slider img {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ht--slider .owl-dots {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 40px;
}

.ht--slider .owl-dots .owl-dot {
    display: inline-block;
    padding: 12px 16px;
    margin-left: 5px;
    color: #FFF;
    background: #4476f3;
    line-height: 1;
}

.ht--slider .owl-dots .owl-dot.active {
    background: #000;
}

#colophon {
    background: #2D3E52;
    color: #EEE;
    padding: 35px 0;
    color: #EEE;
    margin-top: 50px;
    text-align: center;
}

.social-links {
    margin-bottom: 20px;
    line-height: 1;
}

.social-links a {
    color: #EEE;
    font-size: 30px;
    margin: 0 5px;
}

.footer-menu ul {
    list-style: none;
    font-size: 0.9em;
}

.footer-menu ul li {
    display: inline-block;
}

.footer-menu ul li a {
    color: #EEE;
    border-right: 1px solid #CCC;
    padding-right: 14px;
    margin-right: 10px;
}

.footer-menu ul li:last-child a {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}

#back-to-top {
    position: fixed;
    right: 30px;
    bottom: 25px;
    font-size: 30px;
    cursor: pointer;
    display: none;
    color: #CCC;
}

#back-to-top:hover {
    color: #BBB;
}

.site-info {
    font-size: 15px;
}

/*Single Wordpress Page*/

.short-intro {
    color: #FFF;
    padding: 60px 0;
    margin-bottom: 40px;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    background-color: #4476f3;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 100 100'%3E%3Crect x='0' y='0' width='61' height='61' fill-opacity='0.03' fill='%23ffffff'/%3E%3C/svg%3E");
}

.theme-intro {
    width: 46%;
    float: left;
    line-height: 1.8;
}

.theme-intro h1 {
    font-size: 40px;
    margin-bottom: 30px;
    position: relative;
}

.theme-intro h1:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background: #FFF;
    top: 100%;
    left: 0;
    margin-top: 10px;
}

.theme-screenshot {
    width: 50%;
    float: right;
    padding: 0 40px;
}

.theme-feature-wrap {
    background: #F6F6F6;
    padding: 25px;
}

.feature-block {
    padding: 25px;
    margin-bottom: 25px;
    background: #FFF;
}

.feature-block:last-child {
    margin-bottom: 0;
}

.feature-block p:last-child {
    margin-bottom: 0;
}

.feature-block.image-left img {
    float: left;
    margin-right: 30px;
    max-width: 220px;
}

.feature-block.image-right img {
    float: right;
    margin-left: 30px;
    max-width: 220px;
}

.feature-block.image-top img {
    margin: 40px auto 0;
    display: block;
}

.feature-block h4 {
    color: #555;
    font-size: 26px;
    margin: 0 0 20px;
}

.feature-block th,
.feature-block td {
    border: none;
    padding: 6px;
}

.theme-tab {
    margin-bottom: 25px;
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.theme-tab > div {
    min-width: 50%;
    text-align: center;
    padding: 20px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}

.theme-tab > div.active-tab {
    background: #4476f3;
    color: #FFF;
}

.theme-tab > div.active-tab:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border-color: #4476f3 transparent transparent;
    border-style: solid;
    border-width: 10px;
    margin-left: -10px;
}

.theme-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin-bottom: 25px;
}

.theme-btns .demo-link.btn {
    background: #4376f3;
}

.sidebar-demo-link {
    text-transform: uppercase;
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    padding: 14px 16px;
    border-radius: 3px;
    margin-bottom: 15px;
    font-weight: 600;
    background: #4376f3;
    color: #FFF;
}

.sidebar-demo-link:hover {
    background: #2d3e51;
}

.usd-price-note {
    font-size: 13px;
    font-style: italic;
    color: #666;
    margin-top: 10px;
    display: block;
}

#theme-comparision-tab {
    background: #FFF;
}

#theme-comparision-tab table {
    border: 1px solid #EEE;
}

#theme-comparision-tab table tr:nth-child(odd) {
    background: #F6F6F6;
}

#theme-comparision-tab table td,
#theme-comparision-tab table th {
    padding: 20px;
}

#theme-comparision-tab table td span {
    font-size: 14px;
    font-style: italic;
    color: #666;
}

#theme-comparision-tab table td:nth-child(n+2),
#theme-comparision-tab table th:nth-child(n+2) {
    text-align: center;
}

#theme-comparision-tab table td:nth-child(n+2) img {
    width: 40px;
}

#theme-comparision-tab table th {
    text-transform: uppercase;
    font-weight: bold;
}

.btn {
    font-family: 'Jost', sans-serif;
    background: #2d3e51;
    color: #FFF;
    text-transform: uppercase;
    padding: 12px 30px;
    text-decoration: none;
    margin-right: 15px;
    display: inline-block;
    line-height: 1.5;
    flex-grow: 1;
    white-space: nowrap;
    border-radius: 0;
    font-weight: 600;
}

.btn span {
    margin-right: 6px;
    font-weight: bold;
}

.theme-btns .btn:last-child {
    margin-right: 0;
}

.theme-details {
    padding: 25px;
    margin-bottom: 10px;
    border: 1px solid #EEE;
    border-radius: 3px;
}

.theme-details-inner {
    margin-bottom: 30px;
}

span.bttn-or {
    height: 26px;
    width: 50px;
    background: #ffffff;
    border-radius: 30px;
    display: block;
    line-height: 26px;
    text-align: center;
    margin: -8px auto -18px;
    position: relative;
    font-size: 16px;
}

.theme-details p {
    margin-bottom: 30px;
    line-height: 1.2;
}

.theme-details p:last-child {
    margin-bottom: 0;
}

.theme-details-inner label {
    width: 44%;
    float: left;
    font-weight: 400;
}

.theme-details-inner .label {
    float: right;
    width: 54%;
}

.theme-details-inner .label em {
    font-size: 13px;
}

.theme-price {
    font-size: 42px;
    line-height: 1;
    text-transform: uppercase;
    padding: 0 0 20px;
    border-bottom: 1px solid #EEE;
}

.theme-price i {
    font-style: normal;
    display: inline-block;
}

.bttn {
    background: #2d3e51;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    padding: 18px 40px;
    text-decoration: none;
    font-weight: 700;
    display: block;
    border-radius: 3px;
    margin-top: 10px;
}

.theme-detail-btn {
    background: #4476f3;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 400;
    display: block;
    margin: 0 0 5px;
}

.wordpress-theme-list {
    margin-left: -3%;
}

.wp-themes {
    float: left;
    margin-left: 3%;
    width: 30.333%;
    margin-bottom: 40px;
    background: #F6F6F6;
    padding: 10px;
    border-bottom: 3px solid #EEE;
    position: relative;
}

.wp-themes a {
    display: block;
    color: #333;
    text-decoration: none;
}

.wp-themes a.theme-thumb {
    position: relative;
}

.wp-themes a.theme-thumb:after {
    content: "";
    position: absolute;
    background: url(../png/plus.png) no-repeat center rgba(68, 118, 243, 0.4);
    left: 100px;
    top: 100px;
    right: 100px;
    bottom: 100px;
    transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wp-themes:hover a.theme-thumb:after {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}

.wp-themes h2 {
    font-size: 18px;
    padding: 15px 0 5px;
    letter-spacing: 0;
    font-weight: 400;
    margin: 0;
}

.wp-themes .wp-screenshot {
    border-bottom: 3px solid #EEE;
    position: relative;
    overflow: hidden;
}

.price-tag {
    position: absolute;
    right: -7px;
    bottom: 10px;
    background: #4476f3;
    padding: 5px 15px 5px 10px;
    color: #FFF;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
}

.price-tag:after {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    border-style: solid;
    border-color: transparent #4476f3 #4476f3 transparent;
    border-width: 15px 10px;
}

.price-tag:before {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    border-style: solid;
    border-color: #177B84 transparent transparent #177B84;
    border-width: 3px 3px;
}

.wp-demo-download {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    background: rgba(68, 118, 243, 0.9);
    padding: 10px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wp-themes:hover .wp-demo-download {
    bottom: 0;
}

.wp-demo-download a {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    background: #2d3e51;
    padding: 2px 10px;
    border-radius: 15px;
}

.wp-demo-download .wp-demo-link {
    float: left;
}

.wp-demo-download .wp-buy-link {
    float: right;
}


/*Blog Page*/

.archive-listing {
    margin-bottom: 60px;
    border: 1px solid #f0f2f5;
    padding: 30px;
    border-radius: 5px;
}

.archive-listing img {
    width: 100%;
}

.archive-listing .entry-title {
    margin: 0 0 20px;
    font-size: 26px;
    line-height: 1.3;
}

.entry-meta {
    font-size: 15px;
    color: #666;
    margin-left: 20px;
    margin-bottom: 20px;
    text-align: right;
}

.post-meta {
    position: relative;
    padding: 0 10px;
    font-weight: 400;
    color: #888;
}

.post-meta:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 20px;
    height: 1px;
    background: #EEE;
    right: 100%;
}

.archive-listing figure {
    margin-bottom: 20px;
    text-align: center;
}

.archive-listing figure a {
    display: block;
    position: relative;
}

.archive-listing figure a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.archive-listing figure:hover a:before {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3) inset;
}

.archive-listing .entry-content {
    line-height: 1.8;
}

.entry-footer {
    text-align: center;
    margin-top: 30px;
}

.share-buttons {
    position: relative;
    padding: 0 15px;
}

.share-buttons a {
    color: #2D3E52;
    margin: 0 5px;
    line-height: 1;
    font-size: 24px;
}

.share-buttons:after,
.share-buttons:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 200px;
    background: #EEE;
    height: 1px;
}

.share-buttons:after {
    left: 100%;
}

.share-buttons:before {
    right: 100%;
}

.share-buttons .symbol {
    font-size: 30px;
}

.share-buttons .comments-link {
    float: left;
}

.share-buttons .share-links {
    float: right;
}

.pagination {
    text-align: center;
}

.pagination .page-numbers {
    background: #4476f3;
    color: #FFF;
    padding: 12px 15px;
    line-height: 1;
    margin: 0 5px;
    display: inline-block;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    background: #2D3E52;
}

.widget-area .cat-item {
    text-align: right;
}

.widget-area .cat-item a {
    float: left;
    text-align: left;
}

.ht--author-info {
    background: #F6f6f6;
    padding: 30px;
    margin: 40px 0;
}

.ht--author-description p {
    margin-bottom: 20px;
}

.ht--author-avatar {
    float: left;
    margin-right: 30px;
}

.ht--author-icons {
    text-align: right;
}

.ht--author-icons a {
    color: #333;
    margin-left: 10px;
    font-size: 24px;
}


/*Article CSS*/
.article-box-wrap {
    margin-left: -3%;
}

.article-box {
    width: 30.33%;
    float: left;
    margin-left: 3%;
    border: 1px solid #E0E0E0;
    box-shadow: 3px 3px 22px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    margin-bottom: 40px;
}

.article-box:nth-child(3n+1) {
    clear: both;
}

.article-box a {
    color: #333;
}

.article-box h4 {
    padding: 15px 20px;
    border-bottom: 1px solid #E0E0E0;
    margin: 0;
}

.article-content {
    padding: 20px;
}

.single-articles .entry-content img {
    -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
}

.single-post .entry-content img {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}

.article-description {
    margin-bottom: 25px;
}

.article-count span {
    margin-right: 10px;
}

.single-articles #primary,
.tax-article-category #primary {
    padding: 30px;
    background: #FAFAFA;
}

.single-articles #primary .tax-article-category #secondary {
    padding-right: 40px;
}

.single-articles #primary:after,
.single-articles #secondary:after,
.tax-article-category #primary:after,
.tax-article-category #secondary:after {
    display: none;
}

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

.article-list li {
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 30px;
}

.article-list li a {
    color: #333;
}

.article-list li a:hover {
    color: #4476f3;
}

.article-list li span,
.article-category li span {
    font-size: 16px;
    margin-right: 12px;
    font-weight: bold;
    color: #666;
}

.article-list li span {
    margin-left: -30px;
}

.articles-template-template-articles-fullwidth .content-area img {
    box-shadow: none !important;
    border: none !important;
}

.articles-template-template-articles-fullwidth .content-area th,
.articles-template-template-articles-fullwidth .content-area td {
    padding: 20px;
}

/*Breadcrumb*/
.breadcrumb-trail {
    font-size: 15px;
    border-bottom: 1px solid #EEE;
    padding-bottom: 20px;
    margin-bottom: 40px;
    color: #666;
}

.breadcrumb-trail ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-trail ul li {
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
}

.breadcrumb-trail ul li a {
    color: #666;
}

.breadcrumb-trail ul li a:hover {
    color: #4476f3;
}

.breadcrumb-trail ul li:after {
    content: "/";
    margin: 0 10px;
    color: #999;
}

.breadcrumb-trail ul li:last-child:after {
    display: none;
}

#article-search-wrap {
    background: #F6F6F6;
    padding: 40px;
    width: 80%;
    margin: 0 auto 80px;
    position: relative;
}

#article-search-wrap .search-form {
    display: flex;
}

#article-search-wrap .search-submit {
    width: 30%;
    text-transform: uppercase;
}

#article-search-wrap .search-ajax-results {
    position: absolute;
    top: 100%;
    left: 40px;
    right: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #F6F6F6;
    max-height: 200px;
    overflow-y: scroll;
    display: none;
}

#article-search-wrap .search-ajax-results li {
    padding: 15px 30px;
    border-bottom: 1px solid #EEE;
}

#article-search-wrap .search-ajax-results li:last-child {
    border-bottom: none;
}

#article-search-wrap .search-ajax-results li span {
    font-size: 16px;
    margin-right: 8px;
    font-weight: bold;
    color: #666;
}

#article-search-wrap .search-ajax-results.loading {
    background: url(../gif/ajaxloader.gif) no-repeat center #F6F6F6;
    height: 200px;
    text-align: center;
}

.search-ajax-results li a {
    color: #333;
}

.search-ajax-results li a:hover {
    color: #4476f3;
}

/*BBPRESS*/

.bbpress {
    background: #F6F6F6;
}

.bbpress #content > .mid-content {
    background: #EEE;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    ;
}

.bbpress #primary {
    background: #FFF;
    padding: 20px;
    width: 69%;
    float: left;
    vertical-align: top;
}

.bbpress #secondary {
    padding: 20px;
    float: right;
    vertical-align: top;
    width: 31%;
}

#bbpress-forums {
    font-size: 16px;
    margin-bottom: 0;
}

div.bbp-breadcrumb {
    float: none;
    background: #F6F6F6;
    padding: 10px;
    margin-bottom: 20px;
}

div.bbp-breadcrumb,
div.bbp-topic-tags {
    font-size: 16px;
}

#bbpress-forums div.bbp-breadcrumb p,
#bbpress-forums div.bbp-topic-tags p {
    margin-bottom: 0;
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
    font-size: 16px;
    line-height: 1.8;
    border: 0;
}

#bbpress-forums ul.bbp-forums {
    margin-bottom: 0;
}

#bbpress-forums li.bbp-header {
    background: #4476f3;
    font-weight: 400;
    padding: 16px 15px;
    color: #FFF;
}

#bbpress-forums li.bbp-body a {
    color: #555;
}

#bbpress-forums li.bbp-body a:hover {
    color: #4476f3;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
    border: 0;
    padding: 25px 15px;
    font-weight: 400;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content {
    font-size: 14px;
    font-weight: 300;
}

#bbpress-forums p.bbp-topic-meta {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 300;
}

li.bbp-forum-freshness p.bbp-topic-meta {
    display: none;
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
    border: 0;
    font-weight: 400;
}

#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
    margin: 0;
    border: 0;
}

.bbp-header a {
    color: #FFF;
}

.bbp-meta {
    line-height: 1;
    font-size: 12px;
}

div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header {
    border-top: 0;
}

.wp-editor-wrap {
    border: 1px solid #EEE;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

#bbpress-forums fieldset.bbp-form label {
    font-size: 15px;
    margin-bottom: 5px;
}

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

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

.bbp-login-form .bbp-login-links {
    clear: both;
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: center;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    font-size: 14px;
}

.bbp-login-form .bbp-submit-wrapper {
    margin-bottom: 15px;
}

.bbp-login-form .bbp-login-links a {
    float: none;
    clear: none;
    display: table-cell;
    padding: 6px;
    color: #222;
}

.bbp-login-form .bbp-login-links a.bbp-register-link {
    border-right: 1px solid #E0E0E0;
}

.bbp-login-form .bbp-login-links a:hover {
    color: #4476f3;
}

.bbp-logged-in h4 {
    font-weight: 500;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
    color: #444;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
    color: #FFF;
    background: #4476f3;
}

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

#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,
#bbpress-forums #bbp-user-wrapper ul.bbp-topics,
#bbpress-forums #bbp-user-wrapper ul.bbp-forums,
#bbpress-forums #bbp-user-wrapper ul.bbp-replies {
    clear: both;
}

#bbpress-forums #bbp-user-wrapper fieldset.bbp-form {}

#bbpress-forums div.bbp-topic-content a,
#bbpress-forums div.bbp-reply-content a {
    text-decoration: underline;
}

#bbpress-forums fieldset.bbp-form input[type=text],
#bbpress-forums fieldset.bbp-form select {
    min-height: 50px;
    height: 50px;
}

#bbpress-forums fieldset.bbp-form input[type="password"] {
    height: auto;
}

div.bbp-submit-wrapper {
    float: none;
}

.cptch_block {
    margin-bottom: 10px;
}

.cptch_block + br {
    display: none;
}

.bbp-login-form label {
    width: auto;
}

.bbp-pagination-links a,
.bbp-pagination-links span {
    border: none;
    background: #4476f3;
    color: #FFF;
    padding: 0 8px !important;
}

.bbp-pagination-links a:hover,
.bbp-pagination-links span.current {
    background: #2D3E52;
    border: none;
    color: #FFF;
}

#bbpress-forums ul.bbp-threaded-replies {
    margin-left: 20px;
}

.bbp_widget_login fieldset {
    padding: 0;
    border: 0;
}

#bbpress-forums #bbp-search-form {
    display: none;
}

.topic .bbp-private-reply {
    background: #edd !important;
}

/*-----------------EDD----------------*/

.edd_download_purchase_form .edd_price_options li {
    margin: 8px 0;
    padding-left: 20px;
}

.edd_download_purchase_form .edd_price_options li input[type="radio"] {
    margin-left: -20px;
    float: left;
    margin-top: 2px;
}

#edd_checkout_form_wrap fieldset fieldset#edd-privacy-policy-agreement {
    border: 1px solid #EEE;
    padding: 20px;
    margin-bottom: 20px;
}

#edd-show-privacy-policy,
#edd-privacy-policy {
    margin-bottom: 20px;
}

#edd_login_form .edd-input,
#edd_login_form label,
#edd_register_form .edd-input,
#edd_register_form label {
    display: block;
    width: 100%;
}

#edd_user_history,
#edd_purchase_receipt,
#edd_sl_license_keys,
#edd_purchase_receipt_pages {
    border: 1px solid #F0F0F0;
    margin-bottom: 50px;
}

#edd_user_history th,
table#edd_purchase_receipt th,
table#edd_purchase_receipt_products th {
    padding: 1.387em;
    border: 1px solid #F0F0F0;
    background: #fafafa;
}

#edd_user_history td,
table#edd_purchase_receipt td,
table#edd_purchase_receipt_products td {
    padding: .5em 1.387em;
    border: 1px solid #F0F0F0;
}

table#edd_purchase_receipt_products li {
    margin: 0;
}

.edd_purchase_receipt_pages ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#edd_sl_license_sites {
    margin-bottom: 40px;
}

#edd_sl_license_add_site_form > div {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#edd_sl_license_add_site_form > div > span {
    flex-basis: 100%;
}

#edd_sl_license_add_site_form > div > input[name] {
    width: auto;
    flex-grow: 1;
}

.edd_download_file a {
    background: #4476f3;
    color: #FFF;
    padding: 4px 20px;
    display: inline-block;
    border-radius: 3px;
}

.edd_purchase_details a {
    margin-top: 0;
}

.edd_download_file a:hover {
    background: #2D3E52;
}

.edd_download_file a:before {
    content: "Download - ";
}

#edd_login_form fieldset,
#edd_register_form fieldset {
    border: 1px solid #EEE;
}

#edd_checkout_form_wrap .edd-payment-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#edd-purchase-button,
.edd-submit,
input[type=submit].edd-submit,
#edd_checkout_form_wrap .edd-cart-adjustment input.edd-submit,
.edd-blocks-receipt__row-item .edd_invoice_link {
    padding: 12px 20px;
    border-radius: 0;
    background: #4476f3;
    color: #FFF;
    border: 1px solid #4476f3;
    vertical-align: top;
    border: 0;
}

#edd_checkout_form_wrap .edd-cart-adjustment input.edd-submit {
    margin-left: 10px;
    margin-bottom: 0;
}

#edd_checkout_form_wrap input[type=text],
#edd_checkout_form_wrap input[type=email],
#edd_checkout_form_wrap input[type=password],
#edd_checkout_form_wrap input[type=tel],
#edd_checkout_form_wrap textarea {
    padding: 12px 20px;
}

.theme-details .edd-submit,
.theme-details .edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js {
    background: #2d3e51;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    padding: 18px 40px;
    text-decoration: none;
    font-weight: 700;
    display: block;
    border-radius: 3px;
    margin-top: 10px;
    width: 100%;
    border: none;
}

.theme-details .edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js .lnr,
.theme-details .edd-submit .lnr,
.bttn .lnr {
    margin-right: 8px;
}

#edd_profile_personal_fieldset select,
#edd_profile_address_fieldset select {
    display: block;
}

#edd-free-downloads-modal {
    padding: 25px;
}

#edd-free-downloads-modal label {
    font-weight: normal;
}

.edd-free-downloads-verification-message-wrapper {
    font-size: 13px;
    padding: 5px;
    line-height: 1.6;
}

.edd-free-downloads-modal-close {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF0000;
    color: #FFF !important;
}

.edd_download_purchase_form .edd_price_options li input[type=radio] {
    float: none;
    margin-right: 6px;
    cursor: pointer;
}

.payment-gate-way-note {
    color: #000;
    flex-basis: 100%;
    margin: 0 !important;
    text-align: center;
}

.edd-payment-icons {
    flex-basis: 100%;
    width: 100%;
}

/* EDD  Blocks */
.edd-blocks-form__cart .edd-blocks-cart__row-header {
    background: #4476f3;
    color: #FFF;
}

.edd-blocks-form legend {
    padding: 0 15px !important;
    margin: 0 !important;
    text-transform: uppercase;
}

.edd-description {
    font-size: 13px;
    font-style: italic;
    opacity: 0.8;
}

#edd_checkout_user_info {
    margin-bottom: 2rem !important;
}

@media (min-width: 600px) {
    .edd-blocks__checkout-forms--inline {
        right: 2.5rem !important;
    }
}

.wp-block-edd-checkout #edd-payment-mode-wrap label.edd-gateway-option {
    font-weight: normal;
    padding: 15px !important;
}

.wp-block-edd-checkout #edd-payment-mode-wrap label.edd-gateway-option.edd-gateway-option-selected {
    background: #111 !important;
    color: #FFF !important;
}

#edd_purchase_submit .edd-submit {
    width: 100%;
    text-align: center;
    padding: 20px;
    font-size: 1.2em;
}

.wp-block-edd-checkout #edd-payment-mode-wrap .edd-payment-icons .payment-icon {
    max-height: none !important;
}

.wp-block-edd-checkout #edd-payment-mode-wrap {
    gap: 30px !important;
}

.edd-blocks-receipt__row-item {
    align-items: center;
    display: grid;
    gap: 1rem;
}

.edd_invoice_link {
    float: right;
    display: inline-block;
}

.edd_purchase_receipt_files {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media (min-width: 480px) {
    .edd-blocks-receipt__row-item {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}

.edd-blocks-receipt__items .edd-blocks__row {
    padding: 15px 0 !important;
}

#edd_profile_personal_fieldset select,
#edd_profile_address_fieldset select,
#edd_variable_pricing_switcher-fieldset select {
    background: none;
}

/*404 Page*/

.cry-404 {
    display: block;
    text-align: center;
    font-size: 200px;
    padding: 20px 0 50px;
}

.cry-404 .lnr {
    font-size: 150px;
    position: relative;
}

.cry-404 .lnr:after {
    content: "";
    position: absolute;
    left: 92px;
    top: 58px;
    height: 8px;
    width: 5px;
    background: #585555;
    border-radius: 11px;
    -webkit-animation: drop;
    animation: drop;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@keyframes drop {
    0% {
        top: 58px;
        opacity: 1;
    }

    100% {
        top: 90px;
        opacity: 0;
    }
}

@-webkit-keyframes drop {
    0% {
        top: 58px;
        opacity: 1;
    }

    100% {
        top: 90px;
        opacity: 0;
    }
}

.toggle-nav {
    display: none;
}

/*------- Footer Promo Bar ------*/
#promo-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 0;
    color: #FFF;
    text-align: center;
    z-index: 999;
    background-color: #a60202;
    font-weight: 500;
    font-size: 17px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

#promo-bar:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    background-image: url(../jpg/christmas-bg.jpg);
    background-position: center;
    background-size: cover;
}

#promo-bar > img {
    position: absolute;
    width: 230px;
    left: 0;
    bottom: 0;
}

#promo-bar strong:last-child {
    border: 2px dashed #FFF;
    padding: 5px 10px;
    margin-left: 10px;
}

.ht-animate-heart {
    animation: animateHeart 1.8s infinite;
    display: inline-block;
    margin: 0 8px;
}

#promo-bar .mid-content {
    position: relative;
    letter-spacing: -0.3px;
}

#promo-bar img {
    width: 220px;
}

@keyframes animateHeart {
    0% {
        transform: scale(1);
    }

    5% {
        transform: scale(1.1);
    }

    10% {
        transform: scale(1);
    }

    15% {
        transform: scale(1.2);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

/*----------TOC-----------*/
.entry-content #ez-toc-container {
    width: 100%;
    padding: 20px 0;
    margin-bottom: 30px;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    background: none;
    display: block;
    overflow: hidden;
	font-size: 15px;
}

.entry-content .ez-toc-title-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
}

.entry-content .ez-toc-title-container .ez-toc-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    display: block;
    padding: 0 15px;
}

.entry-content .ez-toc-icon-toggle-span{
	display: flex;
	align-items: center;
}

.entry-content .ez-toc-icon-toggle-span svg:first-child{
	display: none;
}

.entry-content .ez-toc-icon-toggle-span svg:last-child{
	height: 18px;
	width: 18px;
}

.entry-content #ez-toc-container > nav > ul {
    padding-top: 15px !important;
    padding-left: 30px !important;
    margin-top: 15px !important;
    border-top: 1px solid #EEE;
}

.entry-content #ez-toc-container ul,
.entry-content #ez-toc-container nav ul li {
    overflow: visible !important;
}

.entry-content .ez-toc-heading-level-2,
.entry-content .ez-toc-heading-level-3,
.entry-content .ez-toc-heading-level-4 {
    position: relative;
    padding-bottom: 8px !important;
}

.entry-content .ez-toc-heading-level-2:last-child,
.entry-content .ez-toc-heading-level-3:last-child,
.entry-content .ez-toc-heading-level-4:last-child {
    padding-bottom: 0 !important;
}

.entry-content .ez-toc-heading-level-2:before,
.entry-content .ez-toc-heading-level-3:before,
.entry-content .ez-toc-heading-level-4:before {
    content: "";
    position: absolute;
    left: -30px;
    height: 1px;
    width: 20px;
    border: 1px dashed #EEE;
    top: 15px;
}

.entry-content .ez-toc-heading-level-3:before {
    left: -55px;
    width: 45px;
}

.entry-content .ez-toc-heading-level-4:before {
    left: -80px;
    width: 70px;
}

.entry-content #ez-toc-container ul {
    margin: 0;
    padding: 0;
	list-style: none;
}

.entry-content #ez-toc-container.counter-hierarchy.ez-toc-counter ul{
	list-style: decimal inside;
}

.entry-content #ez-toc-container ul.ez-toc-list li a {
    color: #333;
}

.entry-content #ez-toc-container ul.ez-toc-list li a:hover {
    color: #4476f3;
}

.entry-content #ez-toc-container ul.ez-toc-list ul {
    margin-left: 25px;
    margin-top: 8px;
}

@media screen and (max-width:1230px) {
    .theme-grid {
        margin: 0;
    }
}

@media screen and (max-width:1210px) {
	.site-navigation > ul > li {
        margin-left: 10px;
    }
	
    #promo-bar img {
        display: none;
    }

    .mid-content,
    .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container,
    .elementor-template-full-width .elementor-section.elementor-section-boxed > .elementor-container {
        width: auto;
        margin-left: 30px;
        margin-right: 30px;
    }

    #latest-themes {
        padding-bottom: 80px;
    }

    #latest-themes .mid-content {
        display: block;
    }

    .latest-theme-intro {
        display: none;
    }

    .latest-themes-slider {
        width: auto;
        float: none;
    }

    .latest-themes-slider .owl-controls {
        left: 50%;
        margin-left: -45px;
        bottom: -45px;
    }

    .latest-themes-slider .owl-prev,
    .latest-themes-slider .owl-next {
        background: #333;
    }
}


@media screen and (max-width:1100px) {
	.toggle-nav {
        display: block;
        height: 46px;
        width: 52px;
        position: relative;
        cursor: pointer;
        background: #4376f3;
        margin: 20px 0;
    }

    .toggle-nav span {
        position: absolute;
        top: 50%;
        margin-top: -1px;
        left: 10px;
        right: 10px;
        height: 2px;
        background: #FFF;
        -webkit-box-shadow: 0 -12px 0 0 #FFF, 0 12px 0 0 #FFF;
        box-shadow: 0 -10px 0 0 #FFF, 0 10px 0 0 #FFF;
    }

    .site-navigation {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #4476f3;
        text-align: center;
    }

    .site-navigation ul {
        display: block;
    }

    .site-navigation ul li {
        float: none;
        margin-left: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        padding: 0;
    }

    .site-navigation ul li a,
    .site-navigation > ul > li.menu-item-account > a {
        line-height: 1.3;
        color: #FFF;
        padding: 16px;
        display: block;
    }

    .site-navigation > ul > li:hover > a {
        color: #FFF;
    }

    .site-navigation ul ul {
        position: relative;
        padding: 0;
        position: relative;
        padding: 0;
        left: auto !important;
        top: auto !important;
        box-shadow: none;
    }

    .site-navigation ul ul a {
        color: #333;
    }
}

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

    body,
    button,
    input,
    select,
    textarea {
        font-size: 18px;
    }

    .section-title {
        margin-bottom: 30px;
    }

    .why-choose-banner {
        display: none;
    }

    .main-banner .mid-content {
        display: block;
    }

    .main-banner .promo-banner {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .main-banner .promo-text {
        width: 100%;
        padding: 40px 0 0;
        text-align: center;
    }

    .main-banner .promo-text ul {
        text-align: left;
    }

    .why-choose-us {
        margin-left: -3%;
    }

    .our-features {
        width: 47%;
        margin-left: 3%;
    }

    .our-features:nth-child(2n+1) {
        clear: both;
    }

    .our-service {
        width: auto;
        float: none;
        margin-bottom: 25px;
    }

    .how-we-work {
        margin-left: 0;
    }

    .work-flow {
        width: auto;
        margin: 0 0 25px;
        float: none;
    }

    .work-flow:last-child {
        margin-bottom: 0;
    }

    .theme-block-wrap {
        width: 50%;
    }

    .theme-block-wrap:nth-child(2),
    .theme-block-wrap:nth-child(5),
    .theme-block-wrap:nth-child(8),
    .theme-block-wrap:nth-child(11) {
        margin-top: 0;
    }

    .theme-block-wrap:nth-child(2) {
        order: -1;
    }

    .latest-theme-intro {
        display: block;
    }

    .our-service .service-block {
        width: 50%;
        margin-bottom: 10px;
    }

    .intro-video {
        width: auto;
        float: none;
    }

    .request-quote,
    .testimonial-slides-wrap {
        width: auto;
        float: none;
    }

    .request-quote {
        margin-bottom: 30px;
    }

    .wp-themes {
        width: 47%;
    }

    .bbpress #content > .mid-content {
        display: block;
        background: #FFF;
    }

    #primary,
    #secondary {
        width: 100% !important;
        float: none !important;
        padding: 0;
    }

    #primary {
        margin-bottom: 25px;
    }

    #primary:after {
        display: none;
    }

    .bbpress #primary,
    .bbpress #secondary {
        padding: 10px;
    }

    .theme-intro,
    .theme-screenshot {
        width: auto;
        float: none;
    }

    .single-wordpress-theme #primary {
        padding: 0 10px;
    }

    .doc-menu,
    .tocify-extend-page {
        display: none;
    }

    .doc-content {
        width: auto;
        float: none;
    }

    .article-box-wrap {
        margin-left: 0;
    }

    .article-box {
        float: none;
        margin-left: 0;
        width: auto;
    }
	
    .alignfull,
    .alignwide {
        width: auto;
        max-width: 1000%;
    }

    body.single-post .alignfull {
        margin-left: calc(50% / .70 - 50vw);
    }
	
    body.single-post .alignwide {
        margin-left: calc(25% / .70 - 25vw);
    }
	
    body.single-post .align-wrap {
        width: auto;
        margin-left: calc(50% / .7 - 50vw);
    }
	
	#primary-full-width-narrow{
		width: 100%;
	}
	
	#edd_checkout_form_wrap legend{
		white-space: initial;
	}
}

@media screen and (max-width:580px) {
    .main-banner .promo-text ul {
        display: none;
    }

    .main-banner .promo-text .promo-buttons {
        margin-top: 30px;
    }

    .main-banner .promo-text .promo-buttons a {
        margin: 0 10px 10px;
    }

    .why-choose-us {
        margin-left: 0;
    }

    .our-features {
        width: auto;
        margin-left: 0;
    }

    .theme-block-wrap {
        width: 100%;
    }

    .wordpress-theme-list {
        margin-left: 0;
    }

    .wp-themes {
        max-width: 420px;
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: auto;
    }

    .wp-themes:last-child {
        margin-bottom: 0;
    }

    .share-buttons:before,
    .share-buttons:after {
        display: none;
    }

    .theme-screenshot {
        padding: 0 20px;
    }

    .theme-btns,
    .theme-tab {
        display: block;
    }

    .theme-btns .btn {
        margin: 0 0 10px;
        width: 100%;
    }

    .theme-btns .btn:last-child {
        margin: 0;
    }

    .theme-feature-wrap {
        padding: 10px;
    }

    .feature-block img {
        display: block !important;
        float: none !important;
        margin: 0 auto 20px !important;
    }

    .feature-block th,
    .feature-block td,
    #theme-comparision-tab th,
    #theme-comparision-tab td {
        display: block;
    }

    #theme-comparision-tab table th {
        text-align: center;
    }

    #primary-full-width {
        width: 100%;
    }
}

@media screen and (max-width:420px) {
    .site-branding {
        padding-right: 80px;
    }

    .our-service {
        margin-left: 0;
    }

    .our-service .service-block {
        width: auto;
        float: none;
        padding-left: 0;
        transform: none !important;
    }

    #what-we-do {
        padding: 100px 0;
    }
}

@media screen and (min-width:1211px) {
    .site-navigation {
        display: flex !important;
    }
}

@media screen and (max-width:420px) {
    .site-branding {
        padding-right: 80px;
    }

    .our-service {
        margin-left: 0;
    }

    .our-service .service-block {
        width: auto;
        float: none;
        padding-left: 0;
    }
}

/*Elementor Plugin Hack*/
.elementor-section > .elementor-column-gap-default > .elementor-row {
    width: calc(100% + 20px);
    margin: -10px;
}

.elementor-section > .elementor-column-gap-narrow > .elementor-row {
    width: calc(100% + 10px);
    margin: -5px;
}

.elementor-section > .elementor-column-gap-extended > .elementor-row {
    width: calc(100% + 30px);
    margin: -15px;
}

.elementor-section > .elementor-column-gap-wide > .elementor-row {
    width: calc(100% + 40px);
    margin: -20px;
}

.elementor-section > .elementor-column-gap-wider > .elementor-row {
    width: calc(100% + 60px);
    margin: -30px;
}

.elementor-section.elementor-section-stretched.elementor-section-full_width > .elementor-container > .elementor-row {
    width: 100%;
    margin: 0;
}

.demo-download-bttn a {
    background: #0ab2f2;
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    border-radius: 4px;
}

.demo-download-bttn a:hover {
    background: #2D3E52;
}

#cookie-law-info-bar {
    z-index: 9999999;
    bottom: 200px !important;
}