/*
Theme Name: ListingHive Child
Theme URI: https://hivepress.io/themes/listinghive
Template: listinghive
Author: HivePress
Author URI: https://hivepress.io
Description: A multipurpose WordPress theme that allows you to build any type of directory and listing website. Whether it’s a business directory, service marketplace, job board, real estate, classifieds, or basically any listing website — ListingHive is a solid choice for it.
Tags: right-sidebar,custom-colors,custom-menu,custom-logo,custom-header,featured-image-header,featured-images,footer-widgets,theme-options,threaded-comments,translation-ready
Version: 1.2.12.1785841878
Updated: 2026-08-04 16:41:18

*/

/****** General website ****/

a {
    text-decoration: none;
    color: #2ca82a;
}

a:hover {
    text-decoration: none;
    color: #0342ff;
}

.nmc-fun-facts .ekit-wid-con svg {
    width: 90px;
    height: 80px;
}

.menu-footer-menu-container ul,
.menu-footer-catagories-container ul {
    list-style: none !important;
}

/****** Vendor Page ****/

.vendor-business-name{
	font-size:20px;
	line-height: 22px;
	text-align: center;
    padding: 10px;
}

.vendor-phone{
	text-align: center;
	font-size: 14px;
}

.vendor-phone a{
	color: #54595F;
}

.vendor-whatsapp-btn a{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    width:100%;
    padding:14px 20px;
    background:#25D366;
    color:#fff;
    text-decoration:none;
    font-size:16px;
    font-weight:600;
    border-radius:8px;
    transition:.3s;
}

.vendor-whatsapp-btn a:hover{
    background:#1ebe5d;
    color:#fff;
}

.vendor-whatsapp-btn i{
    font-size:22px;
}