/*
Theme Name: TownHub Child
Theme URI: https://townhub.cththemes.com
Author: CTHthemes
Author URI: http://themeforest.net/user/cththemes/
Description: TownHub – Directory & Listing WordPress Theme is perfect if you like a clean and modern design. This theme will help you create, manage and monetize a local or global directory site.
Version: 1.0.1
Tags: custom-background, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, translation-ready
Template: townhub
Text Domain: townhub-child
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/* =Theme customization starts here
------------------------------------------------------- */

/* #241 Bug 5/11 — testimonial avatars: cover-crop landscape imgs into circle */
.testi-avatar img,
.team-photo img,
.testimonilas-carousel img.attachment-thumbnail,
.testi-item img {
    object-fit: cover !important;
    object-position: center top !important;
    height: 100% !important;
    width: 100% !important;
}
.testi-avatar {
    overflow: hidden;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
}

/* #241 M28 / Bug 12 — listing card author avatars: hide demo's smiling-man
   default. Each B2B carrier listing doesn't need an author avatar on the
   card thumbnail. The avatar can come back later when authors set proper
   gravatars OR when portchief-core plugin adds PortChief-neutral defaults. */
.geodir-category-img .post-author,
.listing-item .post-author,
.listing_carditem .post-author,
.geodir-category-img-wrap + .post-author,
.geodir-category-listing .geodir-category-img-wrap + .post-author,
.listing-slider-item .post-author {
    display: none !important;
}