/* =WordPress Core
-------------------------------------------------------------- */
#content .pdfprnt-top-right{
	padding: 0;
}
#content > .top-bar .btn-holder a img{
	display: none !important;
}
#content .pdfprnt-top-right a{
	background: #fff url(images/printer.svg) no-repeat 50% 50% / 20px 20px !important;
	border-left: 1px solid #f2f2f2 !important;
	margin: 0 !important;
}
#content .pdfprnt-top-right a:first-child{
	background: #fff url(images/acrobat-pdf.svg) no-repeat 50% 50% / 16px 20px !important;
}
.widget .btn-find-agency .fa{
	right: 12px;
}
#content .search-form input[type="search"]{
	font-size: 14px;
	height: 31px;
}
@media (max-width: 767px) {
	#content > .top-bar .btn-holder{
		display: none;
	}
	#content .search-form{
		font-size: 14px;
		max-width: 100%;
	}
	#content .search-form input[type="search"]{
		font-size: 14px;
		height: 31px;
	}
}