/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* -------------------------------------------------------------------------
 * Taxonomy logo shortcode — see [taxonomy_logo] in functions.php.
 * The shortcode emits only classes and a --taxonomy-logo-max-width custom
 * property; the rules that act on them live here.
 * ---------------------------------------------------------------------- */
.taxonomy-logo-wrap {
	display: block;
}

.taxonomy-logo-wrap--left {
	text-align: left;
}

.taxonomy-logo-wrap--center {
	text-align: center;
}

.taxonomy-logo-wrap--right {
	text-align: right;
}

.taxonomy-logo-image {
	max-width: var(--taxonomy-logo-max-width, 100%);
	height: auto;
}