/*
Theme Name: topfaida-pro
Theme URI: http://topfaida.com/topfaida-pro/
Author: Topfaida
Author URI: https://topfaida.com/
Description: Topfaida pro is a blog and e-commerce theme. This is the best theme made for wordpress, in this you are going to get many new features which are not in other themes.
Version: 2.9
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: topfaida-pro
Tags: grid-layout, one-column, two-columns, three-columns, right-sidebar, wide-blocks, accessibility-ready, block-styles, custom-colors, custom-header, custom-logo, custom-menu, footer-widgets, sticky-post, theme-options, translation-ready, blog, e-commerce,

*/



/*----------------------------Wordpress Core-----------------------------Start*/

/*----------Accessibility -*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    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: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}





.sticky {
    position: sticky;
    display: block;
}


.wp-block-image img,
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    height: auto;
    max-width: 100%;
    overflow: hidden;
    object-fit: cover;
    box-shadow: var(--tfpro-shadow-light);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
    max-width: unset;
    width: 100%;
    height: auto;
    vertical-align: middle;
}


.wp-block-file {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.wp-block-button__link {
    margin-bottom: 10px;
}
.wp-block-columns {
    margin-top: 10px;
}
.wp-block-group.has-background,
.entry-content > .wp-block-cover,
.entry-content > .wp-block-columns.has-background {
    padding: 4em;
    margin-top: 0;
    margin-bottom: 0;
}

.wp-block-search__button {
    border-radius: 5px;
    color: #ffffff;
    background: linear-gradient(310deg, #1171ef, #11cdef);
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

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

.cat-links a,
.tags-links a {
    font-size: 14px;
    background-color: #ededed;
    padding: 2px 12px;
    color: #afafaf;
    line-height: 2;
    border-radius: 5px;
}
.cat-links a:hover,
.tags-links a:hover {
    background: var(--tfpro-set-b1);
    color: var(--tfpro-set-c1);
    box-shadow: var(--tfpro-shadow-3d);
}
.wp-block-pullquote {
    border-top: 4px solid;
    border-bottom: 4px solid;
    margin-bottom: 1.75em;
    color: currentColor;
}
.wp-block-code {
    background: #000;
    color: #fff;
    border-radius: 15px;
    outline: 6px solid #afafaf;
}
.search-form {
    display: flex;
}

/*------------------- Alignments  */
.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}
.alignright {
    clear: both;
    display: inline;
    float: right;
    margin: 0.3em 0 1.5em 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}





/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

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

.widget_tag_cloud .tagcloud a {
    background-color: white;
    border-radius: 10px;
    display: inline-block;
    color: #0099e5 !important;
    font-size: 12px !important;
    height: 26px;
    line-height: 24px;
    margin: 0 3px 5px 0;
    padding: 0 10px;
    box-shadow: var(--tf-shadow-dark);
    position: relative;
    text-decoration: none;
}
.tag-cloud-link::before,
.tags-links a::before{
    content: "#";
    padding: 0 4px;
}
.entry-tags .tag-links a:hover,
.widget_tag_cloud .tagcloud a:hover {
    background: var(--tf-pro-bg-1);
    color: var(--tf-pro-txt-1) !important;
    box-shadow: var(--tf-shadow-3d);
}

.widget.widget_block.widget_calendar .wp-block-calendar table th {
    background: var(--tf-pro-bg-1);
    color: var(--tf-pro-txt-1);
}
.widget.widget_block.widget_calendar tbody td a {
    background: var(--tf-pro-bg-1);
    color: var(--tf-pro-txt-1);
    display: block;
}



/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}


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

    .wp-block-search__input{
        width: calc(100% - 36px) !important;

    }
    /* hide for woocommerce  
    .entry-header {
        margin: 0 -15px;
    } */
    .entry-meta span {
        font-size: 13px;
    }
    .wp-block-image img,
    .wp-block-image.alignfull img,
    .wp-block-image.alignwide img {
        max-width: 100%;
        width: 100%;
    }
    .entry-header .entry-title {
        margin: 7px;
    }

    #commentform {
        padding: 5px;
        margin: 1.5em 0;
    }
    .comment-form-cookies-consent{
        font-size: 13px;
    }
}




/*----------------------------Wordpress Core-----------------------------close*/
.post,
.page {
    margin: 0 0 1.5em;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    padding: 0 0 0 10px;
    margin: 20px 0;
}

.entry-content iframe,
.topfaida-pro-AI-ads{
    width: 100%;
}
.page-content h1,
.entry-content h1 {
    font-size: var(--tfpro-h1);
}
.page-content h2,
.entry-content h2 {
    font-size: var(--tfpro-h2);
}
.page-content h3,
.entry-content h3 {
    font-size: var(--tfpro-h3);;
}
.page-content h4,
.entry-content h4 {
    font-size: var(--tfpro-h4);
}
.page-content h5,
.entry-content h5 {
    font-size: var(--tfpro-h5);
}
.page-content h6,
.entry-content h6 {
    font-size: var(--tfpro-h6);
}
.entry-content p {
    line-height: 1.6;
    margin-bottom: 1.5em;
    font-size: var(--tfpro-content);
    color: var(--tfpro-clr);
}
.page-content ul li,
.entry-content ul li,
.page-content ol li,
.entry-content ol li {
    font-size: var(--tfpro-content);
    font-family: var(--tfpro-font);
}
.entry-content .wp-block-buttons{

}
.entry-meta {
    display: inline-block;
}
.entry-meta span {
    box-shadow: var(--tfpro-shadow-light);
    padding: 2px 10px;
    border-radius: 10px;
    color: #7c7c7c;
    background: #e9e9e9;
    float: left;
    margin: 5px;
}


.entry-header .entry-title {
    margin-bottom: 0.378em;
    clear: none;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}


.entry-footer {
    margin: 10px 0;
}

.entry-header,
.page-header {
    box-shadow: var(--tfpro-shadow-light);
    padding: 10px;
    border-radius: 10px;
    background: var(--tfpro-bg);
    color: var(--tfpro-clr);
    position: relative;
    z-index: 1;
}

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


.nav-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-links .nav-previous a,
.nav-links .nav-next a {
    padding: 4px 15px;
    border-radius: 30px;
    box-shadow: var(--tfpro-shadow-light);
    display: inline-block;
    margin: 5px 0;
    font-size: 13px;
}
.topfaida-pro-single-post .nav-previous .nav-subtitle.after-float,
.topfaida-pro-single-post .nav-next .nav-subtitle.after-float {
    position: fixed;
    bottom: 46px;
    background: var(--tfpro-set-b1);
    color: var(--tfpro-set-c1);
    padding: 10px;
    box-shadow: var(--tfpro-shadow-bt);
    z-index: 2;

}
.topfaida-pro-single-post .nav-previous .nav-subtitle.after-float{
    margin: 0 10px 0 0;
    border-radius: 0 15px 15px 0;
    left: -32px;
    animation: slide-right 1s ease-in-out forwards;
}
.topfaida-pro-single-post .nav-next .nav-subtitle.after-float {
    margin: 0 0 0 10px;
    border-radius: 15px 0 0 15px;
    right: 0px;
    animation: slide-left 1s ease-in-out forwards;
    -webkit-animation: slide-left 1s ease-in-out forwards;
}
.nav-links .nav-previous a::before {
    content: "\f060";
    font-family: var(--tfpro-icon);
}
.nav-links .nav-next a::after {
    content: "\f061 ";
    font-family: var(--tfpro-icon);
}
.nav-links .nav-title {
    font-weight: 300;
}
.nav-links  .nav-subtitle {
    font-weight: 900;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.entry-content .page-links {
    padding: 10px;
    overflow-x: auto;
}

.entry-content .page-links .post-page-numbers.current,
.entry-content .page-links .post-page-numbers:hover {
    color: var(--tfpro-set-c1);
    background: var(--tfpro-set-b1);
    box-shadow: var(--tfpro-shadow-3d);
}

.entry-content .page-links .post-page-numbers {
    display: inline-block;
    font-size: 15px;
    padding: 8px 15px;
    border-radius: 10px;
    color: #000;
    background-color: #fff;
    float: none;
    font-weight: 800;
    box-shadow: var(--tf-shadow-3d);
}

.prev_next_buttons {
    line-height: 40px;
    margin-bottom: 20px;
}

.prev_next_buttons a[rel="prev"],
.prev_next_buttons a[rel="next"] {
    display: block;
}

.prev_next_buttons a[rel="prev"] {
    float: right;
}

.prev_next_buttons a[rel="next"] {
    float: left;
}

.prev_next_buttons::after {
    content: "";
    display: block;
    clear: both;
}



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

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: left;
    width: 100%;
}
.gallery-item img {
    width: 100%;
}
.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

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

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}



/* ************** comment -----*/

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.comment-meta {
    margin: 0 0 15px 0;
    display: flex;
    justify-content: space-between;
}
.comments-area textarea {
    width: 100%;
}
.comment-body .url {
    color: #0032c173;
}
.comments-area ol {
    list-style-type: none;
}
.comments-area > ol > li {
    box-shadow: var(--tf-shadow-light);
    padding: 15px 25px;
    border-radius: 10px;
}
.comment-respond,
.entry-pings,
.comments-area {
    color: #444;
    padding: 20px 45px 40px 45px;
    overflow: hidden;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: var(--tf-shadow-light);
    -moz-box-shadow: var(--tf-shadow-light);
    box-shadow: var(--tf-shadow-light);
    border-radius: 10px;
}
.comments-area h3 {
    font-size: 30px;
    margin-bottom: 30px;
}
.comment-respond h3,
.entry-pings h3 {
    font-size: 20px;
    margin-bottom: 30px;
}
.comment-respond {
    padding-bottom: 5%;
    border-radius: 15px;
    margin: 20px 1px 20px 1px;
    border-left: none !important;
}
.comment-header {
    color: #adaeb3;
    font-size: 14px;
    margin-bottom: 20px;
}
.comment-header cite a {
    border: none;
    font-style: normal;
    font-size: 16px;
    font-weight: 700;
}
.comment-header .comment-meta a {
    border: none;
    color: #adaeb3;
}
.comment-reply-link {
    cursor: pointer;
    box-shadow: var(--tfpro-shadow-light);
    background: var(--tfpro-set-b1);
    color: var(--tfpro-set-c1);
    border: none;
    border-radius: 3px;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 4px 10px 4px;
    text-transform: uppercase;
    width: auto;
}
.comment-reply-link:hover {
    color: #fff;
}
.comment-metadata a {
    color: #0032e57a;
}
.comment-metadata a::before {
    content: "\f017";
    font-family: var(--tfpro-icon);
    margin: 0 10px 0 0;
}

.comment-list .comment-edit-link:before {
    content: "\f303";
    font-family: var(--tfpro-icon);
    margin: 0 10px 0 0;
}
.comment-metadata,
.comment-list .reply {
    text-align: right;
}
.comment-list .reply {
    margin: 10px 0;
}
.comment-metadata .edit-link {
    margin-left: 1em;
}
.reply .comment-reply-link::before {
    content: "\f3e5";
    font-family: var(--tfpro-icon);
    margin: 0 10px 0 0;
}

.comments-area li.comment {
    background-color: #fff;
    box-shadow: var(--tfpro-shadow-light);
}
.comment-content {
    clear: both;
    overflow: hidden;
}
.comment-list h2 {
    margin-bottom: 15px;
}
.comment-list li {
    font-size: 14px;
}
.comment-list li li{
    padding: 10px;
    background-color: #f5f5f6 !important;
}
.comment-list li li li{
    background-color: #fff !important;
}
.comment-list .children {
    margin-top: 40px;
    border-radius: 15px;
}
.content-area dt, .comment-body dt {
    font-weight: bold;
    padding: 0.5rem;
    background: #333; /* change for dark*/
    color: #fff;
}
.comment-body ol {
    list-style: decimal !important;
}
.content-area address, .comment-body address {
    font-size: 1.15rem;
    font-style: italic;
}
.comment-respond label {
    display: block;
    font-weight: 700;
    margin: 10px 0 2px 0;
}
.comments-area .comment-author {
    margin-bottom: 0;
    position: relative;
}
.comments-area .comment-author img {
    border-radius: 50%;
    border: 5px solid #fff;
    left: -60px;
    top: -5px;
    position: absolute;
    width: 50px;
    box-shadow: var(--tfpro-shadow-light);
}
.entry-pings .reply {
    display: none;
}

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 24px;
}

.comment-notes {
    display: none;
}
#cancel-comment-reply-link {
    padding: 2px 5px;
    border-radius: 10px;
    box-shadow: var(--tf-shadow-3d);
    color: var(--tf-pro-bg-1);
    background-color: var(--tf-pro-txt-1);
}


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

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
    position: relative;
    z-index: 1;
    background: var(--tfpro-bg);
    color: var(--tfpro-clr);
    padding: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
@media all and (max-width: 700px) {
    #comments {
        padding: 0;
        margin: 0;
    }
    #comments .comment-respond{
        margin: 0;
        padding: 10px;
    }
}



/* Post footer also read link
--------------------------------------------- */
.tf-pro-also-read-link {
    margin: 20px 0;
    border-radius: 16px;
    box-shadow: var(--tfpro-shadow-light);
}

.tf-pro-also-read-link h2 {
    font-size: 20px;
    color: #878787;
    margin: 0;
    padding: 10px 15px 0;
}
.tf-pro-also-read-link ul {
    margin-top: 10px;
    list-style-type: none;
    padding: 0;
}
.tf-pro-also-read-link li {
    border-bottom: 1px solid #ebebeb;
    box-shadow: var(--tfpro-shadow-light);
    padding: 10px;
    margin: 0;
}

.tf-pro-also-read-link li:last-child{
    border-bottom: none
}






/* 404 page ------------ */

.topfaida-pro-404-page .error-404 {
    margin: 15px 3rem;
}


/*----------------------------Single Post-----------------------------close*/


/*---------------------------- Rating-----------------------------Start*/

.topfaida-pro-rating-bar {
    background-color: #00b900 !important;
    color: #fff !important;
}
.blogai-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    white-space: nowrap;
    width: fit-content;
}

.blogai-rating > input {
    display: none;
}

.blogai-rating > label {
    position: relative;
    width: 25px;
    font-size: 30px;
    color: #ff7907;
    cursor: pointer;
    margin: -14px 0 -8px 0;
}

.blogai-rating > label::before {
    content: "\2605";
    position: absolute;
    opacity: 0;
}

.blogai-rating > label:hover:before,
.blogai-rating > label:hover ~ label:before {
    opacity: 1 !important;
}

.blogai-rating > input:checked ~ label:before {
    opacity: 1;
}

.blogai-rating:hover > input:checked ~ label:before {
    opacity: 0.4;
}

/*---------------------------- Rating-----------------------------close*/




/*---------------------------- Inner Image Ads-----------------------------Start*/
.blogai-innerImage-ads{
    cursor: pointer;
    overflow: hidden;
    display: block;
    position: relative;
}

.blogai-inner-image-top,
.blogai-inner-image-bottom{
    width: 100%;
    position: absolute;
    overflow: hidden;
    background: rgba(255,255,255,.5);
    z-index: 999;
    left: 50%;
    align-items: center;
    transform: translateX(-50%);
}
.blogai-inner-image-top{
    top: 0;
}
.blogai-inner-image-bottom {
    bottom: 0;
}

.blogai-inner-image-bottom-close {
    left: 0;
    top: 0;
    cursor: pointer;
    background: #ebebeb;
    padding: 0px 2px;
    font-weight: 700;
    position: absolute;
    font-size: 14px;
    line-height: 14px;
    pointer-events: all;
}

/*---------------------------- Inner Image Ads-----------------------------End*/


/*---------------------------- Footer Sticky Ads-----------------------------Start*/


.topfaida-pro-flotting-ads {
    position: fixed;
    bottom: -300px;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    max-height: 30%;
    padding: 5px 5px;
    box-shadow: 0 -6px 18px 0 rgba(9, 32, 76, 0.1);
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #fefefe;
    z-index: 999;
    text-align: center;
}

.tf_close_btn {
    border-radius: 3px 3px 0 0;
    z-index: 999;
    position: absolute;
    top: -17px;
    right: 0;
    border: none;
    background: red;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 2px 6px 2px 0;
}

.tf_close_btn strong {
    background: #a70000;
    padding: 2px 4px;
    border-radius: 3px 0 0 0;
}

.tf-pro-main-footer-ads {
    display: block;
    position: relative;
    max-height: 30%;
    width: 100%;
    height: auto;
}

/*---------------------------- Footer Sticky Ads-----------------------------close*/




/*---------------------------- Parallax Ads-----------------------------Start*/
.topfaida-pro-parallax-ads {
    position: relative;
    width: 100%;
    height: 320px;
    margin: 0 auto;
    overflow: hidden;
}

.topfaida-pro-parallax-ads .parallax-ad {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    clip: rect(0, auto, auto, 0) !important;
}
.topfaida-pro-parallax-ads .parallax-ad > div {
    position: fixed;
    top: 130px;
    height: 100%;
    margin-left: 0 !important;
}


/*---------------------------- Parallax Ads-----------------------------close*/




/*------------------------ Sidebar ------------------------ start*/

.tf-pro-breadcrumb a,
.topfaida-pro-table-of-content a {
    color: #011740c9 !important;
}
#wp-block-search__input-1 {
    width: 100%;
    overflow: hidden;
}
/*------------------------ Sidebar ------------------------ close*/




/*---------------------------- Flotting Share button-----------------------------Start*/


/* Floting share button
--------------------------------------------- */

/* footer  share Button */
.topfaida-pro-sticky-share-button {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -162px;
    top: 50%;
    width: 200px;
    transform: translateX(30%);
    z-index: 3;
}
.topfaida-pro-post-share-bar{
    padding: 0;
}
.topfaida-pro-post-share-bar li {
    list-style-type: none;
    color: #efefef;
    height: 35px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    border-radius: 15px 0 0 15px;
    overflow: hidden;
    box-shadow: var(--tfpro-shadow-bt);
}

/* change
.topfaida-pro-post-share-bar li:hover {
    margin-left: -115px;
}*/
.topfaida-pro-post-share-bar li i {
    float: left;
    font-size: 25px;
    margin: 5px 10px;
    margin-right: 10px;
}
.topfaida-pro-post-share-bar li span {
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    line-height: 2.3;
}
.topfaida-pro-post-share-bar a:hover {
    padding-left: 0 !important;
}
.topfaida-pro-post-share-bar a::before {
    display: none;
    content: none;
}
.topfaida-pro-post-share-bar .tf-pro-zoom {
    background: #fff120;
    color: #000 !important;
}
.topfaida-pro-post-share-bar .tf-pro-whatsapp a,
.topfaida-pro-post-share-bar .tf-pro-whatsapp {
    background: #34d924;
    color: #fff !important;
}
.topfaida-pro-post-share-bar .tf-pro-dark-mode {
    background: #1a293a;
    color: #fff !important;
}
.topfaida-pro-post-share-bar .tf-pro-share {
    background: #ff0053;
    color: #fff !important;
}
.topfaida-pro-post-share-bar .tf-pro-copy a,
.topfaida-pro-post-share-bar .tf-pro-copy {
    background: #00aac5;
    color: #000;
}

.topfaida-pro-post-share-bar button {
    border: none;
    background: none;
}

/*---------------------------- Flotting Share button-----------------------------close*/





/*---------------------------- Floting search-----------------------------Start*/

.sticky-search {
    position: fixed !important;
    width: 100%;
    left: 0!important;
    top: 0!important;
    z-index: 99;
    margin: 0;
    padding: 8px !important;
}
.topfaida-pro-search-box-overlay .tf-pro-search-btn {
    padding: 6px 5px;
    width: 55px !important;
    height: 35px;
    background: var(--tfpro-clr-1);
    color: #fff;
    margin: 0 !important;
    border: none;
    border-radius: 50%;
    display: block;
}

.topfaida-pro-search-box-overlay {
    display: block;
    padding: 3em;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
}
.topfaida-pro-search-box-overlay #product_cat {
    border-radius: inherit;
}
.topfaida-pro-search-box-overlay .search-form {

    width: auto;
    margin: 0 auto;
    border-radius: 30px;
    box-shadow: var(--tf-shadow-3d);
    padding: 0 5px;
    z-index: 99;
    background: white;
    width: 60%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.topfaida-pro-search-box-overlay .postform {
    border-radius: 30px 0 0 30px;
    width: 100%;
    max-width: 130px;
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    -ms-border-radius: 30px 0 0 30px;
    -o-border-radius: 30px 0 0 30px;
}

  
  .topfaida-pro-search-box-overlay .tf_search_in {
    width: 100%;
    margin-left: 10px;
  }
  .topfaida-pro-search-box-overlay .postform,
  .topfaida-pro-search-box-overlay .tf_search_in,
  .topfaida-pro-search-box-overlay .tf-pro-search-btn {
    box-shadow: none;
    margin: 5px;
    border: none !important;
    line-height: normal;

  }
  .topfaida-pro-search-box-overlay .tf-pro-search-btn{
    box-shadow: var(--tfpro-shadow-bt);
  }
@media all and (max-width: 700px) {
    .topfaida-pro-search-box-overlay {
        padding: 5px;
    }
    .sticky-search {
        border-top: 0;
    }
    .topfaida-pro-search-box-overlay .search-form {
        width: 88%;
    }
    .topfaida-pro-search-box-overlay.sticky-search .search-form{
    margin-right: 45px;
    }
    .topfaida-pro-search-box-overlay .postform {
        max-width: 80px;
    }
    .topfaida-pro-search-box-overlay .postform,
    .topfaida-pro-search-box-overlay .tf_search_in,
    .topfaida-pro-search-box-overlay .tf-pro-search-btn {
      margin: 1px;
    }
}

/*---------------------------- Floting search-----------------------------close*/





/*---------------------------- 404 paage-----------------------------Start*/
.page-404 .search-form {
    display: inline-flex;
}

/*---------------------------- 404 paage-----------------------------close*/




/*---------------------------- Common Style-----------------------------Start*/
.topfaida-pro-table-of-content li::before,
.tf-pro-also-read-link li::before{
    content: "\f105";
    font-family: var(--tfpro-icon);
    margin: 0 15px 0 0;
}

/*---------------------------- Common Style-----------------------------close*/







/* This style for mobile view */
@media all and (min-width: 250px) and (max-width: 700px) {
    
    

    .comments-area {
        /* padding: 20px 5px 40px 5px;
        border: none;
        box-shadow: none; */
    }
    .comments-area ol {
        /* margin: 20px 0; */
    }
    .comment-respond {
        /* padding: 0;
        border: none;
        box-shadow: none;
        border-radius: 0; */
    }

    .comments-area .comment-author img {
        /* position: absolute;
        left: -65px;
        top: -32px;
        width: 60px;
        border-radius: 50%;
        border: 5px solid #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%; */
    }
    .comments-area .comment-meta {
        /* margin-left: 30px; */
    }
    .comments-area .comment-list .children li {
        /* padding: 20px 0 20px 30px; */
    }

}