/**
* Theme Name: Goldsmith Child
* Theme URI:  http://ninetheme.com/
* Description: This is a child theme of Goldsmith.
* Author: <a href="http://ninetheme.com/about">Ninetheme</a>
* Author URI: http://ninetheme.com/about
* Template: goldsmith
* Version: 1.3.7
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tested up to: 6.5
* Requires PHP: 7.4
* Tags: custom-colors, custom-menu, editor-style, featured-images, post-formats, threaded-comments, translation-ready
* Copyright: ninetheme.com
*/

.wp-child-theme-goldsmith-child .goldsmith-category-item .goldsmith-category-thumb {
    border: 2px solid var(--goldsmith-gray);
    border-radius: 0;
    position: relative;
    padding-bottom: 0;
	overflow: hidden;
}

.wp-child-theme-goldsmith-child .goldsmith-category-item .goldsmith-category-thumb:hover img {
	transform: scale(1.2);
}

.wp-child-theme-goldsmith-child .goldsmith-category-item .goldsmith-category-thumb img {
	aspect-ratio: 1;
	transform: none;
    border-radius: 0;
	max-width: 100%;
	position: initial;
    object-fit: cover;
	transition: all 300ms ease-in-out;
}

.wp-child-theme-goldsmith-child .goldsmith-type-button .type-button {
    color: var(--goldsmith-dark);
    background: var(--goldsmith-light);
}

.goldsmith-header-content>div {
    flex: 0 0 auto!important;
}

.wp-child-theme-goldsmith-child .woocommerce-breadcrumb {
    font-size: 12px;
    margin-bottom: 15px;
    color: var(--goldsmith-dark);
}

.wp-child-theme-goldsmith-child .woocommerce-breadcrumb >a {
    letter-spacing: 0;
}

.wp-child-theme-goldsmith-child .goldsmith-post-author {
    display: none;
}