/*
Theme Name:  
Theme URI:
Author:
Author URI: 
Description: Custom WordPress Framework and Theme developed by the 
Version: 1.0.0
Text Domain:
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
5.1 Links
5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
10.1 Posts and pages
10.2 Asides
10.3 Comments
11.0 Infinite scroll
12.0 Media
12.1 Captions

13.0 Miscellaneous
13.1 Basic Styles
14.0 Extra Styles


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

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, span, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    /*font-family: inherit;*/
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    /* Corrects text resizing ospanly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll;
    /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
    box-sizing: border-box;
    /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}

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

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

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

ol, ul {
    list-style: none;
}

table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

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

blockquote, blockquote p {
    font-style: italic;
}

blockquote p {
    margin-bottom: 0;
    padding: 5px 0;
    font-size: 20px;
}

blockquote, .wp-block-quote.is-large, .wp-block-quote.is-style-large {
    background: #f5f5f5;
    border-left: 10px solid #68AF3A;
    margin: 20px 0px 20px 25px;
    padding: 15px 15px 15px 25px;
    position: relative;
    border-radius: 0 15px 15px 0;
}

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

a {
    color: #68AF3A;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

a:focus {
    outline: thin dotted;
}

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

a img {
    border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    color: #18152B;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700;
}

p, li {
    color: #666666;
    margin-bottom: 20px;
}

p {
    line-height: 1.4;
    font-weight: 300;
    letter-spacing: 0.2px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

b, strong {
    font-weight: bold;
}

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

address {
    margin: 0 0 15px;
}

pre {
    background: #eee;
    font-size: 15px;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 15px;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-size: 15px;
    margin-bottom: 15px;
}

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

mark, ins {
    background: #fff9c0;
    margin-bottom: 15px;
    text-decoration: none;
}

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

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

caption, th, td {
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
    font-weight: 400;
    padding: 17px 15px 17px 15px;
}

caption {
    border: 1px solid #dedede;
    margin-bottom: 15px;
    text-align: center;
}

.gallery-caption {
    display: block;
}

.gallery {
    margin-bottom: 1.5em;
    margin-left: -15px;
    margin-right: -15px;
}

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

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

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

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

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

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

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

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

.gallery-item {
    float: left;
    margin: 0 0 10px;
    padding: 10px 15px;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/

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

ul, ol {
    margin: 10px 0 15px 25px;
}

ul li {
    list-style: disc;
}

.career-detail-wrapper ul li {
    list-style: none;
    position: relative;
}

.career-detail-wrapper ul li:before {
    position: absolute;
    display: block;
    content: "\f00c";
    font-family: "FontAwesome";
    color: #68AF3A;
    font-size: 15px;
    left: -22px;
    top: 1px;
}

ol li {
    list-style: decimal;
}

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

li {
    list-style-type: none;
}

dt {
    font-weight: bold;
}

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

figure {
    margin: 0 auto 15px;
    position: relative;
}

table {
    width: 100%;
    margin: 15px 0;
    width: 100%;
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

th {
    font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    /*background-color: #fed136;*/
    background: #68AF3A;
    border-radius: 0;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    /*opacity: 0.7;*/
}

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
}

input[type="checkbox"], input[type="radio"] {
    padding: 0;
    /* Aspanresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Aspanresses appearance set to searchfield in S5, Chrome */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed ospanly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

div.wpcf7-validation-errors {
    border: 2px solid #004A80;
    bottom: -51px;
    clear: both;
    color: #E90838;
    margin: 0;
    padding: 15px;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    clear: both;
    color: #398f14;
    margin: 0;
    padding: 15px;
}

span.wpcf7-not-valid-tip {
    bottom: -16px;
    color: #ff0000;
    display: block;
    font-size: 14px;
    position: absolute;
}

input[type="text"], input[type="password"], textarea, input[type="number"], input[type="email"], input[type="tel"], input[type="url"], input[type="search"], select {
    -moz-border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #B9C5D1;
    box-sizing: border-box;
    color: #333;
    padding: 10px;
    width: 100%;
    background: #F5F6F6;
}

.comments-area textarea:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="url"]:focus, textarea:focus {
    border-color: #002D61;
}

textarea {
    font-family: 'DM Sans', sans-serif;
}

span.wpcf7-form-control-wrap {
    display: block;
    margin-top: 5px;
}

.wpcf7 label {
    margin: 0px;
    width: 100%;
    text-transform: uppercase;
    color: #012C62;
}

.wpcf7 input {
    border: 1px solid #DDE2EA;
}

.sidebar .wpcf7 input {
    background: #fff;
    border: 1px solid #DDE2EA;
    padding-left: 12px;
}

::-webkit-input-placeholder {
    color: #8B8B8B;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #8B8B8B;
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #8B8B8B;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #8B8B8B;
    opacity: 1;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

a:focus {
    outline: none;
}

a {
    text-decoration: none;
}

a, a:hover {
    text-decoration: none;
}

a:hover {
    color: #DB4C26
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Menu Start
--------------------------------------------------------------*/

.duet-post-content-wrap:before, .duet-post-content-wrap:after,.nav-links:before, .nav-links:after, .contact-detail-item:before, .contact-detail-item:after, .contact-content-wrapper:before, .contact-content-wrapper:after, .theme-tab-reviews-item .testimonial-item:before, .theme-tab-reviews-item .testimonial-item:after, .theme-other-feature-listing ul:before, .theme-other-feature-listing ul:after, .theme-main-feature-post-wrapper:before, .theme-main-feature-post-wrapper:after, .theme-information-wrapper:before, .theme-information-wrapper:after, .startup-content-item:before, .startup-content-item:after, .template-thumbnail-wrapper:before, .template-thumbnail-wrapper:after, .main-navigation:before, .main-navigation:after, .post-navigation .nav-links:before, .post-navigation .nav-links:after, .gallery:before, .gallery:after, .post-wrapper:before, .post-wrapper:after, .theme-tab-reviews-item:before, .theme-tab-reviews-item:after, .row:before, .row:after, .view-demos-section:before, .view-demos-section:after {
    clear: both;
    content: "";
    display: block;
}

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

.main-navigation li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    position: relative;
}

.main-navigation li li {
    border-bottom: 1px solid #e7e7e7;
    display: block;
    float: none;
    padding: 0;
    text-align: left;
}

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

.main-navigation li:hover li ul {
    display: none;
}

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

.main-navigation li li:hover li ul {
    display: none;
}

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

.main-navigation li li li:hover li ul {
    display: none;
}

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

.menu-top-menu-container>ul>li {
    margin: 0px 16px 0px;
}

.menu-top-menu-container>ul>li:last-child {
    margin-right: 0
}

.main-navigation ul>li>a {
    color: #fff;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.main-navigation ul>li>a:hover, .main-navigation ul>li.current-menu-item>a {
    color: #68AF3A
}

.main-navigation ul>li li a::before, .main-navigation ul>li li a::after {
    display: none;
}

.main-navigation ul ul>li>a, #masthead.site-header.sticky .main-navigation ul ul>li>a {
    padding: 10px 25px;
    font-weight: normal;
    color: #68AF3A
}

.main-navigation ul li ul li a:hover {
    box-shadow: none;
    background: #68AF3A;
    color: #fff;
}

.main-navigation li li.current_page_item a:after, .main-navigation ul li li a:hover:after {
    display: none;
}

.main-navigation .menu>li:hover:after, .main-navigation li.current-menu-item:after, .main-navigation .menu ul>li:hover:after, .main-navigation li.current_page_item:after {
    width: 100%;
}

.main-navigation .menu>li:after, .main-navigation ul li:after, .main-navigation li.current-menu-item:after, .main-navigation .menu ul>li:after, .main-navigation li.current_page_item:after {
    bottom: 0px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    transition: width 0.25s ease 0s;
    width: 0;
    z-index: 88;
}

.main-navigation ul li li:after {
    display: none;
}

.main-navigation li.current-menu-item:after, .main-navigation ul li.current_page_item:after {
    width: 100%;
}

.main-navigation ul li.menu-item-has-children>ul>li.menu-item-has-children>a:after {
    content: "\f0d7";
    display: inline-block;
    font-size: 12px;
    right: 5px;
    position: absolute;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 19px;
}

.main-navigation ul li.menu-item-has-children::before {
    content: "\f0d7";
    display: inline-block;
    font-size: 12px;
    font-family: FontAwesome;
    right: -13px;
    position: absolute;
    color: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 12px;
}

.main-navigation ul li.menu-item-has-children.current_page_item::before {
    color: #68AF3A;
}

.main-navigation ul li.menu-item-has-children:hover::before {
    color: #68AF3A;
}

.main-navigation ul ul {
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -webkit-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    margin: 0;
    position: absolute;
    top: 36px;
    z-index: 999;
    background: #fff;
    min-width: 200px;
    box-shadow: 1px 8px 16px 0 rgba(0, 0, 0, 0.4);
}

.main-navigation ul li:hover ul {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

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

/*--------------------------------------------------------------
Menu End
--------------------------------------------------------------*/

/*   -- "Inline Social Profiles" (These are the styles for the Social Site section) --   */

.inline-social-icons ul, .block-social-icons ul {
    margin: 0 !important;
}

.inline-social-icon {
    padding: 15px 0;
    text-align: center;
}

.inline-social-icon .entry-title {
    font-size: 22px;
    color: #fff;
    margin-bottom: 60px;
}

.inline-social-icon li {
    display: inline-block;
    margin: 0 6px 4px;
    list-style: none
}

.inline-social-icon li:last-child {
    margin-right: 0;
}

.inline-social-icon li:first-child {
    margin-left: 0;
}

.inline-social-icon li a[href*="facebook.com"]::before {
    content: "\f09a";
}

.inline-social-icon li a[href*="gmail.com"]::before, .inline-social-icon li a[href*="yahoo.com"]::before, .inline-social-icon li a[href*="hotmail.com"]::before {
    content: "\f0e0";
}

.inline-social-icon li a[href*="twitter.com"]::before {
    content: "\f099";
}

.inline-social-icon li a[href*="linkedin.com"]::before {
    content: "\f0e1";
}

.inline-social-icon li a[href*="pinterest.com"]::before {
    content: "\f0d2";
}

.inline-social-icon li a[href*="tumblr.com"]::before {
    content: "\f173";
}

.inline-social-icon li a[href*="plus.google.com"]::before {
    content: "\f0d5";
}

.inline-social-icon li a[href*="instagram.com"]::before {
    content: "\f16d";
}

.inline-social-icon li a[href*="youtube.com"]::before {
    content: "\f167";
}

.inline-social-icon li a[href*="facebook.com"] {
    background: #335390;
}

.inline-social-icon li a[href*="gmail.com"], .inline-social-icon li a[href*="yahoo.com"], .inline-social-icon li a[href*="hotmail.com"] {
    background: #D44D41;
}

.inline-social-icon li a[href*="twitter.com"] {
    background: #1DABDD;
}

.inline-social-icon li a[href*="linkedin.com"] {
    background: #0076B4
}

.inline-social-icon li a[href*="pinterest.com"] {
    background: #CC2127
}

.inline-social-icon li a[href*="plus.google.com"] {
    background: #D44D41;
}

.inline-social-icon li a[href*="instagram.com"] {
    background: #B9408F
}

.inline-social-icon li a[href*="youtube.com"] {
    background: #FE0002
}

.inline-social-icon li a {
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #fff;
    display: inline-block;
    font-size: 0px;
    padding: 7px 8px 6px;
    text-align: center;
    background: #FDFCFE;
    min-width: 32px;
    height: 32px;
    text-transform: uppercase;
}

.site-footer .inline-social-icon li a {
    border: 1px solid #F2E9FD;
}

.site-footer .inline-social-icon li a:hover {
    font-size: 13px;
    letter-spacing: 1px;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.inline-social-icon li a::before {
    font-family: "FontAwesome";
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.inline-social-icon li a:hover {
    background: #68AF3A
}

.site-footer .inline-social-icon ul li a:hover::before {
    margin-right: 5px;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers */

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

.screen-reader-text: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: 1.4rem;
    font-size: 14px;
    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 */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/

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

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

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/

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

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

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

#secondary .widget {
    padding: 27px 30px 30px;
    background: #F2F4F7;
    margin-bottom: 30px
}

#secondary {
    margin: 95px 0 70px;
}

.widget {
    margin-bottom: 30px;
}

#secondary .widget {
    margin-bottom: 45px;
}

#secondary .widget ul {
    margin: 0
}

.widget ul li {
    display: block;
    margin-bottom: 10px
}

.widget_calendar caption {
    margin-bottom: 5px;
}

.site-footer .widget_calendar caption {
    color: #fff;
}

#secondary .widget li a .fa {
    margin-right: 5px;
}

.site-footer .widget ul li {
    margin-bottom: 13px;
    position: relative;
}

.site-footer .widget ul li a {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.widget.widget_archive ul li:before, .widget.widget_archive ul li:after, .widget_categories ul li:before, .widget_categories ul li:after {
    clear: both;
    content: "";
    display: block;
}

#secondary .widget {
    margin-bottom: 30px;
    background: #F0F4FF;
    padding: 20px 20px 23px;
}

#secondary .widget .search-form {
    margin-bottom: 0;
    position: relative;
}

#secondary .widget-title::before {
    display: none;
}

.widget-area .widget-title {
    padding-bottom: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

#secondary .widget ul li {
    border: none;
    margin-bottom: 13px;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 14px;
}

#secondary .widget ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

#secondary .widget ul li ul {
    padding: 13px 0 0 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 13px;
    margin-left: 0;
}

.widget.widget_archive ul li {
    text-align: right;
}

.widget.widget_archive li a {
    float: left;
}

.wp-caption {
    position: relative;
}

#secondary .widget li a {
    color: #676767
}

#secondary .widget li a:hover, .widget_tag_cloud a:hover {
    color: #68AF3A
}

.widget-area .widget-title img {
    margin-top: 7px;
}

/*     Widget-Search     */

.widget_search {
    position: relative;
}

.widget_search .search-submit {
    background: #68AF3A url("assets/images/search-icon.svg") no-repeat scroll center center / 20px auto;
    border-radius: 0;
    border: medium none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    color: rgb(255, 255, 255);
    height: 100%;
    margin: 0;
    padding: 0 8px;
    position: absolute;
    right: 0;
    top: 0;
    width: 57px;
    font-size: 0;
}

.widget_search .search-submit:hover {
    background: #DB4C26 url("assets/images/search-icon.svg") no-repeat scroll center center / 20px auto;
}

.widget_search input[type="search"], .error-content-wrap input[type="search"] {
    padding-right: 70px;
}

/*   -- "Widget Calendar" section (These are the styles for the Widgete calendar section) --   */

.widget_calendar table, .widget_calendar th, .widget_calendar td {
    border: none;
    background: #fff;
}

.site-footer .widget_calendar td a, .widget_calendar td a {
    color: #000
}

/*    widget categories styling from here   */

.widget.widget_categories ul li {
    text-align: right;
}

.widget.widget_categories li a {
    float: left;
}

/*    textwidget styling from here    */

.textwidget {
    margin: 0 0 20px;
}

.widget_text address {
    display: inline-block;
    margin: 0;
    vertical-align: top;
}

.site-content .widget_text>ul {
    margin: 0;
    padding: 0;
}

.widget_text li {
    color: rgb(103, 103, 103);
    list-style: outside none none;
    margin-bottom: 2px;
}

.widget_text li a {
    color: rgb(95, 100, 104);
}

/*   widget tag cloud styling from here   */

.widget_tag_cloud a {
    border: 1px solid #303E4B;
    color: #303E4B;
    display: inline-block;
    font-size: 14px;
    margin: 3px 5px 5px 0;
    padding: 5px 15px;
    text-transform: uppercase;
}

/*   -- "Recent Entries/Comments widget" section (These are the styles for the Recent Entries/Comments widget section) --   */

.widget_recent_entries ul li {
    border: 1px solid rgb(209, 209, 209);
    margin-bottom: 10px;
}

.recentcomments, .widget ul li.recentcomments {
    border-bottom: 1px solid #D6D8DB;
    margin-bottom: 18px;
    padding-bottom: 15px;
    padding-top: 2px;
}

.recentcomments:last-child, .widget ul li.recentcomments:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.recentcomments .comment-author-image {
    border-radius: 50px;
    float: left;
    height: 43px;
    margin-right: 17px;
    overflow: hidden;
    width: 43px;
}

.recentcomments .comment-author-text {
    float: right;
    width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: 80%;
    width: calc(100% - 60px);
}

.comment-author-link {
    display: block;
    margin-bottom: 2px;
}

.comment-author-link a {
    font-weight: 600;
    text-transform: uppercase;
}

/* Make sure select elements fit in widgets */

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

/* Search widget */

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

.entry-content img {
    margin-bottom: 15px;
}

.entry-content {
    margin-bottom: 15px;
}

/*--------------------------------------------------------------
10.1 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;
    margin: 0;
}

.page-content, .entry-content, .entry-summary, .entry-header {
    /*margin:0 0 15px;*/
}

.entry-content img, .page-content img, .entry-summary img {
    margin-bottom: 10px;
}

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

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/

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

.byblog-postauthor {
    display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-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;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/

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

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

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

iframe {
    margin-bottom: 15px;
}

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

/*--------------------------------------------------------------
13 Miscellaneous
--------------------------------------------------------------*/

/*-------------------------------------- 
13.1 Basic Styles
----------------------------------------*/

body {
    color: #101A24;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.3;
    font-family: 'DM Sans', sans-serif;
}

/*-------------------------------------- 
14.0 Extra Styles
----------------------------------------*/

.back-to-top {
    bottom: 90px;
    position: fixed;
    right: 30px;
    z-index: 99;
}

.back-to-top a {
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-family: "FontAwesome";
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: #312F3E;
}

.back-to-top a:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    color: #fff;
    background: #68AF3A;
}

.back-to-top a::before {
    content: "\f106";
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.box-button, input[type="submit"], .wpcf7 input[type="submit"], .wp-block-button__link {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #68AF3A;
    border-radius: 40px;
    padding: 10px 22px 10px 22px;
    display: inline-block;
    position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    z-index: 1;
}

.wp-block-button__link:hover, .box-button:hover, input[type="submit"]:hover, input[type="submit"]:focus, .back-to-top a:hover {
    color: #fff;
}

.wpcf7 input[type="submit"], input[type="submit"] {
    margin-bottom: 0;
    border: 1px solid #68AF3A;
    color: #fff;
    background: #68AF3A;
    padding: 11px 30px;
    cursor: pointer;
}

.wp-block-button__link:hover, .box-button:hover, input[type="submit"]:hover {
    background: #DB4C26;
    border-color: #DB4C26;
}

/*............................main styling from here*/

/* header-section starts*/

.container {
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    max-width: 100%;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.custom-col-1, .custom-col-2, .custom-col-3, .custom-col-4, .custom-col-5, .custom-col-6, .custom-col-7, .custom-col-8, .custom-col-9, .custom-col-10, .custom-col-11, .custom-col-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.custom-col-1, .custom-col-2, .custom-col-3, .custom-col-4, .custom-col-5, .custom-col-6, .custom-col-7, .custom-col-8, .custom-col-9, .custom-col-10, .custom-col-11, .custom-col-12 {
    float: left;
}

.custom-col-12 {
    width: 100%;
}

.custom-col-11 {
    width: 91.66666667%;
}

.custom-col-10 {
    width: 83.33333333%;
}

.custom-col-9 {
    width: 75%;
}

.custom-col-8 {
    width: 66.66666667%;
}

.custom-col-7 {
    width: 58.33333333%;
}

.custom-col-6 {
    width: 50%;
}

.custom-col-5 {
    width: 41.66666667%;
}

.custom-col-4 {
    width: 33.33333333%;
}

.custom-col-3 {
    width: 25%;
}

.custom-col-2 {
    width: 16.66666667%;
}

.custom-col-1 {
    width: 8.33333333%;
}

* {
    box-sizing: border-box;
}

.hgroup-wrap {
    position: absolute;
    top: 37px;
    right: 0;
    left: 0;
    z-index: 9;
}

.hgroup-wrap .container, .hgroup-right {
    align-items: center;
    align-items: -webkit-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: -webkit-box;
}

.hgroup-right {
    width: 84%;
    width: calc(100% - 180px);
    width: -webkit-calc(100% - 180px);
    padding-left: 15px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.menu-top-menu-container>ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: -webkit-box;
}

.menu-demo-btn {
    width: 150px;
    margin-left: 15px;
}

.menu-demo-btn a {
    background: #68AF3A;
    color: #fff;
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
}

.menu-demo-btn a:hover {
    background: #DB4C26;
}

.site-branding {
    width: 180px;
}

.site-branding h1 {
    margin-bottom: 0;
}

.site-branding a:hover img {
    opacity: 0.6;
}

.navbar {
    min-height: auto;
    border: none;
    margin: 0;
    display: block;
    padding: 0
}

.main-navigation ul li a {
    position: relative;
}

/* featured-slider slider styling from here */

.slick-dots li button:before {
    display: none
}

.slick-dots li button {
    width: 0px;
    height: 10px;
    background: #fff;
    padding: 0
}

.slick-dots li button:hover, .slick-dots li.slick-active button {
    background: #68AF3A;
}

.slick-dots {
    bottom: 0px;
}

.featured-slider .slick-dots {
    bottom: 50px;
    line-height: 1.29;
}

.slick-dots li.slick-active::before {
    color: #68AF3A;
}

.slick-next::before, .slick-prev::before {
    font-family: "FontAwesome";
    color: #68AF3A;
}

.slick-next:hover:before, .slick-prev:hover:before {
    color: #18152B;
}

.slick-prev::before {
    content: "\f104";
}

.slick-next::before {
    content: "\f105";
}

.slick-next {
    right: -10px;
}

.slick-prev {
    left: -10px;
}

/* page title styling from here */

.page-title-wrap {
    padding: 200px 0 100px;
    background-attachment: fixed !important;
    background-position: 50% 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    text-align: center;
}

.page-title-wrap::before {
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(24, 21, 43, 0.7);
}

.page-title-wrap * {
    position: relative;
}

.page-title-wrap .box-button {
    margin-top: 20px;
}

.page-title-wrap h2, .page-title-wrap h3, .page-title-wrap h4, .page-title-wrap h5, .page-title-wrap h6 {
    color: #fff;
}

.page-title {
    color: #fff;
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: 0.6px;
}

.breadcrumb {
    background: none;
    text-align: center;
    display: block;
    padding: 0;
    margin: 0;
}

.breadcrumb a, .breadcrumb li {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.breadcrumb a {
    opacity: 0.5;
}

.breadcrumb a:hover {
    opacity: 1;
}

.breadcrumb li {
    display: inline-block;
    margin: 0 10px 5px;
    position: relative;
}

.breadcrumb li:first-child {
    margin-left: 0;
}

.breadcrumb li:last-child {
    margin-right: 0;
}

.breadcrumb li::before {
    position: absolute;
    display: block;
    content: "\f105";
    font-family: "FontAwesome";
    color: #fff;
    opacity: 0.4;
    right: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 23px;
    font-size: 18px;
}

.breadcrumb li:last-child:before {
    display: none;
}

/*header-section ends*/

/* site main styling from here */

.site-content section {
    padding: 95px 0 100px;
    position: relative;
    overflow: hidden;
}

.entry-title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.entry-header.heading {
    position: relative;
    text-align: center;
    margin-bottom: 35px;
}

.entry-header.heading .entry-title {
    text-transform: inherit;
    margin-bottom: ;
    position: relative;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: 0.6px;
    max-width: 770px;
    margin: 0 auto 5px;
}

.entry-header.heading .entry-subtitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 1px;
    margin-bottom: 4px;
    color: #BCBCBC;
    text-transform: uppercase
}

.entry-header.heading .box-button {
    margin-top: 25px;
}

/* template section styling from here */

.templates-section, .theme-section {
    background-attachment: fixed !important;
    background-position: 50% 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    text-align: center;
}

.site-content section.templates-section, .site-content section.theme-section {
    padding-top: 200px;
}

.theme-section::before, .templates-section::before, .best-selling-section:before {
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#10141F), to(#101A24));
    background-image: -o-linear-gradient(top, #10141F 0%, #101A24 100%);
    background-image: linear-gradient(180deg, #10141F 0%, #101A24 100%);
    opacity: 0.9;
}

.template-thumbnail-detail {
    position: relative;
}

.template-thumbnail-btn {
    position: absolute;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 20%;
    text-align: center;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    opacity: 0;
}

.template-thumbnail:hover .template-thumbnail-btn {
    top: 40%;
    -webkit-transition: all 0.8s ease 0.25s;
    -o-transition: all 0.8s ease 0.25s;
    transition: all 0.8s ease 0.25s;
    opacity: 1;
    z-index: 9;
}

.template-thumbnail-detail .featured-image {
    overflow: hidden;
    background: #101A24;
    line-height: 0
}

.template-thumbnail:hover .template-thumbnail-detail .featured-image img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    opacity: 0.4;
}

.template-thumbnail-detail .featured-image img {
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.template-thumbnail-wrapper {
    margin: 100px -15px 0;
}

.template-thumbnail {
    width: 33.3333%;
    float: left;
    padding: 0 15px;
    text-align: left;
    margin-bottom: 45px
}

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

.theme-section .entry-header.heading .entry-title, .theme-section .entry-header.heading .entry-subtitle, .startup-content-wrapper .entry-header.heading .entry-title, .startup-content-wrapper .entry-header.heading .entry-subtitle, .templates-section .entry-subtitle, .templates-section .entry-title, .best-selling-content-wrapper .entry-title, .best-selling-content-wrapper .entry-header.heading .entry-subtitle {
    color: #fff;
}

.head-thumbnail {
    background: #2E2B32;
    height: 10px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.head-thumbnail span {
    height: 4px;
    display: inline-block;
    width: 4px;
    border-radius: 10px;
    background: #ffce54;
    position: absolute;
    left: 12px;
    top: 2px;
}

.head-thumbnail span::before, .head-thumbnail span::after {
    display: block;
    content: "";
    position: absolute;
    height: 4px;
    width: 4px;
    border-radius: 10px;
}

.head-thumbnail span::before {
    background: #37bc9b;
    left: -8px;
}

.head-thumbnail span::after {
    background: #fc6e51;
    left: 8px;
}

.templates-section .container {
    position: relative;
}

.theme-price-tag {
    margin-bottom: 8px;
}

.theme-price-tag .theme-price {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #68AF3A
}

.template-thumbnail .entry-header {
    padding-bottom: 7px;
}

.template-thumbnail .entry-title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.templates-section .theme-price-tag .theme-price, .templates-section .template-thumbnail .entry-title, .templates-section .template-thumbnail .entry-title a {
    color: #fff
}

.template-thumbnail .entry-title a:hover {
    color: #68AF3A;
}

.template-thumbnail .entry-meta, .theme-info .entry-meta {
    background: #D1D3D4;
    display: inline-block;
    line-height: 1;
    padding: 1px 5px 3px
}

.template-thumbnail .entry-meta *, .theme-info .entry-meta * {
    line-height: 1;
}

.category-tag a {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #101A24;
    display: inline-block;
}

.category-tag a:hover {
    color: #fff;
    color: #68AF3A
}

/* featured section styling from here */

.site-content section.featured-section {
    padding-bottom: 70px;
}

.featured-section .post .featured-image {
    max-width: 50px;
    margin: 0 auto 15px;
}

.featured-section .post .featured-image .fa {
    font-size: 34px;
}

.featured-section .post-wrapper {
    margin: 0 -15px;
    position: relative;
}

.featured-section .featured-middle-img {
    position: absolute;
    max-width: 30%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.featured-section .post-wrapper .post {
    float: left;
    width: 33.3333%;
    padding: 0 15px;
    text-align: center
}

.featured-section .post:nth-child(2n+2) {
    float: right;
}

.featured-section .post:nth-child(2n+1) {
    clear: both;
}

/* best selling section styling from here */

.site-content section.best-selling-section {
    padding: 110px 0;
}

.best-selling-section {
    background-attachment: fixed !important;
    background-position: 50% 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.best-selling-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.best-selling-section .container>.featured-image {
    margin-bottom: 0;
}

.best-selling-content-wrapper {
    padding-right: 30px;
}

.best-selling-content-wrapper .entry-header.heading {
    text-align: left;
    margin-bottom: 15px
}

.best-selling-section .container>.featured-image, .best-selling-content-wrapper {
    padding-left: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    min-width: 50%;
}

.star-ratings {
    color: #258BC6;
    font-size: 25px;
    width: 105px;
    position: relative;
}

.star-ratings-top {
    color: #eeac00;
    padding: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.star-ratings-bottom {
    padding: 0;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* counter section styling from here */

.site-content section.counter-section {
    padding: 95px 0 80px;
    text-align: center
}

.counter-section {
    background: #E6EAED
}

.counter-item-wrapper {
    margin: 0 -15px;
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.counter-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    margin-bottom: 20px;
}

.counter-name {
    font-size: 25px;
    font-weight: 700;
    display: block;
}

.count-text-wrapper>span {
    font-size: 75px;
    font-weight: 700;
    line-height: 0.9;
    margin-bottom: 5px;
    display: inline-block;
}

.counter-icon {
    width: 44px;
    margin: 0 auto 15px;
    background: #68AF3A;
    text-align: center;
    height: 44px;
    line-height: 40px;
    border-radius: 50px;
}

.counter-icon .fa {
    font-size: 25px;
    color: #fff;
    line-height: 46px;
}

/*blog section starts*/

.blog-section {
    text-align: center
}

.blog-section .post-wrapper {
    margin: 0 -15px;
}

.blog-section .post {
    width: 33.3333%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
    text-align: left
}

.blog-section .post:nth-child(3n+1) {
    clear: both;
}

.blog-section .post .entry-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: 0.5px;
}

.entry-meta {
    background: #D1D3D4;
    padding: 1px 5px 3px;
    margin-bottom: 10px;
    display: inline-block;
}

.entry-meta .entry-meta {
    margin-bottom: 0;
    padding: 0;
}

.entry-meta a {
    color: #101A24;
}

.entry-meta a:hover {
    color: #68AF3A;
}

.entry-meta>span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 8px;
    position: relative;
}

.template-thumbnail-btn .box-button {
    margin-bottom: 3px;
}

.entry-meta>span:first-child {
    margin-left: 0;
}

.entry-meta>span:last-child {
    margin-right: 0;
}

.entry-meta>span::before {
    position: absolute;
    display: block;
    content: "";
    height: 2px;
    width: 6px;
    background: #101A24;
    right: -9px;
    bottom: 7px;
}

.entry-meta>span:last-child::before {
    display: none
}

.blog-section .post .featured-image, .blog-page-wrapper .post .featured-image {
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}

.blog-section .post .featured-image::after, .blog-page-wrapper .post .featured-image::after {
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    height: 100%;
    left: -100%;
    top: 0;
    transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
    display: block;
    content: "";
    position: absolute;
}

.blog-section .post:hover .featured-image::after, .blog-page-wrapper .post:hover .featured-image::after {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.blog-section .post:hover .featured-image img, .blog-page-wrapper .post:hover .featured-image img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.ribbon-tag {
    position: absolute;
    z-index: 1;
    top: 0;
    left: auto;
    right: 15px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 150px;
    overflow: hidden;
    height: 150px;
}

.ribbon-tag-content {
    background-color: #68AF3A;
    margin-top: 30px;
    transform: translateY(-50%) translateX(-50%) translateX(30px) rotate(-45deg);
    -webkit-transform: translateY(-50%) translateX(-50%) translateX(30px) rotate(-45deg);
    -ms-transform: translateY(-50%) translateX(-50%) translateX(30px) rotate(-45deg);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 2px;
}
.pro .ribbon-tag-content {
    background: #DB4C26;
}

/*testimonial section starts*/

.testimonial-slider-wrapper {
    text-align: center;
}

.testimonial-slider {
    text-align: left
}

.testimonial-header .star-ratings {
    margin: 0 auto 30px;
}

.testimonial-content .entry-content p {
    font-size: 20px;
    font-weight: normal;
}

.author-name {
    color: #101A24;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    margin-bottom: 5px;
}

.author-designation {
    color: #68AF3A;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0.6px;
}

.testimonial-item {
    border-bottom: 5px solid #F2F6FA;
    padding-bottom: 20px;
}

.testimonial-slider .slick-slide {
    margin: 0 20px;
}

.testimonial-quote {
    height: 50px;
    width: 88px;
    display: block;
    margin: 0 auto 15px;
    line-height: 50px;
    position: relative;
    overflow: hidden;
}

.testimonial-quote::before {
    display: block;
    content: "";
    position: absolute;
    height: 66px;
    width: 78px;
    z-index: -1;
    background: #68AF3A;
    border-radius: 20px 0px 0px 30px;
    left: 0;
    -webkit-transform: rotate(13deg);
    -ms-transform: rotate(13deg);
    transform: rotate(13deg);
    top: -10px;
}

.testimonial-quote::after {
    display: block;
    content: "";
    position: absolute;
    height: 40px;
    right: 3px;
    top: 0;
    z-index: -2;
    border-right: 10px solid #4F832C;
    border-bottom: 5px solid #fff;
}

.testimonial-quote .fa {
    font-size: 30px;
    line-height: 50px;
    color: #fff
}

/*startup steps section starts*/

.newsletter-section:before, .startup-steps-section::before {
    height: 100%;
    width: 100%;
    display: block;
    content: "";
    position: absolute;
    background: #F2F6FA;
    top: 0;
    left: 0;
}

.newsletter-section:after, .startup-steps-section::after {
    height: 100%;
    width: 50%;
    display: block;
    content: "";
    position: absolute;
    background: #101A24;
    top: 0;
    right: 0;
}

.newsletter-section:after {
    right: auto;
    left: 0;
}

.startup-steps-section .container, .newsletter-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.newsletter-section .container>div, .newsletter-section .container>.featured-image, .startup-steps-section .container>div, .startup-steps-section .container>.featured-image {
    width: 50%;
}

.startup-steps-section .container>.featured-image, .newsletter-section .container>div {
    padding-right: 50px
}

.startup-steps-section .container>div, .newsletter-section .container>.featured-image {
    padding-left: 50px
}

.startup-content-wrapper .entry-header.heading, .newsletter-content-wrapper .entry-header.heading {
    text-align: left;
}

.startup-content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.startup-content-item .featured-image {
    min-width: 40px;
    float: left;
    margin: 4px 10px 10px 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.startup-content-item .featured-image .fa {
    font-size: 26px;
    color: #fff;
}

.startup-content-item .entry-content {
    min-width: 89%;
    min-width: calc(100% - 60px);
    min-width: -webkit-calc(100% - 60px);
    float: right;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.startup-content-item .entry-content h3 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px
}

.newsletter-content-wrapper ul li, .newsletter-content-wrapper .entry-header.heading .entry-title, .newsletter-content-wrapper .entry-header.heading .entry-subtitle {
    color: #fff
}

.newsletter-content-wrapper ul li {
    font-size: 20px;
    font-weight: 500;
    list-style-type: none;
    position: relative;
}

.newsletter-content-wrapper ul li:before {
    display: block;
    position: absolute;
    content: "\f058";
    height: 20px;
    width: 20px;
    left: -35px;
    top: -2px;
    font-family: "FontAwesome";
}

.site-footer .newsletter-content ul {
    margin: 0 0 40px;
    padding-left: 35px;
}

.newsletter-content-wrapper .entry-header.heading {
    margin-bottom: 25px;
}

.mc4wp-form {
    position: relative;
}

/*theme page starting from here */

.site-content section.theme-fliter-section {
    padding-bottom: 65px;
}

.theme-fliter-section .grid .element-item, .theme-demo-fliter-section .grid .element-item {
    width: 33.3333%;
    padding: 0 15px;
}

.filters-button-group {
    margin: 0;
    padding: 0 0 30px;
    text-align: center
}

ul.filters-button-group li {
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 2px 5px;
    cursor: pointer;
    position: relative;
    background: #D1D3D4;
    padding: 10px 22px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

ul.filters-button-group li.active, ul.filters-button-group li:hover {
    background: #68AF3A
}

.theme-filter .template-thumbnail, .theme-demo-filter .template-thumbnail {
    width: 100%;
    padding: 0;
}

.site-content section .container {
    position: relative;
}

.theme-information-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.theme-information-content {
    width: 40%;
    padding-right: 20px;
    text-align: left;
}

.theme-information-wrapper .featured-image {
    width: 60%;
    padding-left: 20px;
    margin: 0;
}

.theme-information-content .entry-title {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: 0.6px;
    color: #fff
}

.theme-info-listing {
    margin: 30px 0;
}

.theme-info-listing ul {
    margin: 0;
    padding-left: 30px;
}

.theme-info-listing ul li {
    list-style: none;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #fff
}

.theme-tab-change-content ul li:before, .tab-free-vs-pro-descriprtion ul li:before, .theme-info-listing ul li::before, .theme-other-feature-listing li:before {
    display: block;
    position: absolute;
    content: "\f058";
    height: 20px;
    width: 20px;
    left: -35px;
    top: 0px;
    font-family: "FontAwesome";
}
.theme-info-listing ul li::before {
    left: -30px;
}
.theme-info-listing li .theme-info-listing-content {
    color: #68AF3A;
}
.theme-info-listing li>div {
    display: inline-block
}

.btn-wrapper {
    padding: 10px 0 25px;
}

.btn-wrapper .box-button {
    margin: 0 7px 5px 0;
}

.documentation-btn {
    margin-bottom: 20px;
}

.documentation-btn a {
    background: #DB4C26;
    color: #fff;
    padding: 10px 30px 10px 45px;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
}

.documentation-btn a:hover {
    background: #68AF3A
}

.documentation-btn a::before {
    content: "\f15b";
    font-family: "FontAwesome";
    position: absolute;
    display: block;
    left: 26px;
    font-weight: 400;
    top: 0;
    bottom: 0;
    height: 22px;
    margin: auto;
    font-size: 14px;
}

.share-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.share-section h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 15px 7px 0;
}

.theme-info .share-section h3 {
    color: #FFFFFF;
}

.inline-social-icon ul {
    margin: 0
}

.share-section .inline-social-icon li a {
    background: none;
    height: auto;
    width: auto;
    padding: 0;
    min-width: auto;
}

.share-section .inline-social-icon li a:before {
    font-size: 18px;
}

.share-section .inline-social-icon li a:hover:before {
    color: #68AF3A
}

/* tab styling from here */

.tab {
    display: none;
}

.tab.active {
    display: block;
}

.tabs .tab-links {
    margin: 0;
    padding: 0 3px;
}

.tabs .tab-links li {
    list-style: none;
    margin: 0 -3px;
    display: inline-block;
}

.tabs .tab-links li a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    background: #101A24;
    padding: 14px 22px;
    display: block;
    border-right: 6px solid rgba(104, 175, 58, 0.2);
}

.tabs li:last-child a {
    border: none
}

.tabs .tab-links li a:hover, .tabs .tab-links li.active a {
    border-color: #68AF3A;
    background: #68AF3A;
}

.tab-content {
    background: #F2F6FA;
    padding: 40px 30px 40px 30px;
}

.tab .entry-header .entry-title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px;
}

.tab-content p {
    font-size: 16px;
    color: #8B8B8B;
}

.tab-content {
    color: #8B8B8B;
}

.site-content section.related-theme-section {
    padding-top: 0;
}

.site-content .template-thumbnail:hover .template-thumbnail-detail {
    transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}

.site-content .template-thumbnail:hover .template-thumbnail-detail .featured-image{
    box-shadow: 0px 40px 20px -30px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}

.related-theme-section .template-thumbnail-wrapper {
    margin-top: 60px;
}

.theme-main-feature-post-wrapper {
    margin: 0 -8px;
    padding-bottom: 25px;
}

.theme-main-feature-post-wrapper .post {
    float: left;
    width: 31.7%;
    width: calc(33.3333% - 16px);
    width: -webkit-calc(33.3333% - 16px);
    padding: 40px 15px 20px;
    text-align: center;
    background: #fff;
    margin: 0 8px 16px;
    box-shadow: 0px 6px 10px 3px rgba(16, 26, 36, 0.05);
}

.theme-main-feature-post-wrapper .post:nth-child(3n+1) {
    clear: both;
}

.theme-main-feature-post-wrapper .post .featured-image {
    max-width: 50px;
    margin: 0 auto 15px;
}

.theme-other-feature-listing ul {
    margin: 0
}

.theme-other-feature-listing li {
    font-size: 20px;
    color: #101A24;
    padding: 0 0 0 35px;
    list-style: none;
    position: relative;
    width: 33.3333%;
    float: left;
}

.theme-other-feature-listing li::before {
    left: 9px;
    color: #68AF3A;
    font-size: 18px;
}

.theme-tab-free-vs-pro-content th h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.theme-tab-free-vs-pro-content th, .theme-tab-free-vs-pro-content td {
    text-align: center;
    min-width: 200px;
}

.theme-tab-free-vs-pro-content td {
    vertical-align: middle;
    font-size: 20px;
    font-weight: 700;
    color: #101A24
}

.theme-tab-free-vs-pro-content th:first-child, .theme-tab-free-vs-pro-content td:first-child {
    text-align: left
}

.tab-free-vs-pro-descriprtion span {
    padding: 6px 5px 5px;
    background-color: #68AF3A;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: block;
    text-transform: uppercase
}

.tab-free-vs-pro-descriprtion ul {
    margin: 0;
    text-align: left;
    padding: 10px 0 0 25px;
}

.tab-free-vs-pro-descriprtion ul li {
    list-style: none;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #101A24;
}

.tab-free-vs-pro-descriprtion ul li::before {
    color: #68AF3A;
    left: -25px;
    font-size: 14px;
    top: 1px;
}

.theme-tab-free-vs-pro-data-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.theme-tab-free-vs-pro-data-title .featured-image {
    width: 40px;
    margin: 0 15px 0 0;
}

.theme-tab-free-vs-pro-data-title .entry-content {
    width: 91%;
    width: calc(100% - 55px);
    width: -webkit-calc(100% - 55px);
    margin-bottom: 0
}

.theme-tab-free-vs-pro-data-title .entry-content p:last-child {
    margin-bottom: 0
}

.theme-tab-free-vs-pro-content td .fa {
    color: #68AF3A;
    font-size: 25px;
}

.theme-tab-free-vs-pro-content td .fa-times-circle {
    color: #DB4C26;
}

tr.table-footer td {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #101A24
}

.theme-tab-free-vs-pro-content {
    overflow-x: auto;
}

table {
    min-width: 991px;
}

/* special offer section styling from here */

.site-content section.special-offer-section {
    padding: 0;
    margin-top: -50px;
}

.special-offer-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #F2F6FA 100%);
    border: 2px solid rgba(188, 188, 188, 0.29);
    padding: 50px;
}

.special-offer-content-wrapper>.featured-image {
    width: 340px;
    margin: 0 30px 0 0;
}

.special-offer-content-wrapper>.entry-header {
    width: 67%;
    width: calc(100% - 370px);
    width: -webkit-calc(100% - 370px);
    text-align: left;
    margin: 0;
}

.special-offer-section .entry-header.heading .box-button {
    margin-top: 10px;
}

.theme-tab-change-content {
    padding-top: 20px;
}

.theme-tab-change-content h3, .theme-tab-tutorial-content h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.4em;
    letter-spacing: 0.5px;
    color: #68AF3A;
    border-bottom: 2px solid rgba(16, 26, 36, 0.1);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.theme-tab-change-content ul {
    margin: 20px 0 30px;
    padding-left: 30px;
}

.theme-tab-change-content ul li {
    list-style: none;
    position: relative;
    font-size: 20px;
    color: #101A24
}

.theme-tab-change-content ul li:before {
    color: #68AF3A;
    left: -30px;
}

.theme-tab-tutorial-item {
    padding-bottom: 20px;
}

.theme-tab-tutorial-item:last-child {
    padding-bottom: 0;
}

.theme-tab-tutorial-content {
    padding-top: 20px;
}

.theme-tab-reviews-item {
    margin: 0 -20px;
    padding-top: 20px
}

.theme-tab-reviews-item .testimonial-item {
    width: 46.2%;
    width: calc(50% - 40px);
    width: -webkit-calc(50% - 40px);
    float: left;
    padding: 25px;
    background: #fff;
    margin: 0 20px 30px;
    border-color: #68AF3A;
}

.theme-tab-reviews-item .testimonial-content .entry-content p {
    font-weight: 400;
    font-style: italic;
}

.theme-tab-reviews-item .testimonial-content .entry-content {
    margin-bottom: 0;
}

.theme-tab-reviews-item .author-name {
    margin-bottom: 1px;
    line-height: 1;
}

/*contact page section starts*/

.contact-form-wrapper {
    float: left;
    width: 60%;
    padding-right: 15px;
}

.contact-detail-wrapper {
    float: right;
    width: 40%;
    padding-left: 15px;
}

.wpcf7-form p label {
    position: absolute;
    width: 68px;
    height: 100%;
    background: #68AF3A;
    top: 0;
    margin: 0;
    z-index: 1;
    left: 0;
}

.wpcf7-form p label[for="name"]::before {
    content: "\f007";
}

.wpcf7-form p label[for="email"]::before {
    content: "\f0e0";
}

.wpcf7-form p label[for="subject"]::before {
    content: "\f040 ";
    font-size: 20px;
    line-height: 20px;
}

.wpcf7-form p label::before {
    position: absolute;
    display: block;
    font-family: "FontAwesome";
    font-size: 18px;
    color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 21px;
    height: 26px;
    margin: auto;
    text-align: center;
}

.wpcf7 input, .wpcf7 textarea {
    margin-bottom: 0;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #B9C5D1;
    font-weight: 400;
    padding: 13px 12px 13px;
    background: #F5F6F6;
    font-family: 'DM Sans', sans-serif;
}

.wpcf7 input {
    padding-left: 82px;
}

.wpcf7-form p {
    position: relative;
}

.comments-area p {
    margin-bottom: 20px;
}

.comments-area .comment-content p:last-child {
    margin-bottom: 10px;
}

.comment-reply-link {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    background-color: #68AF3A;
    border-radius: 40px;
    padding: 10px 22px 10px 22px;
    display: inline-block;
}

.comment-reply-link:hover {
    background: #DB4C26;
    color: #fff
}

.wpcf7 input:focus, .wpcf7 textarea:focus {
    border-color: #68AF3A;
}

.contact-detail-icon {
    width: 44px;
    height: 44px;
    background: #68AF3A;
    border-radius: 50px;
    text-align: center;
    float: left;
    margin-right: 10px;
}

.contact-detail-icon .fa {
    font-size: 24px;
    line-height: 44px;
    color: #fff;
}

.contact-detail-content {
    width: 87%;
    width: calc(100% - 54px);
    width: -webkit-calc(100% - 54px);
    float: right;
}

.contact-detail-content a, .contact-detail-content span {
    color: #101A24;
    font-size: 20px;
    font-weight: 500;
}

.contact-detail-content h4 {
    color: #BCBCBC;
    font-size: 16px;
    font-weight: 700;
    margin: 5px 0 5px;
    letter-spacing: 0.5px;
    text-transform: uppercase
}

.contact-detail-item {
    margin-bottom: 15px;
}

.contact-content-wrapper {
    padding-top: 40px;
}

/* mc4wp form styling from here */

.mc4wp-form input {
    border: 1px solid rgb(255, 255, 255, 0.2);
    margin: 0;
    height: 100%;
    background: rgb(255, 255, 255, 0.05);
    color: #fff
}

.mc4wp-form input:focus {
    border-color: #68AF3A
}

.mc4wp-form .mc4wp-form-submit input {
    border-color: #68AF3A;
    padding: 11px 12px;
    width: 100%;
    font-size: 0;
    height: 100%;
    border-radius: 0;
    background: #68AF3A url("assets/images/subscribe-icon.png") no-repeat scroll center center;
    background-size: 20px;
}

.mc4wp-form .mc4wp-form-submit input:hover {
    background: #101A24 url("assets/images/subscribe-icon.png") no-repeat scroll center center;
    background-size: 20px;
}

.mc4wp-form .mc4wp-form-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 46px;
    height: 41px;
}

.navigation {
    text-align: center;
    padding: 20px 0;
}

.hgroup-right .navigation {
    padding: 0;
}

.navigation .nav-links {
    display: block;
    width: 100%;
}

.nav-links a, .nav-links span.current {
    padding: 5px 0 0;
    width: 32px;
    display: inline-block;
    height: 32px;
    border: 1px solid #68AF3A;
    margin: 0 2px 2px;
    color: #68AF3A;
    position: relative;
}

.nav-links span.current, .nav-links a:hover {
    background: #68AF3A;
    color: #fff;
}

.pagination li {
    list-style: none;
    display: inline-block;
}

.pagination {
    display: block;
    margin: 0;
}

.nav-links a.prev, .nav-links a.next {
    text-indent: 99999px;
}

.nav-links a.prev:before, .nav-links a.next:before {
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    color: #68AF3A;
    display: block;
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    right: 12px;
    text-indent: 0;
    transition: all 0.3s ease-out;
    z-index: 9;
    top: 4px;
}

.nav-links a.prev:before {
    content: "\f104 "
}

.nav-links a.next:before {
    content: "\f105"
}

.nav-links a.prev:hover:before, .nav-links a.next:hover:before {
    color: #fff;
}

.nav-previous {
    max-width: 45%;
    float: left;
}

.nav-next {
    max-width: 45%;
    float: right;
}

.nav-links .nav-previous a {
    width: 100%;
    text-align: left;
    padding: 10px;
    height: auto;
    margin: 0;
    position: relative;
    padding-left: 25px;
}

.nav-links .nav-next a {
    width: 100%;
    text-align: right;
    padding: 10px;
    height: auto;
    margin: 0;
    position: relative;
    padding-right: 25px;
}

.nav-links .nav-previous a::before {
    font-family: "FontAwesome";
    color: #68AF3A;
    font-size: 16px;
    content: "\f100";
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 23px;
}

.nav-links .nav-next a::before {
    font-family: "FontAwesome";
    color: #68AF3A;
    font-size: 16px;
    content: "\f101";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 23px;
}

.nav-links .nav-next a:hover:before, .nav-links .nav-previous a:hover:before {
    color: #fff;
}

.contact-detail-image .featured-image {
    margin-bottom: 0;
}

.site-content section.theme-demo-fliter-section {
    padding-bottom: 70px;
}

.grid {
    margin: 0 -15px;
}

.comment-list li {
    list-style: none;
}

.comments-area>ol {
    margin: 0;
}

.comment-author.vcard {
    margin-bottom: 7px;
}

.wp-block-buttons {
    margin-bottom: 15px;
}

/* pricing page styling from here */

.pricing-column-wrapper {
    text-align: center;
    padding: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.theme-price-table-content ul {
    margin: 0;
}

.theme-price-column:last-child {
    border-right: 1px solid #CCCCCF;
}

.theme-price-column:nth-child(3n) {
    border-left: none;
}

.theme-price-column.popular-theme-price-column {
    padding-top: 54px;
    padding-bottom: 50px;
    border-right: 1px solid #CCCCCF;
    box-shadow: 0px 5px 25px 15px rgba(188, 188, 188, 0.15);
    z-index: 1;
    background: #173654;
}

.theme-price-column:hover {
    box-shadow: 0px 4px 20px 5px rgba(188, 188, 188, 0.3);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    z-index: 2;
}

.theme-price-column {
    position: relative;
    min-width: 33.3333%;
    border-top: 1px solid #CCCCCF;
    border-bottom: 1px solid #CCCCCF;
    border-left: 1px solid #CCCCCF;
    padding: 30px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F2F6FA));
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #F2F6FA 100%);
    background-image: linear-gradient(180deg, #FFFFFF 0%, #F2F6FA 100%);
}

.pricing-popular-tag {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    background: #DB4C26;
    border: 3px solid rgba(16, 26, 36, 0.16);
    text-transform: uppercase;
    padding: 4px 8px;
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    margin: auto;
    width: 170px;
}

.theme-price-column .theme-price span {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #68AF3A;
}

.theme-price-header span {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    background: #101A24;
    padding: 13px 15px;
    display: block
}

.theme-price-column .theme-price {
    margin-bottom: 16px;
}

.theme-price-header {
    margin-bottom: 40px;
}

.theme-price-table-content ul li {
    list-style: none;
    font-size: 18px;
    font-weight: 500;
    color: #101A24;
}

.theme-price-table-content ul li .fa {
    color: #68AF3A;
    padding-right: 5px;
}

.theme-price-table-content {
    padding-bottom: 20px;
}

/*blog page starts*/

.blog-page-wrapper .post {
    margin-bottom: 30px;
}

.blog-page-wrapper .post:last-child {
    margin-bottom: 0px;
}

.comments-area input, .comments-area textarea {
    border-color: #68AF3A
}

/* detail page styling from here */

.blog-detail-page-wrapper .post .entry-content ul li {
    position: relative;
    list-style: none;
}

.blog-detail-page-wrapper .post .entry-content ul li:before {
    position: absolute;
    display: block;
    content: "\f058";
    font-family: "FontAwesome";
    color: #68AF3A;
    font-size: 15px;
    left: -25px;
    top: 1px;
}

.blog-detail-page-wrapper .post .entry-content .inline-social-icon ul li:before {
    display: none
}

p .box-button {
    margin: 0 1px 2px;
}

.view-demos-section {
    margin: 0 -15px 30px;
}

.view-demos-section>figure {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.single-post-page .related-theme-section {
    padding-bottom: 0;
}

.single-post-page .blog-section {
    padding-top: 40px;
}

.entry-title a {
    color: #18152B;
}

.entry-title a:hover, .contact-detail-content a:hover {
    color: #68AF3A;
}

/*footer section starts*/

.site-footer {
    position: relative;
}

.non-technncal-section, .newsletter-section, .product-shop-section {
    padding: 95px 0 100px;
    position: relative;
    overflow: hidden;
}

.newsletter-section .container, .product-shop-section .container {
    position: relative;
}

.newsletter-section .container>.featured-image {
    margin-bottom: 0
}

/* product-shop-section styling from here */

.product-shop-section {
    background-attachment: fixed !important;
    background-position: 50% 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    text-align: center
}

.product-shop-section::before {
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    background-image: linear-gradient(180deg, #1263A7 0%, #101A24 100%);
    opacity: 0.9;
}

.product-shop-section .container>.featured-image {
    margin-bottom: 10px;
}

.payment-method-wrapper h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 1px;
}

.payment-method-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.payment-method-wrapper ul li img {
    max-width: 32px;
}

.payment-method-wrapper ul li {
    display: inline-block;
    margin: 5px 5px 5px;
}

.payment-method-wrapper ul li .fa {
    line-height: 0;
}

.payment-method-wrapper ul li a, .payment-method-wrapper ul li {
    font-size: 35px;
    color: #fff;
}

.payment-method-wrapper {
    padding-top: 15px;
}

.site-footer .entry-header.heading .entry-title {
    max-width: 100%;
}

.site-footer .entry-header.heading .entry-subtitle {
    color: #fff
}

.non-technncal-section {
    background: #162636;
}

.non-technncal-section .entry-header.heading {
    margin-bottom: 0
}

.site-footer ul li, .site-header ul li {
    list-style: none;
}

.site-footer ul, .site-header ul {
    margin: 0
}

.widget-area .container {
    position: relative;
}

.widget-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
}

.site-footer .inline-social-icon li a {
    color: #fff;
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgb(255, 255, 255, 0.3);
}

.site-footer .inline-social-icon li a:hover, .site-footer .inline-social-icon li a:before {
    color: #fff;
}

.site-footer li {
    line-height: 1;
}

.site-generator {
    background: #101A24;
    padding: 10px 0;
}

.site-generator .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.site-generator .inline-social-icon {
    width: 50%;
    text-align: right;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 0 0 15px;
}

.site-generator .copy-right {
    width: 50%;
    padding-right: 15px;
    margin-bottom: 2px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.site-footer a, .site-footer p, .site-footer span, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {
    color: #fff;
}

.site-footer a:hover {
    color: #68AF3A
}

.site-footer a.box-button:hover {
    color: #fff;
}

/*footer-section ends*/

.os-animation {
    opacity: 0;
}

.os-animation.animated {
    opacity: 1;
}

.site-branding a:hover img, .site-branding a img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.at-theme-demo-page .demo-main-wrap {
    background: #262626;
}

.at-theme-demo-page .demo-main-wrap .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.at-theme-demo-page .hgroup-right .products-dropdown-wrap {
    width: 220px;
    max-width: 100%;
}

.at-theme-demo-page .hgroup-right .products-dropdown-wrap select {
    border-radius: 5px;
    border: 1px solid #e8ecf3;
    background: #585858;
    color: #fff;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}

.at-theme-demo-page .demo-main-wrap .menu-demo-btn {
    width: 340px;
    text-align: right;
    margin: 0;
    max-width: 100%;
}

.at-theme-demo-page .demo-main-wrap .menu-demo-btn a {
    display: inline-block;
    padding: 9px 20px;
    margin: 0 2px;
    font-size: 14px;
    text-transform: uppercase;
}

.at-theme-demo-page .demo-main-wrap .hgroup-right {
    padding-left: 25px;
}

.at-theme-demo-page .demo-main-wrap .device-frames-wrap {
    width: 40%;
    width: calc(100% - 560px);
    width: -webkit-calc(100% - 560px);
    padding: 0 15px;
}

.at-theme-demo-page .demo-main-wrap .device-frames-wrap ul {
    margin: 0;
}

.at-theme-demo-page .demo-main-wrap .device-frames-wrap li {
    display: inline-block;
    margin: 0 10px;
    list-style: none;
}

.at-theme-demo-page .demo-main-wrap .site-branding .site-title {
    margin-bottom: 0;
}

.at-theme-demo-page .demo-main-wrap .site-branding .site-title a {
    display: block;
    line-height: 0.5
}

.at-theme-demo-page .demo-main-wrap {
    background: #262626;
    padding: 15px 0;
}

.at-theme-demo-page .device-frames-wrap a {
    color: rgba(255, 255, 255, 0.9);
}

.at-theme-demo-page .device-frames-wrap a:hover {
    color: #68AF3A;
}

.demo-frame {
    height: 100vh;
    text-align: center
}

.demo-page {
    height: 100vh;
    position: relative;
}

.demo-page iframe {
    width: 100%;
    height: 100%;
}

html.main-demo-page {
    overflow-y: hidden;
}

.site-content section.post-navigation-wrapper {
    padding: 0 0 30px;
}

.site-content section.theme-tab-section {
    padding-bottom: 25px;
}

.site-branding .site-title {
    margin: 0;
}
.theme-package-tab-wrapper .tab-links {
    text-align: center;
}
.theme-package-tab-wrapper .tab-content {
    padding: 0 0 30px 0;
    background: none;
}
.site-content section.theme-package-tab-section {
    padding: 0;
}
.best-selling-section p,
.startup-steps-section p {
    color: #BCBCBC;
}
.slick-dots li {
    width: 15px;
    height: 15px;
    background: #68AF3A;
}
.slick-dots li:hover {
    background: #131723;
}
.slick-dots {
    bottom: -30px;
}
header.doc-top-head {
    padding-bottom: 0;
}
header.doc-top-head .doc-title {
    display: none;
}

.ws-wp-docs-categories li {
    list-style: none;
    margin-bottom: 0;
}
.ws-wp-docs-categories li,
.wp-doc-theme p,
.wp-doc-theme li {
     font-family: 'DM Sans', sans-serif !important;
     color: #101A24
}
#header .product-header-body #license_quantities_dropdown {
    opacity: 1 !important;
}
.theme-package-tab-wrapper .tabs .tab-links {
    padding: 0;
}
.bbp-breadcrumb {
    margin-bottom: 25px;
}
div.bbp-breadcrumb {
    width: 60%;
}
#bbpress-forums div.bbp-search-form {
    width: 40%;
    padding-left: 5px;
}
#bbpress-forums li,
#bbpress-forums,
#bbpress-forums .bbp-forum-info .bbp-forum-content, 
#bbpress-forums p.bbp-topic-meta,
div.bbp-breadcrumb, 
div.bbp-topic-tags {
    font-size: 16px;
}
li.bbp-forum-info, 
li.bbp-topic-title ,
li.bbp-topic-titles li {
    font-size: 18px;
}
#bbpress-forums li.bbp-body ul.forum, 
#bbpress-forums li.bbp-body ul.topic {
    padding: 15px;
}
.bbp-forum-info .bbp-forum-title {
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
}
.bbp-author-avatar img {
    margin-bottom: 2px;
}
.bbp-submit-wrapper button {
    padding: 10px 20px;
}
.bbp-submit-wrapper button:hover {
   background: #DB4C26
}
#bbpress-forums fieldset.bbp-form label {
    margin: 0 0 8px;
}
#bbpress-forums fieldset.bbp-form {
    padding: 10px 20px 20px;
}
#bbp-search-form input[type="text"] {
    width: 100% !important;
}
#bbp-topic-search-form,
#bbp-search-form,
#bbp-reply-search-form {
    position: relative;
}
#bbp-topic-search-form #bbp_search_submit,
#bbp-search-form #bbp_search_submit,
#bbp-reply-search-form #bbp_search_submit {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 0;
    bottom: 0;
}
#bbp-topic-search-form input[type="text"],
#bbp-search-form input[type="text"],
#bbp-reply-search-form input[type="text"] {
    padding-right: 75px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
    padding: 10px 9px;
    font-size: 16px;
    font-weight: 500;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a,
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a:hover {
    background: #DB4C26;
    opacity: 1;
    color: #fff
}
#bbpress-forums {
    margin-bottom: 0;
}

.non-technical-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px;
}
.non-technical-content-wrapper>.entry-header {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    min-width: 50%;
    padding: 0 25px;
    border-right: 2px solid rgba(255,255,255,0.4);
}
.non-technical-content-wrapper>.entry-header:last-child {
    border: none;
}
.non-technical-content-wrapper .entry-header.heading .entry-title {
    font-size: 24px;
}
.non-technical-content-wrapper .entry-header.heading .entry-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
}
.product-shop-section {
    padding-top: 45px;
}
.product-shop-section .entry-header.heading .box-button {
    margin-top: 10px;
}
.demo-toggle-down {
    background-color: #DB4C26;
    cursor: pointer;
    color: #fff;
    position: absolute;
    top: 0;
    right: 40px;
    z-index: 99999;
    padding: 8px 7px;
    border-radius: 0 0 3px 3px;
     -webkit-transition : all 0.3s ease 0s;
    -o-transition : all 0.3s ease 0s;
    transition : all 0.3s ease 0s;
}
.demo-toggle-down:hover {
    background-color: #68AF3A;
     -webkit-transition : all 0.3s ease 0s;
    -o-transition : all 0.3s ease 0s;
    transition : all 0.3s ease 0s;
}
.landing-page-template-default .page-title-wrap {
    padding-top: 88px;
}
.with-sidebar .row::before, 
.with-sidebar .row::after {
    display: none;
}
.with-sidebar:before, .with-sidebar:after{
    display: block;
    clear: both;
    content: ""
}
.box-button {
    cursor: pointer;
}
.main-navigation ul > li.current-menu-item.menu-demo-btn > a,
.main-navigation ul > li.menu-demo-btn > a:hover {
    color: #fff;
}
.menu-demo-btn {
    width: 160px;
}
.package-title h3 {
    color: #DB4C26;
    font-size: 24px;
}
.theme-price-1 .package-title h3,
.theme-price-1.theme-price-column .theme-price span,
.theme-price-1 .theme-price-table-content ul li .fa {
    color: #101A24;
}
.theme-price-1 .box-button{
    background: #101A24;
}
.theme-price-2 .package-title h3,
.theme-price-2.theme-price-column .theme-price span,
.theme-price-2 .theme-price-table-content ul li .fa,
.theme-price-2 .theme-price-table-content ul li {
    //color: #DB4C26;
    color: #fff;
}
.theme-price-2 .box-button,
.theme-price-2 .theme-price-header span{
    background: #DB4C26;
}
.theme-price-3 .package-title h3,
.theme-price-3.theme-price-column .theme-price span,
.theme-price-3 .theme-price-table-content ul li .fa,
.theme-price-3 .theme-price-table-content ul li {
    color: #68AF3A;
}
.theme-price-3 .box-button,
.theme-price-3 .theme-price-header span{
    background: #68AF3A;
}
.theme-price-1 .box-button:hover,
.theme-price-2 .box-button:hover,
.theme-price-3 .box-button:hover{
    background: #ACACAC;
}
.error-404-content {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px
}
.error-404-content p {
    font-size: 28px;
    font-weight: 500;
}
.wpcf7-form p label[for="website-url"]::before {
    content: "\f0c1";
    font-size: 20px;
}
.non-technical-content-wrapper .entry-header.heading .entry-title span {
    color: #db4c26;
    font-weight: 700;
}
.page-template-freemius-account-dashboard .swp_social_panel{
    display: none;
}

.nx-bar .nx-bar-inner .nx-close {
    right: 100px !important;
}
.theme-tab-free-vs-pro-content td .theme-tab-free-vs-pro-data-title .fa {
    color: #18152B;
    font-size: 25px;
    text-align: center;
    display: block;
}




.post-wrapper.blog-detail-page-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

.post-wrapper.blog-detail-page-wrapper .post {
    margin: 0 0 30px;
    width: 33.3333%;
    padding: 0 10px;
}

.post-wrapper.blog-detail-page-wrapper .post .entry-title {
    font-size: 16px;
    margin-bottom: 3px;
}

.post-wrapper.blog-detail-page-wrapper .post>.featured-image {
    margin-bottom: 5px
}

.site-content section.add-section {
    padding: 0;
}

.add-section figure {
    margin: 0
}

.duet-post-content-wrap {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
    margin: 0 -15px;
}

.duet-post-content-wrap>div {
    width: 50%;
    padding: 0 15px;
    float: left;
}

.duet-post-content-wrap .post .entry-title {
    font-size: 18px;
}

.duet-post-content-wrap .post {
    margin: 0
}

.site-content section.duet-post-wrapper {
    padding-bottom: 60px;
}

.popular-post-section>h3, .featured-post-section>h3 {
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 30px;
}

.popular-post-section>h3 {
    color: #68AF3A;
}

.featured-post-section>h3 {
    color: #DB4C26;
}

.duet-post-content-wrap .slick-prev, .duet-post-content-wrap .slick-next {
    height: 30px;
    width: 30px;
    color: #fff;
    z-index: 9;
    top: -34px;
}

.popular-post-slider .slick-prev, .popular-post-slider .slick-next, .featured-post-slider .slick-prev:hover, .featured-post-slider .slick-next:hover {
    background: #68AF3A;
}

.featured-post-slider .slick-prev, .featured-post-slider .slick-next, .popular-post-slider .slick-prev:hover, .popular-post-slider .slick-next:hover {
    background: #DB4C26;
}

.duet-post-content-wrap .slick-prev:before, .duet-post-content-wrap .slick-next:before {
    color: #fff;
    opacity: 1;
}

.duet-post-content-wrap .slick-prev {
    left: 0;
}

.duet-post-content-wrap .slick-next {
    right: 0;
}

.duet-post-content-wrap .entry-meta, .post-wrapper.blog-detail-page-wrapper .post .entry-meta {
    background: none;
    margin-bottom: 3px;
    padding: 0;
    margin-right: 7px;
}

.duet-post-content-wrap .entry-meta>span, 
.post-wrapper.blog-detail-page-wrapper .entry-meta>span {
    font-size: 12px;
}
.post-wrapper.blog-detail-page-wrapper .entry-meta a,
.duet-post-content-wrap .entry-meta a {
    color: #DB4C26
}
.post-wrapper.blog-detail-page-wrapper .entry-meta a:hover ,
.duet-post-content-wrap .entry-meta a:hover{
    color: #68AF3A;
}

.post-wrapper.blog-detail-page-wrapper .post > .featured-image,
.popular-post-slider .post > .featured-image ,
.featured-post-slider .post > .featured-image,
.sidebar-popular-theme .post > .featured-image {
    overflow: hidden;
}
.popular-post-slider .post > .featured-image ,
.featured-post-slider .post > .featured-image {
    max-height: 370px;
}

.post-wrapper.blog-detail-page-wrapper .post:hover > .featured-image:after ,
.popular-post-slider .post:hover > .featured-image:after,
.featured-post-slider .post:hover > .featured-image:after,
.sidebar-popular-theme .post:hover > .featured-image:after {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.post-wrapper.blog-detail-page-wrapper .post > .featured-image:after ,
.popular-post-slider .post > .featured-image:after,
.featured-post-slider .post > .featured-image:after,
.sidebar-popular-theme .post > .featured-image:after {
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    height: 100%;
    left: -100%;
    top: 0;
    transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
    display: block;
    content: "";
    position: absolute;
}

.post-wrapper.blog-detail-page-wrapper .post:hover > .featured-image img,
.popular-post-slider .post:hover > .featured-image img,
.featured-post-slider .post:hover > .featured-image img,
.sidebar-popular-theme .post:hover > .featured-image img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.post-navigation-wrapper {
    clear: both;
    width: 100%;
}
.popular-post-slider .post > .featured-image img ,
.featured-post-slider .post > .featured-image img,
.sidebar-popular-theme .post > .featured-image img {
    width: 100%;
}
.post-wrapper .post-navigation-wrapper {
    padding: 0 10px;
}
.site-content section.blog-section {
    padding-bottom: 60px;
}
.single-post .site-content section.blog-section{
    padding-top: 0;
}
.blog-section .entry-header.heading {
    text-align: left;
}
.blog-section .entry-header.heading .entry-title {
    max-width: 100%;
}
.single-post .blog-detail-page-wrapper .post .entry-title {
    font-size: 24px;
}
.sidebar-button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#secondary .widget-title {
    border-left: 4px solid #68AF3A;
    padding-left: 7px;
    line-height: 1.1;
}
.single .blog-detail-page-wrapper .post .entry-meta {
    background: none;
}
.single .blog-detail-page-wrapper .post .entry-meta a {
    letter-spacing: 1px;
    color: #666;
}
.single .blog-detail-page-wrapper .post .entry-meta a:hover {
    color: #68AF3A;
}
.single .blog-detail-page-wrapper .post .cat-links a {
    margin-right: 3px;
    margin-left: 2px;
}
.theme-demo-filter .element-item .template-thumbnail-detail {
    height: 272px;
}
.wp-block-button__link:hover {
    background: #68AF3A !important;
    border-color: #68AF3A !important;
}