/* Make input fields on contact page full width */
label {
	width: 100%;
}

/* Hide author in news posts */
.group-blog .entry-header .posted-by {
        display: none;
}

/* Display any element of choice */
.invisible {
  display: none !important;
}

/* Reduce header height from 700px 
.admin-bar.mid-height-header .site-header {
    min-height: 400px;
} 
*/