/*!*****************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/pages/css/venues-search-form.css ***!
  \*****************************************************************************************************/
.page-desc .icon {
	margin: 0 0 0 5px;
}
#contact-us {
	display: none;
}
/* #Tablet (Portrait) */
@media only screen and (max-width: 1024px) {}

/* #Mobile (Landscape) */
@media only screen and (max-width: 768px) {
	.page-tools {
		flex-direction: column-reverse;
	}
}

/* #Mobile (Portrait) */
@media only screen and (min-width: 0px) and (max-width: 480px) {}
