/**
Theme Name: Reputation Manage Child
Author: Ashish
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: reputation-manage-child
Template: astra
*/
.gkit-btn{
    display: flex !important;
}
.rm-header-button{
    background-color: var(--wp--preset--color--ast-global-color-0,var(--ast-global-color-0)) !important;
    padding: 12px 24px !important;
    font-size: 16px !important;
    color: #fff;
}
.rm-header-button .icon-right svg{
    fill: inherit;
    margin-left: 8px;
}
.rm-header-button:hover{
    color: var(--wp--preset--color--ast-global-color-1,var(--ast-global-color-1)) !important;
    fill: var(--wp--preset--color--ast-global-color-1,var(--ast-global-color-1)) !important;
    background: var(--wp--preset--color--ast-global-color-0,var(--ast-global-color-0)) !important;
}
.site-above-footer-wrap .ast-builder-grid-row{
    display:flex !important;
    flex-wrap: wrap !important;
    gap: 0 !important;
}
.site-above-footer-wrap .site-footer-section .ast-builder-html-element > p{
    font-size: 24px !important;
    color: var(--ast-global-color-1) !important;
    font-weight: bold !important;
}
.site-primary-footer-wrap .ast-builder-grid-row{
    display:flex !important;
    gap: 0 !important;
    justify-content: space-between !important;
    align-items: center !important;
}
.site-primary-footer-wrap .ast-builder-grid-row #astra-footer-menu{
    display: flex !important;
    margin: 0 !important;
}
.site-above-footer-wrap .site-footer-section{
    padding: 0 8px !important;
}
.site-footer-section.site-footer-above-section-1{
    width: 35% !important;
}
.site-footer-section.site-footer-above-section-2{
    width: 20% !important;
}
.site-footer-section.site-footer-above-section-3{
    width: 17% !important;
}
.site-footer-section.site-footer-above-section-4{
    width: 14% !important;
}
.site-footer-section.site-footer-above-section-5{
    width: 14% !important;
}
.ast-primary-header-bar{
    margin-left: 0;
    margin-right: 0;
}
.ast-primary-header-bar .header-widget-area[data-section="sidebar-widgets-header-widget-2"]{
    padding: 0!important;
}
.site-above-footer-wrap .site-footer-section-1 .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"]{
    padding-left: 12px;
    padding-right: 12px;
}
@media (max-width: 768px) {
    .ast-footer-copyright{
        padding: 0 16px;
    }
    .site-above-footer-wrap .site-footer-section{
        width: 100% !important;
        padding: 0 16px !important;
        margin-bottom: 1.2rem !important;
    }
    .site-above-footer-wrap .site-footer-section .ast-builder-html-element p br{
        display: none !important;
    }
    .site-primary-footer-wrap .ast-builder-grid-row{
        flex-wrap: wrap !important;
    }
    .site-primary-footer-wrap .site-footer-section{
        width: 100% !important;
        padding: 0 16px !important;
        margin-bottom: 0.75rem !important;
    }
    .site-primary-footer-wrap .site-footer-section.site-footer-section-3 .widget_media_image{
        display: flex !important;
        justify-content: center !important;
    }
    .site-primary-footer-wrap .ast-builder-grid-row #astra-footer-menu{
        justify-content: center !important;
    }
    .site-primary-footer-wrap .site-footer-section.site-footer-section-3 .alignright{
        margin-left: 0 !important;
        float: unset !important;
    }
}
.rm-animated-button {
    position: relative;
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
}
.rm-animated-button::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    width: 100%;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    border-radius: inherit;
    border: inherit;
    background: transparent;
    color: inherit;
    padding: inherit;
    margin: inherit;
    padding-left: var(--b-left-margin);
    padding-right: var(--b-right-margin);
}

.rm-animated-button .text-content{
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transform: translateY(0);
    opacity: 1;
}

.rm-animated-button::after {
    transform: translateY(100%);
}
.rm-animated-button:hover .text-content {
    transform: translateY(-200%);
    opacity: 0;
}
.rm-animated-button:hover::after {
    transform: translateY(0);
}
.buy-form .gkit-tab-nav{
    margin: 0 auto !important;
    border-radius: 32px !important;
    background: #eee !important;
}
.buy-form .gkit-tab-nav .gkit-nav-link{
    border-radius: 32px !important;
    color: var(--wp--preset--color--ast-global-color-1,var(--ast-global-color-1)) !important;
    transition: all 0.4s ease !important;
    border: none !important;
    padding: 12px 32px !important;
}
.buy-form .gkit-tab-nav .gkit-nav-link.active{
    color: #fff !important;
}
.buy-form .gkit-tab-nav #gkit-tab-1.gkit-nav-link{
    position: relative;
}
.buy-form .gkit-tab-nav #gkit-tab-1.gkit-nav-link .gkit-tab-title::after{
    position: absolute;
    background: #1ebfbf;
    top: -24px;
    content: 'POPULAR';
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 12px 12px 0 0;
    font-weight: 600;
    padding: 6px 18px 4px 18px;
    left: 50%;
    transform: translateX(-50%);
}
.qty_btn{
    cursor: pointer;
}
.qty_btn.active{
    background-color: var(--ast-global-color-0) !important;
}
.qty_btn.active::after{
    content: '\2713';
    position: absolute;
    top: -10px !important;
    right: -10px !important;
    background-color: #1ebfbf;
    color: #fff;
    font-size: 12px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 0;
    border-radius: 50%;
    font-weight: 700;
    border: 1px solid #fff;
    padding: 10px 0 8px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 768px) {
    .buy-form .gkit-tab-nav{
        flex-wrap: nowrap !important;
        gap: 4px !important;
        flex-basis: 100% !important;
    }
    .buy-form .gkit-tab-nav .gkit-nav-link{
        font-size: 10px !important;
        gap: 4px !important;
    }
    .buy-form .gkit-tab-nav .gkit-nav-link .gkit-tab-icon{
        font-size: 12px !important;
    }
}
.flag {
    position: absolute;
    width: 40px;
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    animation: 3s ease-out forwards fly;
    transform-origin: center;
    filter: brightness(0.95) contrast(1.4);
    opacity: 0;
    z-index: 9999;
}
@keyframes fly {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) translate(0, 0) rotate(var(--start-rot))
            scale(0.4);
    }
    10% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) translate(var(--x), var(--y))
            rotate(var(--end-rot)) scale(1.8);
    }
}

.rm-post-grid .premium-blog-post-outer-container .premium-blog-zoomin-effect img{
    border-radius: 8px;
}
.rm-post-grid .premium-blog-post-outer-container:hover .premium-blog-zoomin-effect img{
    transform: scale(1.05) !important;
}
.rm-post-grid .premium-blog-post-outer-container .premium-blog-post-categories{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    color: var(--ast-global-color-1) !important;
    fill: unset !important;
    margin-top: 18px;
    padding: 12px 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}
.rm-post-grid .premium-blog-post-outer-container svg,.rm-post-grid .premium-blog-post-outer-container .premium-blog-meta-separator{
    display: none !important;
}
.rm-post-grid .premium-blog-post-outer-container .premium-blog-post-categories a{
    color: var(--ast-global-color-0) !important;
}
.rm-post-grid .premium-blog-post-outer-container .premium-blog-entry-meta{
    gap: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.rm-post-grid .premium-blog-post-outer-container .premium-blog-entry-meta .premium-blog-post-author a{
    /* border-radius: 6px; */
    position: relative;
    transition: all 0.2s ease;
}
.rm-post-grid .premium-blog-post-outer-container .premium-blog-entry-meta a,.rm-post-grid .premium-blog-post-outer-container .premium-blog-post-categories a{
    position: relative !important;
}
.rm-post-grid .premium-blog-post-outer-container .premium-blog-entry-meta a::after,.rm-post-grid .premium-blog-post-outer-container .premium-blog-post-categories a::after{
    position: absolute;
    left: -6px;
    right: -6px;
    top: 50%;
    height: 100%;
    background-color: var(--ast-global-color-0);
    border-radius: 6px;
    opacity: 0;
    transform: translateY(-50%);
    transition: all 0.2s ease;
    content: "";
}
.rm-post-grid .premium-blog-post-outer-container .premium-blog-entry-meta a:hover::after,.rm-post-grid .premium-blog-post-outer-container .premium-blog-post-categories a:hover::after{
    opacity: .07;
}
.rm-post-grid .premium-blog-pagination-container .page-numbers{
    height: 36px !important;
    min-width: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 12px !important;
    line-height: 12px !important;
    font-weight: 600 !important;
    color: var(--ast-global-color-1) !important;
    transition: all .3s ease-in-out !important;
    border: 1px solid #e4e9f1 !important;
    border-radius: 8px !important;
}
.rm-post-grid .premium-blog-pagination-container .page-numbers:hover{
    border-color: var(--ast-global-color-0) !important;
    color: var(--ast-global-color-0) !important;
}
.rm-post-grid .premium-blog-pagination-container .page-numbers.current{
    border-color: var(--ast-global-color-0) !important;
    background-color: var(--ast-global-color-0) !important;
    color: white !important;
}
.rm-post-grid .premium-blog-pagination-container .page-numbers.next,.rm-post-grid .premium-blog-pagination-container .page-numbers.prev{
    padding: 0 17px !important;
}
.sidebar-search .wp-block-search__label{
    font-weight: 600;
    font-size: 24px;
    line-height: 1.44;
    color: var(--ast-global-color-1);
    margin-bottom: calc(.3em + 10px);
    display: block;
}
.sidebar-search .wp-block-search__input{
    appearance: none;
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: var(--ast-global-color-1);
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #e4e9f1;
    border-radius: 8px;
    transition: all 0.2s ease;
    background: white;
}
.sidebar-search .wp-block-search__input:focus{
    border: 1px solid var(--ast-global-color-0);
    outline: none;
}
.sidebar-search .wp-block-search__button{
    border-radius: 8px !important;
}
ul.sidebar-list{
    list-style: none !important;
}
body.wp-singular.single-post .entry-title{
    font-size: 58px;
    font-weight: 600;
    line-height: 1.2 !important;
    letter-spacing: -0.027em !important;
}
body.wp-singular.single-post #primary,body.wp-singular.single-post #secondary{
    margin-top: 6rem !important;
}
@media (max-width: 768px) {
    body.wp-singular.single-post .entry-title{
        font-size: 32px !important;
    }
    body.wp-singular.single-post #content{
        padding-left: 20px;
        padding-right: 20px;
    }
    body.wp-singular.single-post #primary,body.wp-singular.single-post #secondary{
        margin-top: 2.5rem !important;
    }
}
body.wp-singular.single-post .entry-header .ast-terms-link{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}
.ast-page-builder-template .entry-header{
    margin-top: 0;
}
.ast-page-builder-template .entry-header:not(.related-entry-header) .entry-meta{
    margin: 24px 0 40px 0 !important;
}
.ast-page-builder-template .entry-header .entry-meta,.ast-page-builder-template .entry-header .rm-related-post-categories{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
#astra-footer-menu .menu-item:hover > a{
    background: none;
    position: relative;
}
#astra-footer-menu .menu-item:hover > a::after{
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 50% !important;
    height: 86% !important;
    background-color: var(--ast-global-color-0) !important;
    border-radius: 6px !important;
    opacity: 0 !important;
    transform: translateY(-50%) !important;
    transition: all 0.2s ease !important;
    content: "" !important;
}
#astra-footer-menu .menu-item:hover > a:hover::after{
    opacity: .12 !important;
}
.ast-page-builder-template .entry-meta *{
    color: var(--ast-global-color-1);
}
body.wp-singular.single-post #primary a{
    position: relative;
}
body.wp-singular.single-post #primary a::after{
    position: absolute !important;
    left: -6px !important;
    right: -6px !important;
    top: 48% !important;
    height: 120% !important;
    background-color: var(--ast-global-color-0) !important;
    border-radius: 6px !important;
    opacity: 0 !important;
    transform: translateY(-50%) !important;
    transition: all 0.2s ease !important;
    content: "" !important;
}
body.wp-singular.single-post #primary a:hover::after{
    opacity: .12 !important;
}
body.wp-singular.single-post #primary a:hover{
    color: var(--ast-global-color-0) !important;
}
.ast-page-builder-template .entry-meta a{
    position: relative;
}
.ast-page-builder-template .entry-meta a::after{
    position: absolute !important;
    left: -6px !important;
    right: -6px !important;
    top: 48% !important;
    height: 120% !important;
    background-color: var(--ast-global-color-0) !important;
    border-radius: 6px !important;
    opacity: 0 !important;
    transform: translateY(-50%) !important;
    transition: all 0.2s ease !important;
    content: "" !important;
}
.ast-page-builder-template .entry-meta a:hover::after{
    opacity: .12 !important;
}
.ast-page-builder-template .entry-meta a:hover{
    color: var(--ast-global-color-0) !important;
}
body.wp-singular.single-post .ast-post-social-sharing{
    bottom: 0 !important;
    top: unset !important;
    height: calc(100% - 230px) !important;
    transform: unset !important;
}
body.wp-singular.single-post #content .ast-container{
    max-width: var(--wp--custom--ast-container-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
body.wp-singular.single-post #content .ast-container #primary,body.wp-singular.single-post #content .ast-container #secondary{
    border: none !important;
}
@media (min-width: 768px) {
    body.wp-singular.single-post #content .ast-container #secondary .sidebar-main{
        position: sticky;
        top: 80px;
    }
}
body.wp-singular.single-post #content .entry-header{
    padding: 0 !important;
}
body.wp-singular.single-post #content .navigation.post-navigation{
    border: none !important;
}
body.wp-singular.single-post #content .navigation.post-navigation a{
    transition: all 0.2s ease !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    padding: 6px 12px !important;
    white-space: nowrap !important;
    border: 1px solid #e4e9f1 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    outline: none !important;
    line-height: 1rem !important;
    background: transparent !important;
    color: var(--ast-global-color-1) !important;
    border-radius: 8px !important;
    margin: 0 !important;
    display: initial !important;
}
body.wp-singular.single-post #content .navigation.post-navigation .nav-previous a{
    content: "< Previous";
}
body.wp-singular.single-post #content .navigation.post-navigation a:hover{
    border-color: var(--ast-global-color-0) !important;
    color: var(--ast-global-color-0) !important;
}
body.wp-singular.single-post #content .ast-single-author-box .ast-author-details{
    display: flex;
    gap: 16px;
}
body.wp-singular.single-post #content .ast-single-author-box{
    padding: 30px !important;
    border: 1px solid #e4e9f1 !important;
    border-radius: 8px !important;
}
body.wp-singular.single-post #content .ast-single-author-box .about-author-title-wrapper{
    display: none !important;
}
body.wp-singular.single-post #content .ast-single-author-box .post-author-avatar{
    max-width: 80px !important;
}
@media (max-width: 768px) {
    body.wp-singular.single-post #content .ast-single-author-box .post-author-avatar{
        max-width: 50px !important;
    }   
}
body.wp-singular.single-post #content .ast-single-author-box .post-author-avatar img{
    min-width: unset !important;
    border-radius: 8px !important;
    box-shadow: none !important;
}
body.wp-singular.single-post #content .ast-single-author-box .author-title{
    color: var(--ast-global-color-1) !important;
    font-size: 20px !important;
    text-decoration: none !important;
}
body.wp-singular.single-post #content .ast-single-author-box .author-title:hover{
    color: var(--ast-global-color-0) !important;
}
body.wp-singular.single-post #content .comments-area{
    border: none !important;
    padding: 0 !important;
    padding-bottom: 30px !important;
}
body.wp-singular.single-post #content .comments-area textarea,body.wp-singular.single-post #content .comments-area input:not(type="submit"){
    border-radius: 8px !important;
    border: 1px solid #e4e9f1 !important;
    background: white !important;
    outline: none !important;
}
body.wp-singular.single-post #content .comments-area textarea{
    padding: 20px !important;
}
body.wp-singular.single-post #content .comments-area textarea:focus,body.wp-singular.single-post #content .comments-area input:not(type="submit"):focus{
    color: var(--ast-global-color-0) !important;
    border-color: var(--ast-global-color-0) !important;
}
body.wp-singular.single-post #content .comments-area .submit{
    padding: 10px 20px !important;
    border-radius: 8px !important;
    transition: all 0.2s ease !important;
}
body.wp-singular.single-post #content .comments-area .submit:hover{
    background-color: var(--ast-global-color-2);
}
body.wp-singular.single-post .ast-single-related-posts-container{
    position: relative;
    border: none !important;
    margin: 0 auto !important;
    max-width: var(--wp--custom--ast-container-width) !important;
    padding: 2rem 0 !important;
}
body.wp-singular.single-post .ast-single-related-posts-container::before{
    content: "" !important;
    position: absolute !important;
    left: -100% !important;
    right: -100% !important;
    top: 0 !important;
    height: 1px !important;
    background-color: #e4e9f1 !important;
}
body.wp-singular.single-post .ast-single-related-posts-container .ast-related-posts-title-section{
    border: none !important;
    margin-top: 3rem !important;
    padding: 0;
}
body.wp-singular.single-post .ast-single-related-posts-container .ast-related-posts-wrapper .ast-related-post-title a{
    line-height: 1.44 !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    color: var(--ast-global-color-1) !important;
    display: inline-block;
}
body.wp-singular.single-post .ast-single-related-posts-container .entry-meta span{
    text-transform: uppercase !important;
    color: var(--ast-global-color-1) !important;
    position: relative !important;
    font-weight: 600 !important;
}
body.wp-singular.single-post .ast-single-related-posts-container .entry-meta span a{
    position: relative;
}
body.wp-singular.single-post .ast-single-related-posts-container .entry-meta span a::after{
    position: absolute !important;
    left: -6px !important;
    right: -6px !important;
    top: 50% !important;
    height: 100% !important;
    background-color: var(--ast-global-color-0) !important;
    border-radius: 6px !important;
    opacity: 0 !important;
    transform: translateY(-50%) !important;
    transition: all 0.2s ease !important;
    content: "" !important;
}
body.wp-singular.single-post .ast-single-related-posts-container .entry-meta span a:hover::after{
    opacity: .07 !important;
}
body.wp-singular.single-post .ast-single-related-posts-container .entry-meta span a:hover span,body.wp-singular.single-post .ast-single-related-posts-container .entry-meta span a:hover{
    color: var(--ast-global-color-0) !important;
}
body.wp-singular.single-post .ast-single-related-posts-container .ast-related-post-cta.read-more{
    display: none !important;
}
body.wp-singular.single-post .rm-related-post-categories{
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    flex-direction: row;
}
body.wp-singular.single-post .rm-related-post-categories a{
    position: relative;
}
body.wp-singular.single-post .rm-related-post-categories a::after{
    position: absolute !important;
    left: -6px !important;
    right: -6px !important;
    top: 50% !important;
    height: 100% !important;
    background-color: var(--ast-global-color-0) !important;
    border-radius: 6px !important;
    opacity: 0 !important;
    transform: translateY(-50%) !important;
    transition: all 0.2s ease !important;
    content: "" !important;
}
body.wp-singular.single-post .rm-related-post-categories a:hover::after{
    opacity: .07 !important;
}
.wp-block-gutenkit-button .gkit-btn-wraper .gkit-btn:hover{
    background-color: var(--ast-global-color-0) !important;
}
.wp-block-gutenkit-button .gkit-btn-wraper .gkit-btn{
    text-shadow: none !important;
}
.rebar-element{
    height: 5px;
    background-color: var(--ast-global-color-0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    width: 0%;
}