/*
Theme Name: Kadence Child
Author: 
Description: Your description goes here
Version: 1.0
Template: kadence

This is the child theme for Kadence theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
body {
    background: none !important;
}
.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .cr-rating-product-name {
    margin-top: -23px;
}
.truted_industry {
    padding-bottom: 20px;
    background-image: linear-gradient(90deg, #fc3055 50%, #f07a17fa 50%);
}
.truted_industry .Over_Books {
    margin-bottom: 20px;
    padding-bottom: 0;
}
.truted_industry .black {
    background-color: transparent !important;
    border: 0 !important;
}
.truted_industry h2 {
    color: #fff;
}
.cr-all-reviews-shortcode .cr-ajax-search, .cr-product-name-picture, .cr-avatar-check, .cr-all-reviews-shortcode ol li.review .comment_container .cr-avatar, .cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .meta .cr-meta-author-title {
    display: none !important;
}
.cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .cr-comment-text, .cr-all-reviews-shortcode ol.commentlist li .cr-comment-text {
    margin: 0 0 0 0px !important;
}
.cr-all-reviews-shortcode ol li.review .comment_container {
    padding: 3px 21px;
    background-color: #fbe7eb;
    border-radius: 5px;
}
.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .meta time {
    font-weight: 600;
    color: #000;
    margin-top: 10px;
}
.cr-all-reviews-shortcode .cr-count-row, #reviews.cr-reviews-ajax-reviews .cr-count-row {
    background-color: #ef6a85;
}
.cr-all-reviews-shortcode ol.commentlist li {
	margin: 0 0 15px 0;
}
.wp-marquee-banner {
    width: 100%;
    overflow: hidden;
    background-color: #000;
    white-space: nowrap;
    padding: 12px 0;
}

.wp-marquee-content {
    display: inline-block;
    animation: scroll 150s linear forwards;
    color: #fff;
	 font-size: 18px;
}

@keyframes scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-60%); }
}

.wp-marquee-content span {
    color: #9d7100;
    margin: 0 14px;
}
.site-header-upper-wrap {
    background-image: linear-gradient(#ff224a, #e3053294);
    padding: 7px;
}
.home .entry-content-wrap {
    padding: 0rem;
}
.site-header-section-left-center {
    margin-right: 43px;
}
.site-header-main-section-right-center {
    margin-left: 43px;
}
.Over_Books h2 {
    text-align: center;
    font-size: 34px;
    font-weight: 600;
}
.Over_Books .aio-icon-header h3.aio-icon-title {
    font-size: 22px;
    text-align: center;
}
.Over_Books {
    padding: 40px 0 40px;
}
.Over_Books .aio-icon-img {
    position: relative;
}
.Over_Books .align-icon:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f07a17;
    transition: all 0.4s;
}

.Over_Books .align-icon {
    position: relative;
    width: 100px;
    margin: 0 auto;
}
.Over_Books .aio-icon-component:hover .align-icon:before {
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    top: -7.5px !important;
    left: -7.5px !important;
}
.btn-home a {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 0 0 2px #0000001a, 0 0 0 1px #0000001a;
    padding: 11px 35px;
    color: #fff;
    background-color: #f07a17;
    background-image: linear-gradient(to bottom, #dc143c 0% 100%);
	
    background-size: 100% 0%;
    background-repeat: no-repeat;
    transition: background-size .5s 
ease-in-out, color .5s 
ease-in-out;
    width: 200px;
    text-align: center;
    margin-right: 30px;
}
.btn-home a:hover {
    background-size: 100% 100%;
    color: #fff;
}

.Hero_banner ul li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    color: #fff;
}
.home .Hero_banner h1 {
    font-size: 40px;
    margin: 0;
    color: #fff;
}
.Hero_banner {
    padding: 50px 0 50px;
}
.Hero_banner p {
    margin-bottom: 24px;
    color: #fff;
}
.home .content-area {
    margin-top: 0;
}
.Hero_banner ul li::before {
    content: "\2713";
    color: #fff;
    font-size: 13px;
    line-height: 15px;
    flex-shrink: 0;
    /* background-color: #dc143c; */
    border-radius: 50px;
    padding: 5px 9px;
    margin-top: 3px;
    background-image: linear-gradient(#ff224a, #e3053294);
}
.Hero_banner ul li span {
    display: inline;
}
.Hero_banner .wpb_wrapper ul {
	padding: 0;
}

    .cusrev-home-rating{ display:flex; align-items:center; gap:8px; margin:8px 0; }
   .star-rating {
    font-size: 16px;
    line-height: 1;
    position: relative;
    width: 77px;
    height: 18px;
    display: inline-block;
    overflow: hidden;
    color: #ccc;
    unicode-bidi: bidi-override;
}
    .star-rating::before{
        content:"★★★★★";
        position:absolute;
        left:0;
        top:0;
        display:block;
        width:100%;
        height:100%;
        pointer-events:none;
    }
	

    .star-fill{
        position:absolute;
        left:0;
        top:0;
        height:100%;
        overflow:hidden;
        white-space:nowrap;
        display:block;
        color:#fdba00;          
    }
    .star-fill::before{
        content:"★★★★★";
        position:absolute;
        left:0;
        top:0;
        display:block;
        height:100%;
    }
    .cr-review-link{
        color:#fdba00 !important;
        text-decoration:underline;
        font-size:15px;
        cursor:pointer;
    }