:root {
    --fontSize: 14px;
    --primaryColor: #FA8977;
    --whiteColor: #ffffff;
    --blackColor: #171717;
    --paragraphColor: #474747;
    --grayBGColor: #ffeeeb;
    --grayLightBGColor: #fff5f5;
    --transition: .5s;
    --secondaryColor: #1B321D;
}

/*================================================ Blog Area CSS =================================================*/

/* Post search not found form */

.no-results {
    background-color: #F1F6F2;
    padding: 35px;
    transition: var(--transition);
    margin-bottom: 20px;
    border-radius: 5px;
}

.no-results h1.page-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 5px;
}

.no-results form {
    position: relative;
}

.no-results form label {
    display: block;
    margin-bottom: 0;
}

.no-results form .screen-reader-text {
    display: none;
}

.no-results form .search-field {
    background-color: #f6f4f7;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #f6f4f7;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.no-results form button:hover {
    background-color: var(--secondaryColor);
}

/*================================================ Blog Details Area CSS =================================================*/

.blog-details-area {
    position: relative;
    z-index: 1;
}

.blog-details .blog-details-content .entry-meta li span a {
    font-weight: 400;
}

.blog-details .blog-details-content .entry-meta li i {
    font-style: normal;
    font-size: 20px;
    position: relative;
    top: 4px;
}

.blog-details .blog-details-content .entry-meta li a {
    text-decoration: none;
}

.blog-details .blog-details-content h3 {
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 700;
}

.blog-details .blog-details-content .category {
    padding: 0;
    margin: 20px 0 0;
    border-top: 1px solid #eee;
    list-style-type: none;
    clear: both;
}

.blog-details .blog-details-content .category li {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 10px;
}

.blog-details .blog-details-content .category li span.icon-book {
    font-weight: 600;
    color: #323232;
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.blog-details .blog-details-content .category li span.icon-book i {
    font-style: normal;
    font-size: 16px;
}

.blog-details .blog-details-content .category li:last-child span {
    display: none;
}

.blog-details .blog-details-content .category li a {
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    color: #666666;
}

.blog-details .blog-details-content .category li a:hover {
    color: var(--secondaryColor);
}

.entry-meta {
    padding-left: 0;
    margin-bottom: 17px;
    list-style-type: none;
    text-transform: capitalize;
}

.entry-meta li {
    position: relative;
    display: inline-block;
    margin-right: 21px;
}

.entry-meta li a {
    display: inline-block;
}

.entry-meta li a:hover {
    color: var(--secondaryColor);
}

.entry-meta li i {
    margin-right: 2px;
    color: var(--secondaryColor);
}

.entry-meta li::before {
    content: "";
    position: absolute;
    top: 16px;
    right: -12px;
    width: 1px;
    height: 13px;
    background-color: #d4c7c7;
}

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

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

blockquote p:last-child,
.blockquote p:last-child {
    margin-bottom: 0 !important;
}

.pages-links {
    margin: 15px 0;
}

.pages-links .page-links-title {
    padding-right: 5px;
    font-weight: 500;
}

.pages-links .post-page-numbers {
    width: 45px;
    height: 45px;
    margin: 0 3px;
    display: inline-block;
    background-color: #ffffff;
    line-height: 48px;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    font-size: 18px;
    font-weight: 700;
}

.pages-links .post-page-numbers.current,
.pages-links .post-page-numbers:hover,
.pages-links .post-page-numbers:focus {
    color: #ffffff;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    background-color: var(--secondaryColor);
}

/* Unit test pages style ====================================================================*/

/* Sticky Post */

.sticky .blog-card h3 {
    position: relative;
}

.sticky .blog-card.style-one.mb-30.no-img {
    background: #212529;
}

.sticky .blog-card h3 a {
    color: #fff;
}

.sticky .blog-card .link.style-one {
    color: #fff;
}

.sticky .blog-card .link.style-one:after {
    background-color: var(--primaryColor);
}

/* End Sticky Post */

/* Page Markup And Formatting */

.page-main-content {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

.page-main-content h1 {
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: 800;
    line-height: 1;
}

.page-main-content h2 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 800;
    line-height: 1;
}

.page-main-content h3 {
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 800;
    line-height: 1;
}

.page-main-content h4 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 800;
    line-height: 1;
}

.page-main-content h5 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 800;
}

.page-main-content h6 {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 800;
}

.page-main-content p {
    margin-top: 18px;
    margin-bottom: 18px;
}

.page-main-content p:first-child {
    margin-top: 0;
}

.page-main-content .entry-content a {
    display: inline-block;
    color: var(--secondaryColor);
}

.page-main-content .entry-content a:hover {
    text-decoration: none;
}

.page-main-content footer.entry-footer {
    clear: both;
}

.page-main-content footer.entry-footer .edit-link {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

.page-main-content dl,
.page-main-content ol,
.page-main-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.page-main-content dt {
    margin-bottom: 5px;
    color: #0d1028;
}

.page-main-content dd {
    margin: 0 1rem 1rem;
    line-height: 1.8;
}

.page-main-content ul {
    list-style: disc;
    padding-left: 20px;
}

.page-main-content ul li {
    list-style: disc;
    line-height: 1.8;
    margin-bottom: 5px;
}

.page-main-content ul li ul {
    margin: 5px 0 0;
    list-style-type: circle;
}

.page-main-content ul li ul li {
    list-style-type: circle;
}

.page-main-content ol {
    padding-left: 20px;
}

.page-main-content ol li {
    line-height: 1.8;
    margin-bottom: 5px;
}

.page-main-content ol li ol {
    margin: 5px 0 0;
}

.page-main-content b,
.page-main-content strong {
    color: #212529;
}

.page-main-content dfn,
.page-main-content cite,
.page-main-content em,
.page-main-content i {
    font-style: italic;
}

.page-main-content code,
.page-main-content kbd,
.page-main-content tt,
.page-main-content var {
    font-size: 0.88889em;
    font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

.page-main-content code,
.page-main-content kbd {
    color: var(--secondaryColor);
}

.page-main-content kbd {
    background-color: #f1f0f0;
}

.page-main-content mark,
.page-main-content ins {
    background: #fff9c0;
    text-decoration: none;
}

.page-main-content pre {
    font-size: 0.88889em;
    font-family: "Courier 10 Pitch", Courier, monospace;
    line-height: 1.8;
    overflow: auto;
}

.page-main-content abbr,
.page-main-content acronym {
    border-bottom: 1px dotted #484848;
    cursor: help;
}

address {
    margin: 20px 0;
    font-style: italic;
    line-height: 30px;
}

table {
    margin: 0 0 2rem;
    border-collapse: collapse;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    background: #ffffff;
}

table td,
table th {
    padding: 10px 15px;
    border: 1px solid #d3dbe2;
    font-size: 13px;
}

table td a,
table th a {
    color: var(--secondaryColor);
}

table td a:hover,
table th a:hover {
    color: var(--secondaryColor) !important;
}

table td a {
    font-weight: 600;
}

table th a:hover {
    text-decoration: none;
}

/* End Page Markup And Formatting */

/* fint posts thumb */

.widget_fint_posts_thumbs {
    position: relative;
    overflow: hidden;
}

.widget_fint_posts_thumbs .item {
    overflow: hidden;
    margin-bottom: 20px;
}

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

.widget_fint_posts_thumbs .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    position: relative;
    width: 80px;
    margin-right: 15px;
}

.widget_fint_posts_thumbs .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
}

.widget_fint_posts_thumbs .item .info {
    overflow: hidden;
}

.widget_fint_posts_thumbs .item .info time {
    display: block;
    text-transform: capitalize;
    color: var(--paragraphColor);
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 500;
}

.widget_fint_posts_thumbs .item .info .title {
    margin-bottom: 0;
    line-height: 1;
}

.widget_fint_posts_thumbs .item .info .title a {
    color: var(--blackColor);
    font-size: 17px;
    margin-bottom: 7px;
    font-weight: 700;
}

.widget_fint_posts_thumbs .date {
    font-size: 14px;
    margin-bottom: 5px;
    color: var(--paragraphColor);
}

.widget_fint_posts_thumbs .date i {
    position: relative;
    top: 2px;
    margin-right: 3px;
}

.widget_fint_posts_thumbs .big-box {
    margin-bottom: 25px;
}

.widget_fint_posts_thumbs img {
    transition: var(--transition);
}

.widget_fint_posts_thumbs .content {
    padding: 20px;
}

.widget_fint_posts_thumbs h3 {
    line-height: 1.4;
    font-size: 18px;
}

/* End fint posts thumb */

/* HTML Tags and Formatting */

.blog-details .blog-details-content .entry-meta {
    margin-top: 10px;
}

.blog-details .blog-details-content .wp-block-group__inner-container {
    padding: 15px;
}

.blog-details .blog-details-content h1,
.blog-details .blog-details-content h2,
.blog-details .blog-details-content h3 {
    line-height: unset;
    margin-top: 0;
}

.blog-details .blog-details-content h1 {
    font-size: 30px;
    margin-bottom: 15px;
}

.blog-details .blog-details-content h2 {
    font-size: 25px;
    margin-bottom: 15px;
}

.blog-details .blog-details-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.blog-details .blog-details-content h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

.blog-details .blog-details-content h5 {
    font-size: 16px;
    margin-bottom: 15px;
}

.blog-details .blog-details-content h6 {
    font-size: 14px;
    margin-bottom: 15px;
}

.blog-details .blog-details-content p {
    line-height: 1.8;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}

.blog-details .blog-details-content p a {
    display: inline-block;
    color: var(--secondaryColor);
}

.blog-details .blog-details-content .entry-content a:hover {
    text-decoration: none;
}

.blog-details .blog-details-content dl,
.blog-details .blog-details-content ol,
.blog-details .blog-details-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-details .blog-details-content dl a,
.blog-details .blog-details-content ol a,
.blog-details .blog-details-content ul a {
    display: inline-block;
}

.blog-details .blog-details-content dl a:hover,
.blog-details .blog-details-content ol a:hover,
.blog-details .blog-details-content ul a:hover {
    text-decoration: none;
    color: var(--secondaryColor);
}

.blog-details .blog-details-content dt {
    margin-bottom: 5px;
    color: var(--blackColor);
}

.blog-details .blog-details-content dd {
    margin: 0 1rem 1rem;
    font-size: 15px;
    line-height: 26px;
}

.blog-details .blog-details-content dd a {
    display: inline-block;
}

.blog-details .blog-details-content dd a:hover {
    text-decoration: none;
}

.blog-details .blog-details-content ul {
    list-style: disc;
    padding-left: 20px;
}

figure.wp-block-gallery.columns-3.is-cropped.alignfull .blocks-gallery-caption {
    margin-bottom: 30px;
}

.blog-details .blog-details-content ul li {
    list-style: disc;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #666666;
    font-size: 15.5px;
}

.blog-details .blog-details-content ul li ul {
    margin: 10px 0 0;
    list-style-type: circle;
}

.blog-details .blog-details-content ul li ul li {
    list-style-type: circle;
}

.blog-details .blog-details-content ul li ol {
    margin: 10px 0 0;
    list-style-type: circle;
}

.blog-details .blog-details-content ul li ol li {
    list-style-type: decimal;
}

.blog-details .blog-details-content ul li ol li ul li {
    list-style-type: circle;
}

.blog-details .blog-details-content ul a {
    color: var(--blackColor);
}

.blog-details .blog-details-content ol {
    padding-left: 20px;
}

.blog-details .blog-details-content ol li {
    line-height: 1.8;
    margin-bottom: 10px;
    color: #666666;
}

.blog-details .blog-details-content ol li ol,
.blog-details .blog-details-content ol li ul {
    margin: 10px 0 0;
}

.blog-details .blog-details-content ol a {
    color: var(--secondaryColor);
}

.blog-details .blog-details-content b,
.blog-details .blog-details-content strong {
    font-weight: 600;
    color: #212529;
}

.blog-details .blog-details-content dfn,
.blog-details .blog-details-content cite,
.blog-details .blog-details-content em,
.blog-details .blog-details-content i {
    font-style: italic;
}

.blog-details .blog-details-content code,
.blog-details .blog-details-content kbd,
.blog-details .blog-details-content tt,
.blog-details .blog-details-content var {
    font-size: 0.88889em;
    font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

.blog-details .blog-details-content code {
    color: var(--secondaryColor);
}

.blog-details .blog-details-content kbd {
    background-color: #eee;
    color: var(--secondaryColor);
}

.blog-details .blog-details-content mark,
.blog-details .blog-details-content ins {
    background: #fff9c0;
    text-decoration: none;
    color: #000;
    padding: 0 5px;
}

.blog-details .blog-details-content pre {
    font-size: 0.88889em;
    font-family: "Courier 10 Pitch", Courier, monospace;
    line-height: 1.8;
    overflow: auto;
}

.blog-details .blog-details-content abbr,
.blog-details .blog-details-content acronym {
    border-bottom: 1px dotted #484848;
    cursor: help;
}

.blog-details .blog-details-content i.fa {
    font-style: normal;
}

.blog-details .blog-details-content ul.entry-meta {
    margin: 0 0 20px;
    padding: 0;
}

.blog-details .blog-details-content ul.entry-meta li a {
    text-transform: capitalize;
    color: #666666;
}

.blog-details .blog-details-content ul.entry-meta li a:hover {
    color: var(--secondaryColor);
}

.blog-details .blog-details-content ul.entry-meta li span a {
    text-decoration: none;
}

.blog-details .blog-details-content iframe,
.blog-details .blog-details-content video {
    width: 100% !important;
}

/* End HTML Tags and Formatting */

/* main page: Comments */

.comments-area .comment-content h1 {
    font-size: 30px;
    margin-bottom: 15px;
}

.comments-area .comment-content h2 {
    font-size: 25px;
    margin-bottom: 15px;
}

.comments-area .comment-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.comments-area .comment-content h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

.comments-area .comment-content h5 {
    font-size: 16px;
    margin-bottom: 15px;
}

.comments-area .comment-content h6 {
    font-size: 14px;
    margin-bottom: 15px;
}

.comments-area .comment-content p {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 14px;
}

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

.comments-area .comment-content .entry-content a:hover {
    text-decoration: none;
}

.comments-area .comment-content dl,
.comments-area .comment-content ol,
.comments-area .comment-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.comments-area .comment-content dt {
    margin-bottom: 5px;
}

.comments-area .comment-content dd {
    margin: 0 1rem 1rem;
    font-size: 15px;
    line-height: 26px;
}

.comments-area .comment-content ul {
    list-style: disc;
    padding-left: 20px;
}

.comments-area .comment-content ul li {
    list-style: disc;
    line-height: 1.8;
    margin-bottom: 10px;
}

.comments-area .comment-content ul li ul {
    margin: 10px 0 0;
    list-style-type: circle;
}

.comments-area .comment-content ul li ul li {
    list-style-type: circle;
}

.comments-area .comment-content ol {
    padding-left: 20px;
}

.comments-area .comment-content ol li {
    line-height: 1.8;
    margin-bottom: 10px;
    list-style-type: decimal;
}

.comments-area .comment-content ol li ol {
    margin: 10px 0 0;
}

.comments-area .comment-content b,
.comments-area .comment-content strong {
    font-weight: 600;
    color: #212529;
}

.comments-area .comment-content dfn,
.comments-area .comment-content cite,
.comments-area .comment-content em,
.comments-area .comment-content i {
    font-style: italic;
}

.comments-area .comment-content code,
.comments-area .comment-content kbd,
.comments-area .comment-content tt,
.comments-area .comment-content var {
    font-size: 0.88889em;
    font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

.comments-area .comment-content code,
.comments-area .comment-content kbd {
    color: var(--secondaryColor);
}

.comments-area .comment-content kbd {
    background-color: #fafafa;
}

.comments-area .comment-content mark,
.comments-area .comment-content ins {
    background: #fff9c0;
    text-decoration: none;
    color: #000;
    padding: 0 6px;
}

.comments-area .comment-content pre {
    font-size: 0.88889em;
    font-family: "Courier 10 Pitch", Courier, monospace;
    line-height: 1.8;
    overflow: auto;
    background: #fafafa;
    color: var(--blackColor);
}

.comments-area .comment-content abbr,
.comments-area .comment-content acronym {
    border-bottom: 1px dotted #484848;
    cursor: help;
}

/* End main page: Comments */

/* Comments list style */

#comments {
    clear: both;
    overflow: hidden;
    list-style: none;
    background-color: #F1F6F2;
    padding: 30px;
}

#comments a {
    color: var(--secondaryColor);
}

#comments a:hover {
    text-decoration: underline;
}

#comments .comment-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#comments .comment-list .children {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#comments .comment-list:before {
    display: none;
}

#comments .comment-list .comment-body {
    border-bottom: 1px solid #eeeeee;
    margin-left: 65px;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#comments .comment-list #div-comment-17 {
    margin-left: 70px;
}

#comments .comment-list #div-comment-18 {
    margin-left: 75px;
}

#comments .comment-list #div-comment-19 {
    margin-left: 80px;
}

#comments .comment-list #div-comment-20 {
    margin-left: 85px;
}

#comments .comment-list #div-comment-21 {
    margin-left: 90px;
}

#comments .comment-list .comment-body a {
    display: inline-block;
    color: var(--secondaryColor);
}

#comments .comment-list .comment-body a:hover {
    text-decoration: none;
    text-decoration: underline;
}

#comments .comment-list .comment-body .comment-content img {
    margin: 5px 0;
}

#comments .comment-list .comment-body .reply {
    margin-top: 20px;
}

#comments .comment-list .comment-body .reply a {
    border: 1px solid #ded9d9;
    background: #ffffff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 8px 15px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 5px;
}

#comments .comment-list .comment-body .reply a:hover {
    color: #ffffff;
    background-color: var(--secondaryColor);
}

#comments .comment-author {
    font-size: 15px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    clear: both;
}

#comments .comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px;
}

#comments .comment-author .says {
    display: none;
}

#comments .comment-author b.fn {
    font-weight: 600;
    color: var(--blackColor);
}

#comments .comment-author b.fn a {
    color: var(--blackColor);
    text-decoration: none;
}

#comments .comment-meta {
    margin-bottom: 1em;
}

#comments .comment-metadata {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1818em;
    text-transform: uppercase;
}

#comments .comment-metadata a {
    text-decoration: none !important;
    display: inline-block;
}

#comments .comment-metadata a.comment-edit-link {
    color: #222;
    margin-left: 1em;
}

#comments .comment-reply-link {
    font-weight: 600;
    position: relative;
}

#comments .comment-reply-link .icon {
    color: #222;
    left: -2em;
    height: 1em;
    position: absolute;
    top: 0;
    width: 1em;
}

#comments .children {
    padding-left: 10px !important;
}

#comments .children .comment-author .avatar {
    height: 30px;
    left: -45px;
    width: 30px;
}

#comments .bypostauthor>.comment-body>.comment-meta>.comment-author .avatar {
    border: 1px solid #575757;
    padding: 2px;
}

#comments .no-comments,
#comments .comment-awaiting-moderation {
    color: #767676;
    font-size: 14px;
    font-size: 0.875rem;
    font-style: italic;
}

#comments .comments-pagination {
    margin: 2em 0 3em;
}

.comments-area .comment-list .comment .comment-respond {
    margin-bottom: 30px;
}

.comments-title {
    position: relative;
    margin-bottom: 25px !important;
    font-size: 20px !important;
    line-height: 1.5;
    font-weight: 700;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}

/* End Comments list style */

/* Comment form */

.comment-respond {
    background: #F1F6F2;
    padding: 0;
    clear: both;
}

.comment-respond .comment-reply-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: -6px;
    position: relative;
    text-transform: capitalize;
}

.comment-respond .comment-reply-title #cancel-comment-reply-link {
    font-size: 14px;
    color: red;
    display: inline-block;
    margin-left: 10px;
}

.comment-respond label {
    display: block;
    margin-bottom: 8px;
    color: var(--blackColor);
    font-weight: 600;
    font-size: 14px;
}

.comment-respond input[type="date"],
.comment-respond input[type="time"],
.comment-respond input[type="datetime-local"],
.comment-respond input[type="week"],
.comment-respond input[type="month"],
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"],
.comment-respond input[type="password"],
.comment-respond input[type="search"],
.comment-respond input[type="tel"],
.comment-respond input[type="number"],
.comment-respond textarea {
    background-image: none;
    border: 1px solid #D6DADE;
    border-radius: 5px;
    color: var(--blackColor);
    padding: 0.625em 15px;
    width: 100%;
    height: 55px;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

.comment-respond input:focus,
.comment-respond textarea:focus {
    border-color: unset;
}

.comment-respond textarea {
    height: auto !important;
    padding-top: 20px;
}

.comment-respond .form-submit {
    text-align: left;
}

.comment-respond .form-submit input {
    padding: 13px 30px;
    color: var(--whiteColor);
    transition: var(--transition);
    background-color: var(--secondaryColor);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.4;
    border-radius: 5px;
    width: unset;
}

.comment-respond .form-submit input:hover {
    background-color: var(--blackColor);
}

.comment-respond p {
    line-height: 1;
    margin-bottom: 0;
    margin-top: 25px;
}

.comment-respond .comment-form-cookies-consent label {
    display: inline-block;
    margin: 0;
    line-height: 20px;
    font-weight: normal;
    font-size: 15px;
}

.comment-respond p.comment-notes {
    line-height: 26px;
    font-size: 14px;
    margin-top: 5px;
}

.comment-respond p.comment-form-comment {
    float: left;
    width: 100%;
}

.comment-respond p.comment-form-author {
    width: 50%;
    float: left;
    padding-right: 12px;
}

.comment-respond p.comment-form-email {
    width: 50%;
    float: left;
    padding-left: 12px;
}

.comment-respond p.comment-form-url {
    float: left;
    width: 100%;
}

.comment-respond p.comment-form-cookies-consent {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
}

.comment-respond p.comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 3px;
}

.comment-respond p.form-submit {
    float: left;
    width: 100%;
}

.comment-respond p.logged-in-as {
    line-height: 26px;
    font-size: 15px;
    margin-top: 5px;
}

.comment-respond p.logged-in-as a {
    display: inline-block;
    font-size: 14px;
}

.comment-respond p.logged-in-as a:hover {
    text-decoration: none;
}

.parent .comment-respond p.form-submit,
.depth-1 .comment-respond p.form-submit {
    margin-bottom: 30px;
}

/* End Comment form */

/* Unit test all post style */

.wp-block-image {
    margin-bottom: 20px;
}

.wp-block-image figcaption {
    font-size: 14px;
    margin-top: 12px;
    text-align: center;
}

.wp-block-image figcaption a {
    display: inline-block;
    color: var(--secondaryColor);
}

.wp-block-image figcaption a:hover {
    text-decoration: none;
}

.wp-block-button {
    margin-bottom: 1.5em;
}

.wp-block-button .wp-block-button__link {
    font-size: 16px;
    border-radius: 5px;
    color: #fff !important;
    background-color: var(--secondaryColor);
}

.wp-block-button .wp-block-button__link br {
    display: none;
}

.wp-block-button .wp-block-button__link:hover {
    background-color: #222;
    color: #fff;
}

.wp-block-cover .wp-block-cover-text {
    color: #fff !important;
}

.is-style-outline .wp-block-button__link {
    background-color: transparent !important;
    font-size: 16px;
    border-radius: 5px;
    color: var(--secondaryColor) !important;
}

.is-style-outline .wp-block-button__link:hover {
    background-color: transparent;
    color: #222 !important;
    border-color: #222;
}

pre.wp-block-code {
    border: 1px solid #eee;
    padding: 10px 15px;
}

pre.wp-block-preformatted {
    background-color: #fafafa;
    padding: 20px;
    margin: 20px 0;
}

.wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    color: #40464d;
    border-color: transparent;
    border-width: 2px;
    padding: 0;
}

.wp-block-pullquote blockquote {
    color: #111;
    border: none;
    margin-right: 0;
    padding-left: 0;
}

.wp-block-pullquote blockquote p {
    font-size: 2.25em;
    font-style: italic;
}

.wp-block-pullquote blockquote cite {
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    line-height: 1.6;
    text-transform: none;
    color: #767676;
    font-size: 15px;
    font-style: normal;
}

.wp-block-table.is-style-stripes td {
    border-color: #767676;
}

.wp-block-verse {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
}

.wp-block-columns {
    margin-top: 20px;
    margin-bottom: 20px;
}

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

.wp-block-media-text .has-large-font-size {
    font-size: 25px;
    margin-top: 0 !important;
}

.page-links {
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
}

.page-links span.page-links-title {
    font-weight: 500;
    font-size: 20px;
    padding-right: 10px;
}

.page-links .post-page-numbers {
    width: 35px;
    height: 35px;
    border-radius: 25px;
    background-color: #ffffff;
    border: 1px solid #eee;
    font-size: 15px;
    line-height: 35px;
    color: #0a0c19;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
    text-decoration: none !important;
}

.page-links .post-page-numbers:hover {
    color: #ffffff;
    background-color: var(--secondaryColor);
}

.page-links .current {
    color: #ffffff;
    background-color: var(--secondaryColor);
}

.wp-block-archives-list {
    padding: 0 !important;
}

.wp-block-archives-list li {
    list-style: none !important;
}

.wp-block-categories-list {
    padding: 0 !important;
}

.wp-block-categories-list li {
    list-style: none !important;
}

.wp-block-categories-list li a {
    text-transform: capitalize;
}

.wp-block-categories-list li span.post-count {
    padding-left: 8px;
    float: right;
}

.wp-block-categories-list li .children li a {
    position: relative;
}

.wp-block-categories-list li .children li a::before {
    content: "-";
    position: absolute;
    left: -13px;
    top: -2px;
}

.wp-block-archives-dropdown {
    margin-bottom: 20px;
}

.wp-block-archives-dropdown select {
    height: 45px;
    border: 1px solid #eee;
    width: 100%;
    font-size: 14px;
    padding: 8px 15px;
    color: #555;
}

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

.wp-block-latest-comments .wp-block-latest-comments__comment-meta a {
    font-weight: 500;
    text-decoration: none;
    font-size: 15px;
    line-height: 24px;
    color: var(--blackColor);
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta a:hover {
    text-decoration: none;
}

.wp-block-latest-posts li a {
    font-weight: 500;
    color: var(--blackColor);
}

.wp-block-gallery {
    padding: 0 !important;
    margin-top: -3px !important;
    margin-bottom: 0 !important;
}

.wp-block-gallery .blocks-gallery-item {
    margin-bottom: 15px !important;
}

.wp-block-gallery .blocks-gallery-grid {
    padding: 0 !important;
    margin-top: 3px !important;
    margin-bottom: 5px !important;
}

.wp-block-cover {
    margin-top: 30px;
    margin-bottom: 30px;
}

.wp-block-cover p.wp-block-cover-text {
    font-weight: bold;
    margin-bottom: 20px !important;
    font-size: 30px !important;
    line-height: 1.5;
}

.wp-block-cover p.wp-block-cover-text strong {
    color: #fff;
}

.wp-block-cover.has-background-dim.alignleft {
    margin-top: 0;
}

.wp-block-cover.has-background-dim-60.has-background-dim .wp-block-cover-text a {
    color: #fff;
}

.wp-block-file a {
    font-size: 15px;
    color: var(--secondaryColor);
}

.wp-block-file a:hover {
    text-decoration: none;
}

.wp-block-file .wp-block-file__button {
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 500;
    display: table;
    margin: 10px 0 0;
    background-color: var(--secondaryColor) !important;
}

.wp-block-file .wp-block-file__button:hover {
    background-color: #000 !important;
    color: #fff;
}

.wp-block-quote.is-style-large {
    border: none;
    padding-left: 0;
    margin: 20px 0;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
    background-color: var(--secondaryColor);
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color p {
    color: #ffffff;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color cite {
    display: none;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote {
    max-width: 80%;
    background: transparent;
}

.wp-block-gallery.alignwide {
    width: 100%;
}

.wp-caption .wp-caption-text {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    text-align: center;
    padding: 12px 0 0;
}

.wp-caption .wp-caption-text a {
    display: inline-block;
    color: var(--secondaryColor);
}

.wp-caption .wp-caption-text a:hover {
    text-decoration: none;
}

.has-very-light-gray-color.has-very-light-gray-color {
    color: #fff;
}

.is-style-squared .wp-block-button__link {
    border-radius: 0 !important;
}

/* End Unit test all post style */

/* Post Format: Gallery */

.gallery {
    margin: 30px -1.1666667% 0;
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

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

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

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

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

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

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

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

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    display: block;
    font-size: 14px;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/* End Post Format: Gallery */

/* Post password form style */

.post-password-form label {
    font-weight: 600;
}

.post-password-form label input {
    border: 1px solid #ccc;
    height: 45px;
    margin: 0 0;
    padding: 5px 15px;
}

.post-password-form input[type="submit"] {
    border: 1px solid;
    color: #fff;
    height: 45px;
    padding: 5px 20px;
    font-weight: 600;
    background-color: var(--secondaryColor);
    cursor: pointer;
    transition: 0.4s;
}

.post-password-form input[type="submit"]:hover {
    background-color: var(--secondaryColor);
    border: 1px solid;
    color: #fff;
}

/* End Post password form style */

/* Pingback style */

.comments-area .comment-list .trackback .comment-body {
    margin-left: 0 !important;
    font-size: 15px !important;
}

.comments-area .comment-list .trackback .comment-body a {
    color: red !important;
}

.comments-area .comment-list .trackback .comment-body a:hover {
    text-decoration: none;
}

.comments-area .comment-list .trackback a.url {
    margin-top: 5px;
    font-size: 14px;
}

.comments-area .comment-list .pingback .comment-body {
    margin-left: 0 !important;
    font-size: 15px !important;
}

.comments-area .comment-list .pingback .comment-body a {
    color: red !important;
}

.comments-area .comment-list .pingback .comment-body a:hover {
    text-decoration: none;
}

.comments-area .comment-list .pingback a.url {
    margin-top: 5px;
    font-size: 14px;
}

/* End Pingback style */

/* Comment navigation */

.comment-navigation .nav-links {
    overflow: hidden;
    margin-bottom: 25px;
}

.comment-navigation .nav-links .nav-previous {
    float: left;
}

.comment-navigation .nav-links .nav-previous a {
    border: 1px solid #eee;
    padding: 7px 18px;
    font-size: 14px;
    text-transform: capitalize;
    background: #fff;
    display: block;
}

.comment-navigation .nav-links .nav-previous a:hover {
    color: #fff;
    background-color: var(--secondaryColor);
}

.comment-navigation .nav-links .nav-next {
    float: right;
}

.comment-navigation .nav-links .nav-next a {
    border: 1px solid #eee;
    background: #fff;
    padding: 7px 18px;
    font-size: 14px;
    text-transform: capitalize;
    display: block;
}

.comment-navigation .nav-links .nav-next a:hover {
    color: #fff;
    background-color: var(--secondaryColor);
}

/* End Comment navigation */

/* Post search not found form */

.no-results .alert .page-title {
    margin: 0;
    font-size: 20px;
}

.no-results h1.page-title {
    font-size: 22px;
    font-weight: 600;
    margin-top: -6px;
}

.search-form {
    position: relative;
}

.search-form label {
    display: block;
}

.search-form .search-field {
    background-color: #ffffff;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #eeeeee;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.search-form .search-submit {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    outline: 0;
    border: none;
    color: #ffffff;
    background-color: var(--secondaryColor);
    height: 50px;
    padding: 0 20px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
}

.search-form .search-submit:hover {
    color: #ffffff;
    background: var(--blackColor);
}

/* End Post search not found form */

.fint-single-blank-page {
    height: 320px;
}

/* End Page Markup And Formatting */

.wp-block-gallery.columns-2.is-cropped.alignleft.extraclass {
    margin-top: 0 !important;
    margin-right: 15px;
}

.wp-block-gallery.columns-2.is-cropped.alignleft.extraclass .blocks-gallery-grid {
    margin-top: 0 !important;
}

.wp-block-file .wp-block-file__button {
    background-color: var(--secondaryColor);
}

a.wp-block-file__button {
    color: #fff !important;
}

.archive-description p {
    color: #ffffff;
}

/* WP core style */

.alignnone {
    display: block;
    margin-bottom: 15px;
}

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

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

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

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

a img.alignnone {
    margin: 5px 20px 20px 0;
}

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

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

.wp-caption {
    max-width: 100%;
}

.wp-caption.alignnone {
    margin: 15px auto 10px;
}

.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 {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

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

.gallery-caption {
    z-index: 100000;
}

.bypostauthor {
    z-index: 100000;
}

/* End WP core style */

.blocks-gallery-caption {
    margin-bottom: 12px;
}

.wp-block-archives-list li span.post-count {
    padding-left: 8px;
    float: right;
}

.wp-block-categories-dropdown {
    margin-bottom: 20px;
}

.wp-block-categories-dropdown select {
    height: 45px;
    border: 1px solid #eee;
    width: 100%;
    font-size: 14px;
    padding: 8px 15px;
    color: #555;
}

.wp-block-tag-cloud a {
    display: inline-block;
    font-weight: 600;
    font-size: 12.5px !important;
    padding: 6px 13px;
    border: 1px dashed #eeeeee;
    position: relative;
    color: #393953 !important;
    text-decoration: none !important;
    margin-top: 8px;
    margin-right: 4px;
}

.wp-block-tag-cloud a:hover,
.wp-block-tag-cloud a:focus {
    color: #ffffff !important;
    background-color: var(--secondaryColor) !important;
}

.wp-block-search {
    margin-bottom: 30px;
    position: relative;
}

.wp-block-search label {
    display: block;
    margin-bottom: 10px;
}

.wp-block-search .screen-reader-text {
    display: none;
}

.wp-block-search .wp-block-search__input {
    background-color: #ffffff;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #eeeeee;
    max-width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 5px;
}

.wp-block-search button {
    position: absolute;
    right: 0;
    outline: 0;
    bottom: 0;
    height: 50px;
    width: 80px;
    z-index: 1;
    border: none;
    color: #ffffff;
    background-color: var(--secondaryColor) !important;
}

.wp-block-search button:hover {
    color: #ffffff;
    background: #393953 !important;
}

.post-tag-media {
    clear: both;
    margin-top: 20px;
}

.post-tag-media ul {
    padding: 0 !important;
    margin: 0 !important;
}

.post-tag-media ul li {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px !important;
    margin-left: 0;
    margin-right: 0;
}

.post-tag-media ul li span {
    font-weight: 600;
    margin-right: 5px;
    display: inline-block;
}

.post-tag-media ul.social-share {
    text-align: right;
}

/* New Css */

#comments .comment-list .children .comment-respond {
    background: #fafafa;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-left: 65px;
}

#comments .comment-list .children .comment-respond input[type="date"],
#comments .comment-list .children .comment-respond #comments .comment-list .children .comment-respond input[type="time"],
#comments .comment-list .children .comment-respond #comments .comment-list .children .comment-respond input[type="datetime-local"],
#comments .comment-list .children .comment-respond #comments .comment-list .children .comment-respond input[type="week"],
#comments .comment-list .children .comment-respond #comments .comment-list .children .comment-respond input[type="month"],
#comments .comment-list .children .comment-respond #comments .comment-list .children .comment-respond input[type="text"],
#comments .comment-list .children .comment-respond #comments .comment-list .children .comment-respond input[type="email"],
#comments .comment-list .children .comment-respond #comments .comment-list .children .comment-respond input[type="url"],
#comments .comment-list .children .comment-respond #comments .comment-list .children .comment-respond input[type="password"],
#comments .comment-list .children .comment-respond #comments .comment-list .children .comment-respond input[type="search"],
#comments .comment-list .children .comment-respond #comments .comment-list .children .comment-respond input[type="tel"],
#comments .comment-list .children .comment-respond #comments .comment-list .children .comment-respond input[type="number"],
#comments .comment-list .children .comment-respond #comments .comment-list .children .comment-respond textarea {
    background-color: #ffffff;
}

#comments .comment-list .children .comment-respond p {
    margin-top: 20px;
}

#comments .comment-list .children .comment-respond .logged-in-as {
    margin-top: 5px;
}

#comments .comment-list .children .comment-respond .comment-reply-title {
    border-bottom: none;
    margin-bottom: 0;
    margin-top: -6px;
    padding-bottom: 0;
}

#comments .comment-list .children .comment-respond .comment-reply-title::before {
    display: none;
}

#comments .comment-list .children .comment-respond .form-submit {
    float: unset;
    margin-bottom: 0;
}

#comments .comment-list .children .comment-respond .comment-form-comment {
    background: #fafafa;
    float: unset;
}

.comment-list .depth-1:last-child .comment-respond p.form-submit {
    margin-bottom: 0;
}

/*================================================ Widget Sidebar CSS =================================================*/

.sidebar {
    padding-left: 15px;
}

.sidebar .widget {
    transition: var(--transition);
    margin-bottom: 30px;
    background-color: #F1F6F2 !important;
    padding: 30px;
}

.sidebar .widget:first-child {
    margin-top: 0;
}

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

.sidebar .widget .sidebar-widget-title,
.sidebar .widget h2,
.widget.widget_block.widget_search .wp-block-search__label {
    margin: 0 0 22px;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    line-height: 1;
}

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

.sidebar .widget ul li,
.sidebar .widget ol li {
    position: relative;
    margin-bottom: 12px;
    overflow: hidden;
    color: var(--blackColor);
    padding-left: 0;
    font-weight: 500;
    font-size: 16px;
}

.sidebar .widget ul li ul li,
.sidebar .widget ol li ol li {
    padding-left: 18px;
}

.sidebar .widget ul li a,
.sidebar .widget ol li a {
    color: var(--blackColor);
}

.sidebar .widget ul li a:hover,
.sidebar .widget ol li a:hover {
    color: var(--secondaryColor);
}

.sidebar .widget ul li:last-child,
.sidebar .widget ol li:last-child {
    margin-bottom: 0;
}

.sidebar .widget ul li::before,
.sidebar .widget ol li::before {
    position: absolute;
    top: 9px;
    left: 0;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--secondaryColor);
    display: none;
}

.sidebar .widget ul li a:hover .post_count {
    border: 1px solid;
}

.sidebar .widget ul li a .post_count {
    position: absolute;
    right: 0;
    border: 1px solid #eee;
    width: 25px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
}

.sidebar .widget_search form {
    position: relative;
    margin-bottom: 0;
}

.sidebar .widget_search form label {
    display: block;
}

.sidebar .wp-block-search .wp-block-search__button {
    background: #f7f7f7;
    padding: 11px 18px !important;
    margin-left: .625em;
    word-break: normal;
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    border: none;
    color: #fff !important;
    height: auto;
    font-size: 16px;
    border-radius: 0;
    transition: 0.4s;
    border-radius: 5px;
}

.sidebar .wp-block-search .wp-block-search__button:hover {
    background-color: var(--secondaryColor) !important;
}

.sidebar .widget_search form .screen-reader-text {
    display: none;
}

.sidebar .widget_search form .search-field {
    height: 50px;
    display: block;
    width: 100%;
    padding: 6px 15px;
    color: var(--blackColor);
    background-color: #ffffff;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-size: 15px;
    font-weight: 400;
}

.sidebar .widget_search form .search-field::-webkit-input-placeholder {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: var(--paragraphColor);
}

.sidebar .widget_search form .search-field:-ms-input-placeholder {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: var(--paragraphColor);
}

.sidebar .widget_search form .search-field::-ms-input-placeholder {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: var(--paragraphColor);
}

.sidebar .widget_search form .search-field::placeholder {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: var(--paragraphColor);
}

.sidebar .widget_search form .search-field:focus::-webkit-input-placeholder {
    color: transparent;
}

.sidebar .widget_search form .search-field:focus:-ms-input-placeholder {
    color: transparent;
}

.sidebar .widget_search form .search-field:focus::-ms-input-placeholder {
    color: transparent;
}

.sidebar .widget_search form .search-field:focus::placeholder {
    color: transparent;
}

.sidebar select {
    height: 45px;
    border: 1px solid #eee;
    width: 100%;
    font-size: 13.5px;
    padding: 8px 0;
}

.sidebar .widget_categories ul li a {
    text-transform: capitalize;
}

.sidebar .widget_categories ul li .children {
    margin-top: 10px;
}

.sidebar .widget_pages ul li.page_item_has_children>a {
    margin-bottom: 10px;
    display: inline-block;
}

.sidebar .widget_pages ul li a {
    text-transform: capitalize;
}

.sidebar .widget_rss ul li {
    margin-bottom: 20px;
}

.sidebar .widget_rss ul li::before {
    top: 6px;
}

.sidebar .widget_rss ul li:last-child {
    margin-bottom: 0;
}

.sidebar .widget_rss ul li .rsswidget {
    display: block;
    color: #222222;
    font-weight: 600;
}

.sidebar .widget_rss ul li .rss-date {
    font-size: 13px;
    margin: 3px 0 10px;
    display: block;
}

.sidebar .widget_rss ul li .rssSummary {
    color: #222222;
    line-height: 25px;
    font-size: 14px;
}

.sidebar .widget_rss ul li cite {
    font-weight: 600;
    display: block;
    margin-top: 10px;
    font-style: normal;
    color: #222;
    font-size: 13.5px;
}

.sidebar .tagcloud a {
    display: inline-block;
    padding: 2px 11px;
    font-size: 14px !important;
    color: var(--paraColor);
    background-color: var(--whiteColor);
    border-radius: 3px;
    transition: var(--transition);
    border: 1px solid #D6DADE;
    margin: 8px 6px 0px 0px;
}

.sidebar .tagcloud a:hover,
.sidebar .tagcloud a:focus {
    background-color: var(--secondaryColor);
    border-color: transparent;
    color: var(--whiteColor);
}

.sidebar .widget_text p img {
    margin: 10px 0;
}

.sidebar .widget_text .wp-caption-text {
    border: none;
    text-align: center;
    font-size: 13px;
}

.sidebar .calendar_wrap table {
    margin: 0;
    width: 100%;
    text-align: center;
}

.sidebar .calendar_wrap table th,
.sidebar .calendar_wrap table td {
    font-size: 14px;
    padding: 8px 5px;
}

.sidebar .calendar_wrap table th a,
.sidebar .calendar_wrap table td a {
    text-decoration: none;
}

.sidebar .calendar_wrap table #today {
    background-color: #eee;
    font-weight: 800;
    color: var(--secondaryColor);
}

.sidebar .rsswidget.rss-widget-title {
    color: var(--blackColor);
}

.sidebar .calendar_wrap caption {
    padding-top: 0;
    color: #393d40;
    caption-side: top;
    font-weight: 600;
}

.sidebar .calendar_wrap .wp-calendar-nav-next {
    margin-top: 1px;
    float: right;
}

.sidebar .calendar_wrap .wp-calendar-nav-prev {
    margin-top: 5px;
}

.wp-calendar-nav-prev a:hover,
.wp-calendar-nav-next a:hover {
    color: var(--secondaryColor);
}

.sidebar .widget_nav_menu .sub-menu {
    margin-top: 8px;
}

.sidebar .widget_recent_comments .recentcomments {
    color: var(--paragraphColor);
    font-weight: normal;
}

.sidebar .widget_recent_comments .recentcomments .comment-author-link {
    font-weight: 400;
    font-size: 14px;
}

.sidebar .widget_recent_comments .recentcomments .comment-author-link a {
    font-weight: 600;
}

.sidebar .widget_recent_comments .recentcomments a {
    font-weight: 600;
}

.sidebar .widget_media_gallery .gallery {
    margin: 0;
}

.sidebar .widget_media_gallery .gallery .gallery-item {
    margin: 0;
}

.sidebar .widget_recent_entries ul li a {
    font-weight: 600;
    font-size: 15.5px;
}

.sidebar .widget_recent_entries ul li .post-date {
    display: block;
    font-size: 13px;
    color: #767676;
}

.sidebar p {
    font-size: 16px;
}

.sidebar span.post-count {
    float: right;
}

.wpcf7-not-valid-tip {
    margin-top: 10px;
}

span.wp-calendar-nav-prev {
    position: relative;
    top: 8px;
}

.wp-calendar-nav-next {
    position: relative;
    top: 8px;
    float: right;
}

.nice-select {
    height: 45px;
    border: 1px solid #eee;
    width: 100%;
    color: #555;
    font-size: 13.5px;
    float: none;
    white-space: normal;
}

.nice-select span.current {
    display: block;
    margin-top: 3px;
    font-size: 15px;
}

.nice-select ul.list {
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none !important;
    border-radius: 0;
    width: 100%;
    overflow-y: auto;
}

.nice-select ul.list li {
    list-style-type: none !important;
    font-size: 14px;
    padding: 8px 15px !important;
    line-height: 1 !important;
    margin: 0 !important;
    min-height: auto;
    text-transform: capitalize;
}

.nice-select ul.list li::before {
    display: none;
}

.footer-area .footer-widget img.alignnone.size-full {
    margin: 15px 0 30px;
}

.footer-area .footer-widget .item .info time {
    color: #bcbcbc;
}

.footer-widget a:hover {
    color: var(--secondaryColor);
}

.footer-area .widget_search form {
    position: relative;
}

.footer-area .widget_search form label {
    display: block;
    margin-bottom: 0;
}

.footer-area .widget_search form .screen-reader-text {
    display: none;
}

.footer-area select {
    height: 45px;
    border: 1px solid #fff;
    width: 100%;
    font-size: 15px;
}

.footer-area .nice-select {
    float: unset;
    word-break: break-word;
    width: 100%;
    white-space: inherit;
}

.footer-area .nice-select .option {
    padding-top: 8px;
    padding-bottom: 5px;
}

.footer-area .nice-select .option:hover {
    background-color: #efefef;
}

.footer-area .nice-select ul li::before {
    display: none;
}

.footer-area .nice-select ul {
    padding-top: 12px;
}

.footer-area .nice-select ul li {
    margin-bottom: 0px;
}

.footer-area .nice-select .option.selected.focus {
    display: none;
}

.footer-area .nice-select .list {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.footer-area .widget_rss img {
    margin-bottom: 0;
}

.footer-area .widget_categories ul li a {
    display: inline-block;
    text-transform: capitalize;
}

.footer-area .widget_categories ul li .children {
    margin-top: 10px;
}

.footer-area .widget_pages ul li.page_item_has_children>a {
    margin-bottom: 10px;
    display: inline-block;
}

.footer-area .widget_pages ul li a {
    text-transform: capitalize;
}

.footer-area .widget_rss ul li {
    margin-bottom: 20px;
}

.footer-area .widget_rss ul li::before {
    top: 10px;
}

.footer-area .widget_rss ul li:last-child {
    margin-bottom: 0;
}

.footer-area .widget_rss ul li .rsswidget {
    display: block;
    font-size: 17px;
    color: var(--blackColor);
    -webkit-transition: prop time;
    transition: prop time;
    font-weight: 600;
}

.footer-area .widget_rss ul li .rss-date {
    font-size: 12px;
    margin: 7px 0 10px;
    display: block;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #000 !important;
}

.footer-area .widget_rss ul li cite {
    color: #000 !important;
    display: block;
    margin-top: 10px;
    font-style: normal;
}

.footer-area .widget_rss ul li .rssSummary {
    color: #000 !important;
}

.footer-area .tagcloud a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px !important;
    margin: 5px 5px 5px 0;
    text-transform: capitalize;
    color: var(--whiteColor);
    background-color: var(--secondaryColor);
    border-radius: 30px;
}

.footer-area .tagcloud a:hover {
    color: var(--whiteColor);
    background-color: var(--secondaryColor);
}

.footer-area .widget_text p {
    margin-top: 5px;
}

.footer-area .widget_text p:first-child {
    margin-top: 0;
}

.footer-area .widget_text p strong {
    font-size: 14px;
}

.footer-area .widget_text p img {
    margin: 10px 0;
    max-width: 100%;
    width: auto;
}

.footer-area .calendar_wrap table {
    text-align: center;
    margin: 0;
    background: #fff;
}

.footer-area .calendar_wrap table th,
.footer-area .calendar_wrap table td {
    font-size: 14px;
    padding: 8px 5px;
}

.footer-area .calendar_wrap table th a,
.footer-area .calendar_wrap table td a {
    text-decoration: none;
    color: var(--secondaryColor);
}

.footer-area .calendar_wrap table #today {
    text-decoration: none;
    font-weight: 400;
    color: var(--secondaryColor);
}

.footer-area .calendar_wrap table #today a {
    text-decoration: none;
}

.footer-area .calendar_wrap table #prev,
.footer-area .calendar_wrap table #next {
    font-size: 14px;
}

.footer-area .calendar_wrap table #prev a,
.footer-area .calendar_wrap table #next a {
    text-decoration: none;
}

.footer-area .calendar_wrap caption {
    caption-side: top;
    font-weight: 600;
    padding: 0 0 15px;
    line-height: 1;
    color: #000;
}

.footer-area .widget_nav_menu .sub-menu {
    margin-top: 8px;
}

.footer-area ul li ul {
    padding-left: 15px;
}

.footer-area .widget_recent_comments .recentcomments .comment-author-link {
    font-size: 14px;
}

.footer-area .widget_recent_comments .recentcomments a {
    font-weight: bold;
    display: inline-block;
}

.footer-area .widget_media_gallery .gallery {
    margin: 0;
}

.footer-area .widget_media_gallery .gallery .gallery-item {
    margin: 0;
}

.footer-area .widget_recent_entries ul li {
    line-height: 1.5;
}

.footer-area .widget_recent_entries ul li a {
    font-weight: 600;
    font-size: 15.5px;
    color: #000 !important;
}

.footer-area .widget_recent_entries ul li .post-date {
    display: block;
    font-size: 13px;
    color: #fff;
    margin-top: 5px;
}

.footer-area span.post-count {
    float: right;
    color: #000 !important;
}

.footer-area img.rss-widget-icon {
    margin-top: -5px;
}

.footer-area .nice-select .current {
    display: block;
    padding-top: 1px;
}

.footer-area .nice-select ul li {
    color: #eee !important;
    text-transform: capitalize;
}

.footer-area select {
    border: 1px solid #eee;
    width: 100%;
    height: 45px;
    color: #000;
    font-weight: 600;
}

.blog-details .wp-block-search .wp-block-search__button {
    color: #ffffff;
}

.wp-block-search__button.has-icon path {
    fill: #fff;
}

.blocks-gallery-item::before {
    display: none;
    ;
}

.blocks-gallery-item {
    padding-left: 0;
}

.fint-admin-menu-activate .navbar-area.is-sticky {
    margin-top: 32px;
}

.fint-admin-menu-activate.is-sticky {
    margin-top: 32px;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

.fint-nav .navbar-brand h2 {
    margin: 0;
    padding: 16px 0;
    font-weight: bold;
    font-size: 38px;
}

.select2-results__option span i.fa {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.elementor-editor-active .fint-admin-menu-activate .navbar-area.is-sticky {
    top: 0;
    margin-top: 0;
}

.elementor-editor-active .fint-admin-menu-activate.is-sticky {
    margin-top: 0;
}

.fint-nav .navbar .navbar-nav .nav-item .nav-link:active {
    background: transparent;
}

.fint-nav .navbar .navbar-nav .nav-item .nav-link:hover {
    background: transparent;
}

.fint-nav .navbar .navbar-nav .nav-item .nav-link {
    text-transform: capitalize;
}

.fint-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    width: 268px;
}

.page-title-area {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}

.pb-70 {
    padding-bottom: 50px;
}

.wp-block-calendar {
    text-align: left;
    margin-bottom: 15px;
}

.wp-block-calendar .wp-calendar-table {
    margin: 0;
    width: 100%;
    text-align: center;
}

.wp-block-calendar .wp-calendar-table th,
.wp-block-calendar .wp-calendar-table td {
    font-size: 14px;
    padding: 8px 5px;
}

.wp-block-calendar .wp-calendar-table th a,
.wp-block-calendar .wp-calendar-table td a {
    text-decoration: none;
}

.wp-block-calendar .wp-calendar-table #today {
    background-color: #eee;
    font-weight: 800;
}

.wp-block-calendar .wp-calendar-table caption {
    padding-top: 0;
    color: #393d40;
    caption-side: top;
    font-weight: 600;
    margin-top: -5px;
}

.wp-block-calendar .wp-calendar-nav-next {
    margin-top: 5px;
    float: right;
}

.wp-block-calendar .wp-calendar-nav-prev {
    margin-top: 5px;
}

.single-blog .blog-content .default-btn {
    background-color: var(--secondaryColor);
}

.single-blog .blog-content .default-btn:hover {
    background-color: var(--secondaryColor);
}

.fint-post-next-prev {
    padding: 35px;
    transition: var(--transition);
    border: 1px solid #D6DADE;
    margin-bottom: 60px;
    margin-top: 60px;
    background-color: #fff;
    border-radius: 10px;
}

.fint-post-next-prev .navigation .nav-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fint-post-next-prev .navigation .nav-links .nav-next,
.fint-post-next-prev .navigation .nav-links .nav-previous {
    flex: 0 1 auto;
    margin-bottom: inherit;
    margin-top: inherit;
    transition: 0.4s;
}

.fint-post-next-prev .navigation .nav-links .nav-next {
    text-align: right;
}

.fint-post-next-prev .navigation .nav-links a:hover p.post-title {
    color: var(--secondaryColor);
}

.fint-post-next-prev .navigation .nav-links a:hover p.meta-nav {
    color: var(--secondaryColor);
}

.fint-post-next-prev p.meta-nav {
    margin-bottom: 0;
    font-weight: bold;
    transition: 0.4s;
    color: var(--blackColor);
}

.fint-post-next-prev p.post-title {
    font-size: 21px;
    font-weight: 600;
    color: #141414;
}

.fint-post-next-prev p.meta-nav i {
    font-size: 19px;
    position: relative;
    top: 1px;
}

.sidebar select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' 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: 100%;
    background-position-y: 9px;
    padding: 8px 8px !important;
}

.footer-area .footer-widget .wp-block-group__inner-container h2 {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: unset;
}

.footer-area .footer-widget select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' 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: 100%;
    background-position-y: 9px;
    padding: 8px 8px !important;
}

footer.wp-block-latest-comments__comment-meta {
    font-weight: 300;
}

.nav-link.dropdown-item:active {
    background-color: #e9ecef;
}

.wpcf7-list-item-label a {
    color: var(--secondaryColor);
}

.navbar-nav .nav-item a {
    text-transform: capitalize;
}

.post-tag-media ul li a:hover {
    background-color: var(--secondaryColor);
    color: var(--whiteColor) !important;
    border-radius: 5px;
}

.post-tag-media ul li a {
    padding: 5px 20px;
    margin-right: 8px;
    border-radius: 30px;
    text-decoration: none !important;
    display: inline-block;
    color: var(--blackColor) !important;
    background-color: #f9f9f9;
    font-size: 14px;
    font-weight: 500;
}

.footer-area .wp-block-heading {
    color: #000;
    margin-bottom: 25px;
    font-size: 24px;
}

.footer-area a {
    color: #000;
}

.footer-area .calendar_wrap table #today a {
    color: var(--primaryColor);
}

.footer-widget a.rsswidget.rss-widget-title {
    color: #000 !important;
    font-size: 24px;
}

.sticky .single-blog-post-list.style-two {
    position: relative;
}

.single-blog-post-list.style-two {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.sticky .single-blog-post-list.style-two::before {
    position: absolute;
    content: "\ece4";
    font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    right: 10px;
    top: 10px;
    background: #ffeeeb;
    padding: 12px;
    border-radius: 50%;
    color: var(--secondaryColor);
}

.footer-widget ul li {
    color: var(--primaryColor);
}

.blog-details-content .wp-block-gallery {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.footer-widget h2.wp-block-heading {
    font-size: 18px;
    font-weight: 500;
    color: var(--secondaryColor);
    margin-bottom: 18px;
}

.footer-widget .footer-widget-title {
    font-size: 18px;
    font-weight: 500;
    color: var(--secondaryColor);
    margin-bottom: 18px;
}

.footer-widget select {
    background-color: #fff;
}

.footer-widget caption {
    color: #fff;
}

.footer-widget #wp-calendar {
    margin-bottom: 0;
}

.footer-widget .wp-calendar-nav a {
    color: var(--primaryColor);
}

.fint-post-next-prev {
    padding: 35px;
    transition: var(--transition);
    border: 1px solid #efefef;
    margin-bottom: 60px;
    margin-top: 60px;
    background-color: #fff;
}

.fint-post-next-prev .navigation .nav-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fint-post-next-prev .navigation .nav-links .nav-next,
.fint-post-next-prev .navigation .nav-links .nav-previous {
    flex: 0 1 auto;
    margin-bottom: inherit;
    margin-top: inherit;
    transition: 0.4s;
}

.fint-post-next-prev .navigation .nav-links .nav-next {
    text-align: right;
}

.fint-post-next-prev .navigation .nav-links a:hover p.post-title {
    color: var(--secondaryColor);
}

.fint-post-next-prev .navigation .nav-links a:hover p.meta-nav {
    color: var(--secondaryColor);
}

.fint-post-next-prev p.meta-nav {
    margin-bottom: 0;
    font-weight: bold;
    transition: 0.4s;
    color: var(--blackColor);
}

.fint-post-next-prev p.post-title {
    font-size: 21px;
    font-weight: 600;
    color: #141414;
}

.fint-post-next-prev .nav-next i {
    margin-left: 10px;
}

.fint-post-next-prev .nav-previous i {
    margin-right: 10px;
}

form.wp-block-search__button-inside.wp-block-search__icon-button.wp-block-search button {
    top: 43px;
}

.wp-block-search__inside-wrapper {
    border: none;
}

.wp-block-search button {
    transition: 0.4s;
}

form.wp-block-search__button-inside.wp-block-search__text-button.wp-block-search button {
    top: 42px;
}

.wp-block-social-links .wp-social-link a {
    display: block !important;
}

.blog-details-area p.has-text-align-center.has-large-font-size {
    color: #fff;
}

.post-meta-option {
    clear: both;
}

.blog-details-area .wp-block-image .alignright {
    margin-bottom: 30px;
}

/*================================================
Pagination Area CSS
=================================================*/

.pages-links {
    margin: 15px 0;
}

.pages-links .page-links-title {
    padding-right: 5px;
    font-weight: 500;
}

.pages-links .post-page-numbers {
    width: 45px;
    height: 45px;
    margin: 0 3px;
    display: inline-block;
    background-color: #ffffff;
    line-height: 48px;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    font-size: 18px;
    font-weight: 700;
}

.pages-links .post-page-numbers.current,
.pages-links .post-page-numbers:hover,
.pages-links .post-page-numbers:focus {
    color: #ffffff;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    background-color: var(--primaryColor);
}

.page-nav .page-numbers {
    margin: 0 4px;
    display: inline-block;
    justify-content: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: var(--titleColor);
    background-color: #E4EEE5;
    transition: var(--transition);
}

.page-nav .page-numbers.current,
.page-nav .page-numbers:hover {
    opacity: 1;
    background-color: var(--lemonColor);
    border-color: transparent;
}

.blog-info h3 {
    position: relative;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.breadcrumb-wrapper h2 {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.blog-card.style-one.mb-30.no-img {
    background-color: #F1F6F2;
    padding: 30px;
}

.post-metaoption {
    margin: 30px 0;
    margin-bottom: 0;
    clear: both;
}

.art-image {
    margin-bottom: 25px;
}

.blog-details .wp-block-navigation .wp-block-page-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.blog-details .wp-block-navigation__responsive-container-content .wp-block-page-list li {
    padding: 10px;
    background-color: #f7f7f7;
}

.blog-details .wp-block-query .wp-block-post-template li {
    list-style-type: none;
    margin-bottom: 15px;
}

.blog-details .wp-block-query .wp-block-post-template {
    padding: 0;
}

.blog-details .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #F1F6F2;
    color: #000;
    border: none;
    text-align: center;
    margin-right: 5px;
    font-size: 16px;
    font-weight: 500;
}

.blog-details .wp-block-query-pagination .wp-block-query-pagination-next,
.blog-details .wp-block-query-pagination .wp-block-query-pagination-prev {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    line-height: 40px;
    background-color: #F1F6F2;
    color: #000;
    border: none;
    text-align: center;
    margin-right: 5px;
    font-size: 16px;
    font-weight: 500;
}

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

.wp-block-avatar {
    margin-bottom: 10px;
}

.wp-block-post-author .wp-block-post-author__avatar {
    margin-bottom: 10px;
}

.post-navigation-link-previous.wp-block-post-navigation-link {
    text-align: start;
}

.post-navigation-link-next.wp-block-post-navigation-link,
.post-navigation-link-previous.wp-block-post-navigation-link {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.post-navigation-link-next.wp-block-post-navigation-link {
    float: right;
}

.post-navigation-link-next.wp-block-post-navigation-link a,
.post-navigation-link-previous.wp-block-post-navigation-link a {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    height: 40px;
    line-height: 40px;
    background-color: #F1F6F2;
    color: #000;
    border: none;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.wp-block-comments p {
    margin-top: 15px !important;
}

.comment-respond.wp-block-post-comments-form {
    background-color: transparent;
}

.wp-block-post-comments-form.comment-respond p.form-submit {
    margin-bottom: 20px;
}

.wp-block-column.has-pale-cyan-blue-background-color.has-background.is-layout-flow {
    padding: 20px;
}

.post-password-form input[type="submit"] {
    border: 1px solid;
    color: #fff;
    height: 45px;
    padding: 5px 20px;
    font-weight: 400;
    background-color: var(--secondaryColor);
    width: auto;
    cursor: pointer;
}

.footer-area .widget_archive ul {
    padding-left: 0;
}

.footer-area .widget_archive ul li {
    padding-left: 0;
    list-style-type: none;
}

.footer-area .footer-widget ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.footer-area .footer-widget ul li {
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.footer-area .footer-widget ul li a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #3C4B3D;
    font-weight: 600;
}

.footer-area .widget_pages ul li.page_item_has_children>a {
    margin-bottom: 7px;
    display: inline-block;
}

.footer-area .widget_pages ul li a {
    text-transform: capitalize;
}

.footer-area .footer-widget ul li ul {
    padding-left: 17px;
}

.widget-main-div {
    margin-bottom: 30px;
}

/* Shop Area Style
============================================*/

.product-single-item {
    background-color: #FFFBF5;
    padding: 30px;
    margin-bottom: 25px;
}

.product-single-item .shop-img {
    margin-bottom: 25px;
}

.product-single-item h3,
.product-single-item .h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.product-single-item h3 a,
.product-single-item .h3 a {
    text-decoration: none;
    color: #0A1823;
}

.product-single-item ul {
    margin-bottom: 15px;
    line-height: 1;
}

.product-single-item ul li {
    margin-right: 5px;
}

.product-single-item ul li i {
    color: #F4A21A;
}

.product-single-item ul li:last-child {
    margin-right: 0;
}

.product-single-item .price {
    font-weight: 700;
    font-size: 20px;
}

.product-single-item .price ins {
    text-decoration: none;
}

.product-single-item .cart-btn {
    border: 1px solid var(--primaryColor);
    background-color: #fff;
    color: var(--primaryColor);
    font-weight: 500;
    font-size: 15px;
    padding: 10px 29px;
    transition: all ease 0.5s;
}

.product-single-item .cart-btn i {
    position: relative;
    top: 2px;
}

.product-single-item .cart-btn:hover {
    background-color: var(--primaryColor);
    color: #fff;
}

.product-single-item .cart-btn:hover img {
    filter: brightness(100);
}

.shop-search-result {
    margin-bottom: 40px;
}

.shop-search-result .form-control {
    width: 242px;
    height: 40px;
}

.shop-search-result .form-control .selectBtn {
    padding: 0;
    position: relative;
    top: -10px;
}

.shop-search-result .src-btn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    padding: 0;
    border: 0;
    background-color: transparent;
    font-size: 22px;
    color: #21465B;
}

.shop-search-result .grid-list-tabs {
    line-height: 1;
    border: 0;
}

.shop-search-result .grid-list-tabs .nav-item {
    margin-right: 12px;
}

.shop-search-result .grid-list-tabs .nav-item:last-child {
    margin-right: 0;
}

.shop-search-result .grid-list-tabs .nav-item .nav-link {
    padding: 0;
    border: 0;
    color: #21465B;
}

.shop-search-result .grid-list-tabs .nav-item .nav-link i {
    font-size: 18px;
}

.shop-search-result .grid-list-tabs .nav-item .nav-link.active i {
    color: var(--primaryColor);
}

.shop-details-wrap {
    padding: 30px;
}

.shop-details-content {
    margin-left: 65px;
}

.shop-details-content h3,
.shop-details-content .h3 {
    font-size: 22px;
}

.shop-details-content .five-star {
    margin-bottom: 15px !important;
}

.shop-details-content .five-star i {
    color: #F4A21A;
}

.shop-details-content .price {
    font-size: 22px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    color: var(--primaryColor);
    margin-bottom: 18px;
}

.shop-details-content p {
    margin-bottom: 25px;
    max-width: 462px;
}

.shop-details-content .product-quantity .add-to-cart-counter {
    position: relative;
    margin-right: 30px;
}

.shop-details-content .product-quantity .add-to-cart-counter .count {
    height: 60px;
    width: 140px;
    padding: 30px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    font-family: "Rowdies", sans-serif;
    color: #21465B;
}

.shop-details-content .product-quantity .add-to-cart-counter .plusBtn {
    position: absolute;
    top: 0;
    right: 24px;
    background-color: transparent;
    border: none;
    font-family: "remixicon" !important;
    color: #21465B;
    padding: 0;
}

.shop-details-content .product-quantity .add-to-cart-counter .plusBtn::before {
    content: "\ea78";
    font-size: 25px;
}

.shop-details-content .product-quantity .add-to-cart-counter .minusBtn {
    position: absolute;
    bottom: 0;
    right: 24px;
    background-color: transparent;
    border: none;
    font-family: "remixicon" !important;
    padding: 0;
    color: #21465B;
}

.shop-details-content .product-quantity .add-to-cart-counter .minusBtn::before {
    content: "\ea4e";
    font-size: 25px;
}

.shop-details-content .btn-primary {
    background-color: transparent;
    color: var(--primaryColor);
}

.shop-details-content .btn-primary:hover {
    background-color: var(--optionalColor);
    color: #fff;
}

.shop-details-content .btn-primary:hover i {
    color: #fff;
}

.shop-details-content .sku {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 40px;
}

.shop-details-content .sku li {
    margin-bottom: 15px;
    color: var(--primaryColor);
    font-family: "Rowdies", sans-serif;
    font-size: 14px;
}

.shop-details-content .sku li span {
    color: #21465B;
    margin-right: 20px;
}

.shop-details-content .sku li a {
    text-decoration: none;
    font-size: 10.787px;
    font-weight: 300;
    border: 1px solid var(--primaryColor);
    color: var(--primaryColor);
    padding: 10px 20px;
    display: inline-block;
    border-radius: 50px;
    margin-right: 5px;
}

.shop-details-content .sku li a:last-child {
    margin-right: 0;
}

.shop-details-content .sku li a:hover {
    background-color: var(--primaryColor);
    color: #fff;
}

.shop-details-content .sku li:last-child {
    margin-bottom: 0;
}

.product-single-item ul {
    list-style: none;
}

@media only screen and (max-width: 991px) {
    .shop-details-content {
        margin-top: 30px;
    }
    .shop-details-content h3,
    .shop-details-content .h3 {
        font-size: 20px;
    }
    .shop-details-content p {
        margin-bottom: 15px;
    }
    .shop-details-content .product-quantity .add-to-cart-counter .count {
        width: 80px;
        padding: 15px;
        height: 52px;
        margin-right: 10px;
    }
    .shop-details-content .product-quantity .add-to-cart-counter .plusBtn {
        right: 15px;
    }
    .shop-details-content .product-quantity .add-to-cart-counter .minusBtn {
        right: 15px;
    }
    .shop-details-content .sku {
        margin-top: 20px;
    }
    .shop-search-result .form-control {
        width: 100%;
    }
    .shop-search-result .form-control.selects {
        width: 100%;
    }
    .shop-details-wrap {
        padding: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .shop-search-result {
        margin-bottom: 30px;
    }
    .shop-search-result .form-control {
        width: 100%;
    }
    .shop-details-content .product-quantity .add-to-cart-counter {
        margin-right: 0;
    }
}

/* Max width 1199px */

@media only screen and (max-width: 1199px) {
    .product-single-item {
        padding: 20px;
    }
    .product-single-item h3,
    .product-single-item .h3 {
        font-size: 20px;
    }
    .product-single-item .cart-btn {
        padding: 10px 15px;
    }
    .product-single-item ul {
        margin-bottom: 20px;
    }
    .shop-search-result {
        margin-bottom: 30px;
    }
    .shop-details-content {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .fint-admin-menu-activate .top-header-area.white-color {
        margin-top: 10px;
    }
    .fint-post-next-prev {
        padding: 20px;
    }
    .fint-post-next-prev .navigation .nav-links .nav-next {
        text-align: center;
    }
    .fint-post-next-prev .navigation .nav-links .nav-previous {
        text-align: center;
    }
    .page-main-content h1 {
        font-size: 24px;
    }
    .page-main-content h2 {
        font-size: 20px;
    }
    .page-main-content h3 {
        font-size: 18px;
    }
    .page-main-content h4 {
        font-size: 17px;
    }
    .page-main-content h5 {
        font-size: 16px;
    }
    .page-main-content h6 {
        font-size: 14px;
    }
    .single-blog .blog-content {
        padding: 20px;
    }
    .pb-70 {
        padding-bottom: 30px;
    }
    .fint-admin-menu-activate {
        margin-top: 0;
    }
    .fint-admin-menu-activate .navbar-area.is-sticky {
        margin-top: 0;
    }
    .fint-admin-menu-activate.is-sticky {
        margin-top: 0;
    }
    .navbar-area.bg-transparent.portfolio-color.fint-admin-menu-activate.is-sticky {
        margin-top: 0;
    }
    .page-main-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .wp-block-group__inner-container {
        padding: 0;
    }
    .sidebar .wp-block-search .wp-block-search__button {
        font-size: 14px !important;
    }
    .fint-toolkit-activate .blog-details .blog-details-content h3 {
        margin-top: 30px;
        margin-bottom: 25px;
    }
    .entry-meta li::before {
        display: none;
    }
    .blog-details .blog-details-content ul.entry-meta {
        margin-top: 20px;
        margin-bottom: 5px;
    }
    .blog-details .blog-details-content {
        box-shadow: none;
        padding: 0;
    }
    .blog-details .blog-details-content ul li {
        font-size: 12px;
        margin-right: 5px;
    }
    .blog-details .blog-details-content .entry-meta li i {
        font-size: 14px;
    }
    .sidebar {
        padding-left: 0;
        margin-top: 30px;
    }
    .sidebar .widget {
        padding: 20px;
        border: 1px solid #efefef;
        ;
    }
    .sidebar .widget ul li {
        padding-left: 17px;
    }
    .wp-block-media-text .has-large-font-size {
        font-size: 22px;
    }
    .wp-block-embed-youtube iframe,
    .wp-block-embed-youtube video {
        height: 100%;
    }
    table td,
    table th {
        padding: 7px 7px;
    }
    #comments {
        padding: 20px;
    }
    #comments .comment-author .avatar {
        height: 50px;
        left: 0;
        position: relative;
        width: 50px;
        display: block;
        margin-bottom: 7px;
    }
    #comments .comment-list .comment-body {
        margin-left: 0;
    }
    #comments .comment-list .children .comment-respond {
        margin-left: 0;
    }
    #comments .children .comment-author .avatar {
        left: 0;
    }
    #comments .comment-metadata {
        font-size: 9px;
    }
    .post-password-form label input {
        margin-left: 0;
        display: block;
    }
    .post-password-form input[type="submit"] {
        margin-top: 5px;
        margin-left: -1px;
    }
    blockquote,
    .blockquote {
        padding: 25px !important;
    }
    blockquote p,
    .blockquote p {
        font-size: 14px !important;
    }
    blockquote::before,
    .blockquote::before {
        left: 25px;
        top: -10px;
        font-size: 60px;
    }
    .widget_fint_posts_thumbs .item .info .title {
        font-size: 15px;
    }
    .no-results {
        margin-bottom: 30px;
    }
    .blog-card.style-one.mb-30.no-img {
        padding: 15px;
    }
}

.admin-bar .navbar-area.style-one.sticky,
.admin-bar .navbar-area.style-two.sticky {
    top: -13px;
}

.admin-bar div#navbarOffcanvas {
    margin-top: 46px;
}

div#navbarOffcanvas.sticky {
    margin-top: 0;
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .fint-admin-menu-activate .navbar-area.is-sticky {
        margin-top: 46px;
    }
    .fint-admin-menu-activate.is-sticky {
        margin-top: 46px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 782px) {
    .fint-admin-menu-activate .navbar-area.is-sticky {
        margin-top: 46px;
    }
    .fint-admin-menu-activate.is-sticky {
        margin-top: 0;
        margin-top: 46px;
    }
}

.woocommerce-form-coupon-toggle {
    margin-bottom: 35px;
}