/* =WordPress Core
-------------------------------------------------------------- */

.header-updates .contact-form input[type="submit"]:hover{
	color: #fff;
	background:#254970 url(images/mail.svg) no-repeat 93% 50%;
	background-size: 24px 20px;
	transition: background 0.3s, color 0.3s;
}

.blog-page .cat-filter .term-archive,
.events-filters .cat-filter .term-archive{
	z-index: 10;
}

@media only screen and (max-width:1023px){
	.header-updates .contact-form input[type="submit"]:hover{
		color: #fff;
		background:#254970 url(images/mail.svg) no-repeat 96% 50%;
		background-size: 24px 20px;
	}
}