/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.single-post .entry-meta {
	display:none;
}

.entry-meta-list .meta-author {
	display:none;
}


.filter-swatch span,
.swatches-on-grid .swatch-on-grid,
.swatches-on-single .swatch-on-single {
	border: 1px solid grey;
}

.wd-header-text .wpml-ls-legacy-dropdown {
    width: 70px;
}

.wd-header-nav.wd-header-nav-wmpl {
	flex: 0 1 auto;
}

/* ==========================================================================
   Zones cibles tactiles sur mobile
   Audit Lighthouse "target-size" / WCAG 2.5.8 : toute cible tactile doit
   mesurer au moins 24 x 24 px.
   ========================================================================== */

@media (max-width: 768px) {

	/* Bannieres promo entierement cliquables (.wd-with-link) : le lien
	   "En savoir plus" qu'elles contiennent est recouvert par le lien
	   invisible qui occupe toute la banniere, il ne peut donc jamais
	   recevoir le tap. On le masque sur mobile, comme Woodmart le fait
	   deja sur tablette (.wd-hide-md-sm, 769-1024px) : la banniere entiere
	   reste cliquable. */
	.promo-banner.wd-with-link .banner-btn-wrapper {
		display: none !important;
	}

	/* Menus du pied de page : les liens font ~20px de haut et se touchent.
	   On les passe a 30px sans changer la position du texte. */
	.footer-widget ul.menu > li > a {
		display: inline-block;
		min-height: 24px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}