/* Formularz Kontaktowy*/

@font-face{
	font-family:Emmet;
	src:url('https://magicznykufer.pl/wp-content/themes/Divi-Child-Theme/fonts/Emmet.ttf');
}

textarea.wpcf7-textarea, input.wpcf7-text{
	border:solid 1px !important;
	font-size:15pt;
	padding:10px;
	max-width:100%;
}

textarea.wpcf7-textarea:hover, textarea.wpcf7-textarea:focus, input.wpcf7-text:hover, input.wpcf7-text:focus{
	border:solid 1px #ff1a1a !important;
}

div.FormContainer{
	margin:15px auto;
	max-width:600px;
}

@media only screen and (max-width: 980px) {
	div.FormContainer{
		max-width:800px;
	}
}

input.wpcf7-submit{
	font-size:16pt;
	padding:5px 20px;
}

.term-description{
	margin-bottom:15px;
}

.term-description p{
	line-height:1.5;
	font-size:18px;
	color:#0f0f0f;
	text-align:left;
}

/* MK 08-06: bylo globalne li{font-size:11pt!important} (cruft + literowka "uli") -> zawezone do list w opisach kategorii, dopasowane do .term-description p */
.term-description li{
	line-height:1.5;
	font-size:18px;
	color:#0f0f0f;
}

p.woocommerce-result-count {
	display:none;
}
