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

	[Table of contents]

	1. Defaults
	2. WordPress Cores
	3. Widgets
	4. Share Buttons
	5. Articles
	6. Post Content Area
	7. Preloaders
	8. Elementor

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

/* 1. Defaults */



dd {
    margin-left: 0;
    margin-bottom: 20px !important;
}

p:empty {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    word-spacing: 0px;
    margin-bottom: 20px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

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

code {
    white-space: normal;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    width: 100%;
    font-weight: inherit;
    font-size: inherit;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%237a7a7a' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 99%;
    background-position-y: 50%;
}

blockquote {
    margin: 0 0 1rem;
    background-color: var( --styler-gray-background );
    padding: 60px;
}

/* 2. WordPress Core */

.bypostauthor,
.gallery-caption {
    display: block;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.page .aligncenter,
.page div.aligncenter {
    margin: 5px auto 20px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
    clear: both;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.nt-clearfix:after,
.wp-caption:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.wp-caption {
    background: #fff;
    border: 1px solid var( --styler-gray );
    max-width: 100%;
    padding: 5px 5px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 20px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    line-height: 17px;
    margin: 15px 0 0;
    font-size: 14px;
    padding: 0 4px 5px;
}

.sticky_text {
    background: var( --styler-bg-soft );
    color: var( --styler-black );
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
    margin: 1px 0 10px;
}

@media only screen and (min-width: 992px) {
    .alignnone {
        margin: 15px 20px 15px 0;
    }
}


/* 3. Widgets */
#nt-sidebar #searchform {
    position: relative;
    max-height: 50px;
}

#nt-sidebar .menu {
    opacity: 1 !important;
}

#nt-sidebar .widget_text {
    min-height: 20px;
}


#wp-calendar a {
    color: var(--styler-black-soft);
}

.calendar_wrap #prev a {
    background: var(--styler-black);
    color: #fff;
    padding: 5px 10px;
    margin-top: 10px;
    display: inline-block;
    margin-left: -12px;
}

.calendar_wrap #next a {
    background: var(--styler-black);
    color: #fff;
    padding: 5px 10px;
    margin-top: 10px;
    display: inline-block;
    margin-right: -8px;
}

#nt-sidebar select {
    max-width: 100%;
    min-width: 100%;
}

#nt-sidebar form[role="search"],
#nt-sidebar form[role="password"] {
    margin: 0;
    border-radius: 0px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
#nt-sidebar form input {
    border-radius: 0;
    width: 100%;
}

#nt-sidebar form button {
    outline: none;
    border: 0;
    background: var(--styler-black);
    padding: 0 20px;
    color: #fff;
    border-radius: 0;
}

.content-none-container .styler-btn {
    margin-top: 30px;
}

.content-none-container {
    text-align: center;
}

/* text widget */
.textwidget img {
margin: 0px 0px 15px;
    display: block;
    font-size: 14px;
}

.textwidget strong {
    margin: 0px 0px 15px;
    display: block;
    font-size: 14px;
}

.textwidget br {
    display: none;
}

/* rss widget */
.widget_rss ul {
    padding: 0px !important;
    margin: 0 !important;
}

.widget_rss ul li {
    list-style: none;
    margin-bottom: 25px !important;
    padding: 30px;
    -webkit-box-shadow: 0 10px 60px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 10px 60px 0 rgb(0 0 0 / 5%);
    background-color: #fff;
}

.widget_rss ul li:last-child {
    border-bottom: 0px;
    list-style: none;
    margin-bottom: 0;
}

.widget_rss ul li a {
    margin-bottom: 15px;
    display: block;
    color: var(--styler-black) !important;
    font-weight: 500;
}

.widget_rss ul li span {
    color: var(--styler-black-soft);
    margin-bottom: 14px;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    text-align: left !important;
}

.widget_rss -title a {
    font-weight: 600;
    color: var(--styler-black);
    vertical-align: top;
}

.widget_rss cite {
    color: var(--styler-black);
    display: block;
    margin-top: 5px;
}

.widget_rss cite:before {
    content: "-- ";
}

.widget_rss .rssSummary {
    margin-bottom: 15px;
    font-weight: 400;
}

/* search form */
.search-results article,
article.hentry {
    margin-bottom: 40px;
}

.search-no-results .nt-styler-inner-container.blog-area.section-padding.styler-blog-classic {
    min-height: calc(100vh - 250px);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}

.nt-styler-inner-container, .styler-blog-details-area {
    min-height: calc(100vh - 250px);
}



/* author box*/

.article-img {
    margin-bottom: 20px;
}

.tags-links {
    border-right: 2px solid var(--styler-gray);
    padding: 0px 10px 0 0px;
    display: inline-block;
    margin: 0px 10px 0px 0;
}

.nt-sidebar-inner-widget .tag-cloud {
    margin-bottom: -5px;
}

.nt-sidebar-inner-widget .tag-cloud-link {
    display: inline-block;
    font-size: 12px !important;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 3px;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    outline: 0;
    background: var(--styler-gray-soft);
    color: var(--styler-black);
    padding: 5px 10px;
    border: 0;
    border-radius: 4px;
}

.nt-sidebar-inner-widget .tagcloud a:hover {
    background: var(--styler-primary);
    color: #fff;
}

.tag-item-one {
    color: #695afd !important;
    background-color: #f2f1ff;
}

.tag-item-two {
    color: #f94a11 !important;
    background-color: #ffefe8;
}

.tag-item-three {
    color: #0cbc5a !important;
    background-color: #e6faef;
}

.tag-item-four {
    color: #feb302 !important;
    background-color: #fff8e6;
}

.tag-item-five {
    color: #34c7df !important;
    background-color: #f1fdff;
}


/* 4. password form */
.post-password-form label {
    display: inline
}

.post-password-form input[type=password] {
    width: auto;
    margin: 30px 15px 0;
    background-color: var( --styler-gray );
    color: var( --styler-black );
    background-clip: padding-box;
    border: 2px solid var( --styler-gray );
    line-height: 1.2;
    font-size: 1.6rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    padding: 15px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
}

.post-password-form input[type=submit] {
    color: var(--styler-black-soft);
    border-color: var(--styler-black-soft);
    background-color: transparent;
    border-width: 1px;
    height: 54px;
    line-height: 38px;
    padding: 0 40px;
    font-size: 14px;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: normal;
    cursor: pointer;
    border-style: solid;
    font-family: inherit;
    font-weight: 700;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
}

.gallery-content ul {
    padding: 0;
}

.gallery-content ul li {
    list-style: none;
}

/*  5.  Articles   */
.video-responsive {
    width: 100%;
}

.video-responsive iframe {
    width: 100%;
    height: 100%;
}

.nt-styler-content {
    font-size: 16px;
}

.nt-styler-content ol, .nt-styler-content ul {
    margin-bottom: 30px;
    margin-top: 30px;
}

.nt-styler-content ol ol,
.nt-styler-content ul ol,
.nt-styler-content ol ul,
.nt-styler-content ul ul {
    margin: 0px;
}

.single .the-post-thumbnail {
    margin-bottom: 30px;
}

.nt-styler-content.nt-single-content {
    margin-bottom: 60px;
    position: relative;
}

.nt-inner-title {
    margin: 50px 0 50px;
}

h3.nt-inner-title.nt-comments-title.mb-6 {
    margin-bottom: 50px !important;
}

.nt-post-tags {
    clear: both;
    margin-bottom: 60px;
}

.page-links {
    clear: both;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

.nt-is-wp-link-pages .page-links {
    background: #fff;
    margin-top: 20px;
    color: #b6b6b6;
}

.nt-is-wp-link-pages {
    /* padding-bottom: 50px; */
}

.single .page-links,
.page .page-links {
    position: relative;
    border-width: 1px;
    display: table;
    padding: 10px 0px;
    margin-top: 40px;
}

.page-links span span {
    margin-right: 0px;
}

.page-links a {
    margin-right: 2px;
    display: inline-block;
    font-size: 14px;
    color: var(--styler-primary);
    text-align: center;
    text-decoration: none;
}

.single .page-links a,
.page .page-links a,
.single .page-links span,
.page .page-links span {
    margin-right: 8px !important;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--styler-black);
    font-weight: 500;
}

.page-links-title {
    margin-right: 5px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: var(--styler-primary);
}

.page-links .current {
    margin-right: 0px;
    display: inline-block;
    font-size: 14px;
    color: var(--styler-black-soft) !important;
}

/* 6. Post Content Area */
.nt-page-template-content.nt-styler-content:after {
    clear: both;
    content: "";
    display: table;
    table-layout: fixed;
}
.styler-post-content-wrapper:after {
    clear: both;
    content: "";
    display: table;
    table-layout: fixed;
}
.post .nt-styler-content li {
    list-style: inherit !important;
    line-height: 30px;
}

.nt-styler-content .gallery-item img {
    margin-bottom: 15px;
}

.nt-styler-content .gallery-caption {
    margin-left: 0;
}

.nt-styler-content p iframe {
    max-width: 100%;
}


.nt-styler-content p {
    margin: 0 0 20px;
}
.nt-styler-content p:last-child {
    margin-bottom: 0;
}
.comment-navigation {
    margin: 30px 0;
}

.commentlist p {
    color: var(--styler-black);
    margin: 0 0 20px;
}

.comment-paragraph {
    margin-left: 85px !important;
}

.nt-comment-item {
    list-style-type: none !important;
}

.nt-comment-content img {
    margin: 15px 0;
}

.nt-comment-content {
    margin: 5px 0 15px;
}

.nt-commentlist {
    margin-bottom: 80px;
}

.comments #cancel-comment-reply-link {
    display: block !important;
}

p.nocomments {
    background: var( --styler-bg-soft );
    color: var( --styler-black );
    padding: 25px;
    margin: 60px 0 0;
}

.tag-pingbacks-2 .commentlist {
    list-style: none;
}

.commentlist>li.comment {
    list-style: none;
    position: relative;
}

.nt-commentlist .pingback {
    padding-left: 0;
}

.nt-commentlist .pingback .nt-comment-avatar {
    display: none;
}

.nt-styler-content ol {
    list-style: decimal;
    padding-left: 25px;
}

.nt-styler-content ul {
    list-style: disc;
    padding-left: 15px;
}

.nt-styler-content ul.nt-styler-content-list,
.nt-styler-content ol.nt-styler-content-number-list {
    padding: 0 0 0 20px !important;
    margin: 0 0 0px 0 !important;
}

.nt-styler-content ul.nt-styler-content-list li,
ol.nt-styler-content-number-list ol li {
    margin: 0px 0 0 0 !important;
    padding: 0 !important;
}

.nt-styler-content ul ul, .nt-styler-content ol ol {
    padding-left: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.nt-styler-content ul ol ul {
    padding-left: 20px;
}

.comments ul li ul li {
    margin: 10px;
}

ul.nt-styler-content-list {
    list-style: disc;
}

.commentlist {
    margin: 0 0 80px 0;
    padding: 0;
    list-style: none;
}

.commentlist .children {
    padding: 0;
    position: relative;
    padding-left: 40px;
    margin-top: 40px;
}

#nt-comments ul.children li {
    padding-left: 100px !important;
}

.comment-content ul li, .comment-content ol li {
    margin-bottom: 15px !important;
    margin-left: 20px !important;
}

.comment-content, .comment-content ul li {
    list-style-type: disc !important;
}

.children li {
    margin-left: 0px;
}

ol li:not(.pingback) .comment-meta {
    float: none;
    margin-left: 82px;
    margin-top: -42px;
    top: 0;
    font-size: 13px;
}

.comment.even {
    position: relative;
    list-style: none;
}

ol.nt-commentlist.comments-list {
    padding: 0;
}

.trackback {
    padding: 0px !important;
    margin: 0;
}

.comment-details {
    margin-left: 90px;
}

.children,
.comments {
    list-style-type: none;
}

.comment-reply-link {
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 22px;
    text-decoration: none;
    margin-top: 0px;
    padding-right: 10px;
    display: inline-block;
    position: relative;
}

.commentmetadata a {
    font-size: 11px;
    font-weight: 600;
    color: var(--styler-gray-dark);
    text-transform: uppercase;
}

.edit-comment {
    position: relative;
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: inherit !important;
    background: var(--styler-black);
    color: #fff;
    display: inline-block;
    margin: 5px 0;
    padding: 2px 15px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50px;
}

#reply-title {
    margin-bottom: 7px;
}

.styler-product-tab-content-item #reply-title, .styler-product-tab-content-item h5.title {
    margin: 1.4rem 0;
    font-size: 22px;
}

.comment-form-comment label {
    display: none;
}

.comment-form .submit {
    margin-top: 30px;
    border: none;
}

.nt-form-input {
    padding: 10px 15px;
    width: 100%;
    border: 1px solid var(--styler-gray);
}

.depth-2 {
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .nt-form-input {
        margin-bottom: 15px;
    }
}

@media (max-width:780px) {
    #nt-comments ul.children li {
        padding-left: 20px !important;
    }

    .children .nt-comment-right {
        margin-left: 80px;
    }
}

@media (max-width:575px) {
    .children .nt-comment-right {
        margin-left: 0px;
    }
}

/* formats */
/* comments */
.container-for-comments {
    background: #fff;
}

label.screen-reader-text {
    display: none;
}

span.comment-author-link {
    color: var(--color-text);
}

.comment-form-comment {
    color: var(--color-text);
}

.container-for-comments .children {
    margin-bottom: 70px;
}

.comments ul {
    padding: 0;
    margin: 10px;
}

.comments ul li {
    list-style: none;
}

.comments ul li span .photo {
    padding: 0 !important;
}

.comments ul li .nt-styler-avatar {
    float: left;
    margin-right: 30px;
}

.comments ul li .commentlist {
    margin-left: 100px;
    border: 1px solid var(--styler-gray);
    padding: 8px 25px 20px;
}

.comment .children {
    margin: 50px 0;
}

#respond p.form-submit {
    margin-top: 20px;
    display: inline-flex;
}

/* single post page navigation  */
.nt-styler-content .pagination {
    margin-top: 50px;
    display: flex;
    align-items: center;
    padding: 35px 0px;
    border-radius: 0;
    align-content: center;
    justify-content: space-between;
    background: none;
    border: 1px solid;
    border-width: 1px 0;
    border-color: var(--styler-gray);
}
.nt-styler-content .pagination a {
    color: var(--styler-black);
    font-weight: 600;
    width: 33.3333%;
    flex: 0 0 33.3333%;
}
.nt-styler-content .pagination a.icon {
    text-align: center;
}
.nt-styler-content .pagination a.icon + a {
    text-align: right;
}

/* others  */

.wpcf7 form .wpcf7-response-output {
    border: 0;
    padding: 0;
    font-size: 13px;
    text-align: left;
    margin: 13px 2px;
    width: 93% !important;
    border-radius: 0;
    margin-top: 20px !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border: 0;
    background: none;
    color: var(--styler-red);
    text-align: left;
    padding: 0 !important;
    margin: 0;
}

input.wpcf7-not-valid+span {
    display: none !important;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    display: block;
    display: none;
}

.wpcf7-response-output.wpcf7-validation-errors {
    display: inline-block !important;
    margin: 15px 0 !important;
    width: 100% !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid var(--styler-red);
    background-color: var(--styler-red);
    color: #fff;
}

div.wpcf7-mail-sent-ok {
    display: inline-block !important;
    margin: 15px !important;
    width: 97.2% !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid var(--styler-success);
    background-color: var(--styler-success);
    color: #fff;
}

div.wpcf7-mail-sent-ok {
    background: var(--styler-success);
    border: 2px solid var(--styler-success);
    color: #fff;
}

.wpcf7 button,
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
    display: inline-block;
}

.wpcf7 br {
    display: none;
}

.nsl-button-label-container b {
    font-weight: 600;
    color: #fff;
}


/* responsive options

	1200px
	991px
	768px
	480px

*/
@media (max-width: 991px) {

    footer .widget {
        margin-bottom: 40px;
    }

    footer .widget-title {
        margin-bottom: 15px;
    }

}

@media (max-width: 768px) {
    #nt-sidebar #searchform {
        position: relative;
        max-height: 50px;
        margin-top: 90px;
    }
}

@media (max-width: 480px) {
    .avatar-class {
        float: none;
        margin-right: 30px;
        margin-bottom: 15px;
        display: block;
    }

    .comment-details,
    .comments ul li .commentlist {
        margin-left: 0;
    }

    .pager li>a,
    .pager li>span {
        float: none;
        width: 100%;
    }

    .comment-meta {
        margin-bottom: 15px;
    }
    .wpcf7 form.invalid .wpcf7-response-output {
        border-color: var(--styler-red);
        margin: 14px;
        width: 92%;
        border-radius: 0;
    }
}


body .wpb_gmaps_widget .wpb_wrapper {
    background-color: #f7f7f7;
    padding: 0px;
}

.blog-medium-container iframe {
    max-width: 100%;
    height: auto;
    min-height: 170px;
}

.single .blog-post-body ul {
    text-align: left;
}

.comment-meta {
    margin-bottom: 20px;
}

.commentlist li h1 {
    letter-spacing: -0.5px !important;
}

.nt-commentlist li.comment ul.children {
    padding: 0;
}

.reply {
    margin-left: 85px;
}

#respond {
    margin: 30px 0 0 0;
}

.product-review-form #review_form #respond {
    margin: 0;
}

.commentlist div:not(#respond) p {
    color: inherit;
    margin: 0 0 15px;
}

.says {
    display: none;
}

.widget-list-span {
    position: absolute;
    font-size: 14px;
    width: 25px;
    right: 0;
    top: -4px;
    left: 95%;
    padding: 0;
    text-align: center;
    color: var(--styler-black-soft);
    line-height: 2;
}

/* Inner pages hero */

.container-author-box,
.nt-single-post-related,
.styler-single-post-navigation {
    margin-top: 60px;
}

button:focus {
    outline: 0;
}

#cancel-comment-reply-link {
    font-size: 14px;
    margin-left: 15px;
    color: var(--styler-primary);
}

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

  1. Tags
  2. Sidebar
  3. Post formats
  4. Text formats
  5. Section
  6. Pager - Pagination
  7. Buttons
  8. Comment - Form
  9. Spaces - Heights
  10. Colors
  11. Page layouts

-------------------------------------------------------------------*/
/* 1. Tags */
.nt-tags-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.nt-tags-list:before, .nt-tags-list:after {
    content: "";
    display: table;
}

.nt-tags-list:after {
    clear: both;
}

.nt-tags-list-item {
    float: left;
    margin-right: 10px;
}

.nt-tags-list-link {
    display: inline-block;
    font-size: 12px;
    position: relative;
    font-weight: 500;
    color: var(--styler-black);
    border: 1px solid var(--styler-black);
    padding: 5px 15px;
    border-radius: 0px;
    text-transform: capitalize !important;
    margin: 0;
}

.nt-tags-list-link:hover {
    color: #ffffff;
    background: var(--styler-black-soft);
    border-radius: 40px;
}

/* 2. Sidebar */
.nt-sidebar .nt-sidebar-inner-widget:last-child {
    margin-bottom: 0 !important;
}

.nt-sidebar-type-2 .nt-sidebar-inner-widget {
    padding: 35px;
    border-width: 5px 1px 1px 1px;
    border-style: solid;
    margin-bottom: 50px;
    border-color: var(--styler-black);
    border-top-color: var(--styler-black);
}

.nt-sidebar-inner-widget a {
    text-decoration: none;
    position: relative;
}


.nt-sidebar-inner-widget ul.children li a:before,
.nt-sidebar-inner-widget ul.sub-menu li a:before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 18px;
    margin-left: -15px;
    position: absolute;
    top: 1px;
    color: var( --styler-black );
}

.nt-sidebar-inner-widget p {
    margin-bottom: 10px;
}

.nt-sidebar-inner-widget p:last-child {
    margin-bottom: 0;
}

.nt-sidebar-inner-widget-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.widget_block .wp-block-group__inner-container  h1,
.widget_block .wp-block-group__inner-container  h2,
.widget_block .wp-block-group__inner-container  h3,
.widget_block .wp-block-group__inner-container  h4,
.widget_block .wp-block-group__inner-container  h5,
.widget_block .wp-block-group__inner-container  h6,
.nt-sidebar-inner-widget-title h1,
.nt-sidebar-inner-widget-title h2,
.nt-sidebar-inner-widget-title h3,
.nt-sidebar-inner-widget-title h4,
.nt-sidebar-inner-widget-title h5,
.nt-sidebar-inner-widget-title h6 {
    font-size: 18px;
}
span.nt-sidebar-widget-toggle {
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: var(--styler-bg-soft);
    border-radius: 30px;
    letter-spacing: -1px;
}
span.nt-sidebar-widget-toggle:before {
    content: '+';
    margin-top: -5px;
    line-height: 1;
}
span.nt-sidebar-widget-toggle:not(.active):before {
    content: '--';
}



.nt-sidebar-inner-widget.styler-widget-hide {
    margin: 0 0 15px 0 !important;
}

.nt-sidebar-inner-widget.styler-widget-hide .nt-sidebar-inner-widget-title {
    margin: 0 !important;
}

.nt-sidebar-inner-widget ol li,
.nt-sidebar-inner-widget ul li {
    margin: 0px;
    font-size: 15px;
    position: relative;
    line-height: 1.6;
    font-weight: 400;
}

.nt-sidebar-inner-widget ol li:not(:first-child),
.nt-sidebar-inner-widget ul li:not(:first-child) {
    margin-top: 10px;
}

.nt-sidebar-inner-widget ol li:last-child,
.nt-sidebar-inner-widget ul li:last-child {
    margin-bottom: 0px;
    position: relative;
}

.nt-sidebar-inner-widget ol,
.nt-sidebar-inner-widget ul {
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    list-style-type: none;
}

.nt-sidebar-inner-widget .children {
    list-style: none;
}

.nt-sidebar-inner-search-form {
    position: relative;
    width: 100%;
}

.nt-sidebar-inner-search-field {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 8px 40px 8px 0;
    background-color: #f7f7f700;
    border: 1px solid var(--styler-black);
    padding-left: 10px;
}

.nt-sidebar-inner-nav ul li {
    margin-bottom: 20px;
}

.nt-sidebar-inner-nav ul li:last-child {
    margin-bottom: 0;
}

.nt-sidebar-inner-recentposts ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.nt-sidebar-inner-recentposts ul li {
    margin-bottom: 30px;
    font-size: 13px;
}

.nt-sidebar-inner-recentposts ul li:last-child {
    margin-bottom: 0;
}

.nt-sidebar-inner-recentcomments ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.nt-sidebar-inner-recentcomments ul li {
    margin-bottom: 30px;
    font-size: 13px;
}

.nt-sidebar-inner-recentcomments ul li:last-child {
    margin-bottom: 0;
}

.nt-sidebar-inner-tags ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.nt-sidebar-inner-tags ul:before, .nt-sidebar-inner-tags ul:after {
    content: "";
    display: table;
}

.nt-sidebar-inner-tags ul:after {
    clear: both;
}

.nt-sidebar-inner-tags ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.nt-sidebar-inner-tags ul li a {
    font-size: 12px;
}

.nt-sidebar-inner-widget ol ol,
.nt-sidebar-inner-widget ul ul {
    padding: 0px 0 0 0px;
    margin: 10px 0px 0px 15px;
    list-style: none;
    color: var(--styler-black);
}

/* html table */



/* Default Table Style */
.nt-page-default table.table.table-striped {
    background: white;
    border: 1px solid var(--styler-gray);
    border-collapse: collapse;
    margin-bottom: 30px;
}

.nt-page-default table.table.table-striped tbody th,
.nt-page-default table.table.table-striped thead th,
.nt-page-default table.table.table-striped tfoot th {
    color: var(--styler-gray-dark);
}

.nt-page-default table.table.table-striped caption{
    padding: 1em;
}

.nt-page-default table.table.table-striped th,
.nt-page-default table.table.table-striped td{
    padding: 10px;
    border: 1px solid var(--styler-gray);
    text-align: center;
}

.nt-styler-content table.table.table-striped {
    background: #fff;
    border: 1px solid var(--styler-gray);
    border-collapse: collapse;
    margin-bottom: 30px;
}

.nt-styler-content table.table.table-striped tbody th,
.nt-styler-content table.table.table-striped thead th,
.nt-styler-content table.table.table-striped tfoot th {
    color: var(--styler-gray-dark);
}

.nt-styler-content table.table.table-striped caption{
    padding: 1em;
}

.nt-styler-content table.table.table-striped th,
.nt-styler-content table.table.table-striped td{
    padding: 15px;
    border: 1px solid var(--styler-gray);
    text-align: left;
}

#nt-sidebar table {
    margin-bottom: 0px;
    font-size: 14px;
    width: 100%;
}

#nt-sidebar caption {
    background: var(--styler-black);
    padding: 10px;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
}

/* 3. Post formats */
.nt-blog-sticky {
    display: none;
    position: absolute;
    top: 0;
    left: -25px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    background-color: var(--styler-black-soft);
}

.nt-is-sticky {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--styler-black-soft);
    color: #fff;
    padding: 5px 15px;
    font-size: 13px;
}

/* 6. Pager */

/* pagination */
.nt-pagination {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.nt-pagination-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: -10px;
    list-style-type: none;
}
.nt-pagination .nt-pagination-item {
    display: inline-block;
    margin-bottom: 10px;
    border: 0;
}
.nt-pagination li + li {
    margin-left: 10px;
}
.nt-pagination-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    color: var(--styler-black);
    background-color: var(--styler-gray-soft);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;
    border-radius: 4px;
}
.nt-pagination .nt-pagination-item.active .nt-pagination-link,
.nt-pagination-link:hover {
    color: #fff;
    background-color: var(--styler-black);
}

.nt-pagination-item.-is-disabled .nt-pagination-link,
.nt-pagination-link.-is-disabled {
    pointer-events: none;
    color: var(--styler-gray-dark);
}



/* 8. Comment + form */
.nt-commentlist {
    padding: 0;
    margin: 0 0 60px;
    list-style-type: none;
}

.nt-comment-item {
    position: relative;
    margin-bottom: 50px;
    text-align: left;
}

@media (min-width: 576px) {
    .nt-comment-item {
        padding-left: 100px;
    }
}

.nt-comment-item .nt-commentlist {
    margin-top: 30px;
}

.nt-comment-item:last-child {
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .nt-comment-avatar {
        margin-bottom: 10px;
    }
}

@media (min-width: 576px) {
    .nt-comment-avatar {
        position: absolute;
        top: 0;
        left: 0;
    }
}

.nt-comment-avatar a {
    display: block;
}

.nt-comment-avatar img {
    display: inline-block;
    margin: 0px;
}

.nt-comment-author {
    text-transform: capitalize;
    font-size: 18px;
    line-height: 22px;
    color: var(--styler-black);
    font-weight: 500;
}

.nt-comment-author a {
    color: var(--styler-black);
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
}

.nt-comment-author a:hover {
    color: var(--styler-black-soft);
}

.nt-comment-date {
    text-transform: uppercase;
}

span.post-meta__item.__date-post a {
    font-size: 10px;
    text-decoration: unset;
    line-height: 36px;
    /* color: var(--styler-black-soft); */
    font-weight: 500;
}

.nt-comment-date a {
    text-decoration: unset;
}

.nt-comment-reply {
    margin-top: 15px;
    font-size: 12px;
    font-weight: 500;
}


.align-left {
    margin-left: 0 !important;
}

.align-right {
    margin-right: 0 !important;
}

.align-center {
    margin-left: auto !important;
    margin-right: auto !important;
}



/* text-transform */
.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}



/*margin-top*/
.nt-styler-content .mt-0,
.mt-0 {
    margin-top: 0px !important;
}

.nt-styler-content .mb-0 {
    margin-top: 0px !important;
}

.nt-styler-content .mb-40, .mb-40 {
    margin-bottom: 40px !important;
}

/* framework-style.css end */



/* masonry posts */
#masonry-container {
    margin-bottom: 70px;
    width: 100%;
}

@media (max-width: 1199px) {
    #masonry-container .masonry-item {
        width: 100%;
    }
}

.lazy {
    display: block;
}

#respond p.form-submit {
    margin-bottom: 0px;
}

.nt-commentlist,
.comments-list {
    margin: 50px 0;
}

#reply-title {
    margin-bottom: 1rem;
}

.logged-in-as {
    margin: 0px 0 25px !important;
}

.logged-in-as a {
    display: inline-block;
    letter-spacing: 0;
    text-decoration: none;
    color: var(--styler-black-soft);
}

iframe {
    max-width: 100%;
}
p.comment-notes {
    margin-bottom: 20px !important;
}

a.nt-comment-reply {
    text-decoration: underline !important;
}

td#next a {
    float: right;
    padding: 0;
}

ul.nt-post-category-links {
    text-transform: capitalize;
    font-size: 15px;
    line-height: 30px;
}

.nt-single-no-thumbnial .nt-styler-inner-container.section.blog-detail {
    padding: 0;
}

/* Gutenberg updates */
.wp-block-cover p.wp-block-cover-text, .wp-block-cover p.wp-block-cover-text strong {
    color: #fff;
}

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

.wp-block-gallery.nt-styler-content-list {
    padding: 0px !important;
    margin: 0 0 30px !important;
}

.wp-block-gallery.alignleft.columns-2.is-cropped.nt-styler-content-list {
    margin-right: 15px !important;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin: 30px 0 32px 45px;
    padding: 0 1em;
    padding-left: 100px !important;
}

.wp-block-archives.wp-block-archives-dropdown .nice-select {
    float: none;
    max-width: 250px;
}

.wp-block-columns.alignwide.has-3-columns blockquote {
    margin: 0 auto !important;
}

.nt-styler-content .wp-block-archives.wp-block-archives-list,
.nt-styler-content .wp-block-archives.wp-block-archives-dropdown,
.nt-styler-content .wp-block-categories.wp-block-categories-list,
.nt-styler-content .wp-block-latest-comments.has-avatars.has-dates.has-excerpts,
.nt-styler-content .wp-block-latest-comments,
.nt-styler-content .wp-block-latest-posts.wp-block-latest-posts__list,
.nt-styler-content .wp-block-latest-posts.is-grid,
.nt-styler-content ul.wp-block-archives-list.wp-block-archives.nt-styler-content-list,
.nt-styler-content .nt-styler-content .wp-block-calendar,
.nt-styler-content .wp-block-categories-dropdown.wp-block-categories{
    margin-bottom: 30px !important;
    position: relative;
}

.wp-block-media-text {
    margin-bottom: 30px;
}

.nt-styler-content .wp-block-archives.wp-block-archives-dropdown .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 5px 5px 0 !important;
}

.wp-block-embed {
    margin: 0 0 2em;
    margin-bottom: 2em;
}

ul.wp-block-latest-posts.wp-block-latest-posts__list.has-dates li {
    margin-bottom: 20px;
}

ul.wp-block-categories.wp-block-categories-list li,
ul.wp-block-archives.wp-block-archives-list li {
    margin-bottom: 10px;
    position: relative;
}

.wp-block-gallery {
    padding: 0 !important;
    margin: 10px 5px 30px 0px !important;
}

.wp-block-latest-comments {
    padding: 0;
}

.wp-block-image {
    margin-bottom: 2em;
}

.wp-block-cover {
    margin: 0 25px 25px 0;
}

.nt-styler-content .wp-block-latest-posts.wp-block-latest-posts__list {
    padding-left: 0 !important;
    margin: 0 0 20px 0 !important;
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 5px 5px 0 !important;
}

img.rss-widget-icon {
    margin: -5px 0 0 0;
}

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

.wp-block-button.is-style-squared a {
    border-radius: 0;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 60px 15%;
}

.wp-block-cover, .wp-block-cover-image {
    height: auto;
}

/* Gutenberg widget area */
#nt-sidebar .wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
}
#nt-sidebar .wp-block-search .wp-block-search__label {
    display: none;
}

#nt-sidebar .wp-block-search .wp-block-search__input {
    flex-grow: 1;
    min-width: 3em;
    border: 1px solid var(--styler-gray);
}

#nt-sidebar .wp-block-search .wp-block-search__button {
    margin: 0;
}

.styler-post-content-wrapper .styler-last-child {
    margin-bottom: 0!important;
}
table.table.table-striped {
    width: 100%;
}

ul.wp-block-categories.wp-block-categories-list .children {
    margin: 0;
    padding: 0 0 0 10px;
}

.wp-block-latest-comments__comment {
    font-size: inherit;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em;
}

/* theme default footer */
.styler-default-copyright {
    background: var( --styler-black );
    padding: 16px 0;
}
.styler-default-copyright a {
    color: #fff;
}
.styler-default-copyright a:hover {
    color: #fff;
}

.styler-post-content-wrapper .form_password .form_password_input {
    padding: 12px 25px;
}
.form_password button {
    border-radius: 0;
    background: var(--styler-black);
    border: 0;
    outline: none;
    min-width: 55px;
}
.form_password button span {
color: #fff;
}
.styler-post-content-wrapper .form_password {
    display: flex;
    margin: 30px 0 40px 0 !important;
}


ul.blocks-gallery-grid.nt-styler-content-list {
    padding: 0 !important;
    margin: 0 10px 15px 0 !important;
}

ul.blocks-gallery-grid.nt-styler-content-list li {
    padding: 0 !important;
    margin: 0 5px 5px 0 !important;
}

ul.wp-block-latest-posts__list.is-grid.columns-3.wp-block-latest-posts.nt-styler-content-list,
form.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search{
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
}

.wp-block-tag-cloud a {
    display: inline-block;
    margin-right: -1px;
    font-size: 12px !important;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid var(--styler-gray);
    padding: 0 8px;
}

.wp-block-search__button {
    margin-left: -1px;
    word-break: normal;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    outline: none;
    border: 0;
    background: var(--styler-black);
    padding: 0 20px;
    color: #fff;
    border-radius: 0;
}
