/*
Theme Name: Il Mercato dei Borghi - Aquino
Theme URI: https://github.com/SimonPadbury/b5st
Template: b5st-main
Author: Demetra SPV
Author URI: http://simonpadbury.github.io
Description: Tema di wordpress per Il Mercato dei Borghi
Version: 1.3.1.1686038575
Updated: 2023-06-06 08:02:55

*/


/* contact form 7 */

.gen-info-form label{
	display: block;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -10px;
    color: #7a5653;
}

.wpcf7-text {
	display: block;
    width: 100%;
    height: 40px;
	padding-left: 10px;
}

.wpcf7-select {
	display: block;
    position: relative;
    margin: 0;
    min-width: 100%;
    height: 40px;
	padding-left: 10px;
}

.gen-info-form textarea{
	display: block;
    width: 100%;
    overflow: auto;
    font-size: 14px;
    line-height: 19px;
	padding-left: 10px;
}


/* i banchi: filtro categorie */
.banchi-filter ul.wpr-grid-filters li {
	position:relative;
}
.banchi-filter ul.wpr-grid-filters li span:before {
	content: " ";	
	background-size: auto;
	width: 100%;
	height: 64px;
	position: absolute;
	top: -70px;
	left: 0;
	background-size: contain;
}

.banchi-filter span[data-filter='.category-accessori-per-la-casa']:before {
	background: url('/wp-content/uploads/2023/11/categoria-casa.png') no-repeat center;
}

.banchi-filter span[data-filter='.category-alimentari']:before {
	background: url('/wp-content/uploads/2023/11/categoria-alimenti.png') no-repeat center;
}

.banchi-filter span[data-filter='.category-casalinghi-giocattoli']:before {
	background: url('/wp-content/uploads/2023/11/categoria-casalinghi-giocattoli.png') no-repeat center;
}

.banchi-filter span[data-filter='.category-frutta-e-verdura']:before {
	background: url('/wp-content/uploads/2023/11/categoria-frutta-e-verdura-1.png') no-repeat center;
}

.banchi-filter span[data-filter='.category-moda-e-accessori']:before {
	background: url('/wp-content/uploads/2023/11/categoria-moda.png') no-repeat center;
}

