/*!
Theme Name:CiviChild
Theme URI: https://civi.uxper.co/
Author: Uxper
Author URI: http://uxper.co/
Description: This is a child theme of Civi
Template: civi
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.4
License URI: https://choosealicense.com/licenses/gpl-2.0/
Text Domain:civichild
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

.civi-check-company .tip-content .list-check li.active i.fa-check, .civi-check-company.active {
	    background-color: #008000;
}
.tooltip:not(.featured)[data-title="Featured"]::after {
    content: "Verified" !important;
    display: inline-block;

}

.tooltip:not(.featured)[data-title="Featured"] {
    color: transparent !important; 
}


.tooltip:not(.featured)[data-title="Featured"] i.fas.fa-check {
    background-color: #1DA1F2 !important; 
    color: #ffffff !important; 
    border-radius: 50% !important; 
    width: 18px !important;
    height: 18px !important;
    font-size: 12px !important; 
    display: inline-flex !important;
    align-items: center !important; 
    justify-content: center !important; 
    line-height: 1 !important; 
}
}

.list-social li a[href=""] {
    display: none;
}

.list-social li a[href=""]:parent {
    display: none; 
}

.list-social {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between; 
    gap: 0px;
}

.list-social li {
    flex: 1 1 auto;
    max-width: 5%; 
    margin: 0;
    padding: 0; 
    box-sizing: border-box; 
}

label:has(input[value="woocheckout"]) {
    position: relative;
}


label:has(input[value="woocheckout"]) {
    visibility: hidden;
}


label:has(input[value="woocheckout"]) img {
    visibility: visible; 
    width: 80px;
    height: 48px; 
}


label:has(input[value="woocheckout"])::after {
    content: 'Pay with Alipay or WeChat';
    visibility: visible;
    position: absolute;
    left: 110px; 
    top: 50%; 
    transform: translateY(-50%); 
}

.result-count {
    display: none;
}

.nav-item .imgage{
	width: 24px;
	height: 24px;
}

