/* Beginning of Ticket 1225580 - Steve 15 Jul 2024 */

/* https://zenfolio.zendesk.com/agent/tickets/1225580 */

/* To reduce space between Header and Header Text on Gallery Page */

.header{
  margin-bottom:0!important;
}

.title-element .text{
  margin:0 auto!important;
}

.social{
  padding-bottom:10px!important;
}

/* reduce space horizontally for Site Menu items */

.menu .menu-item {
  padding: 0 20px 0 10px;
}
  
/* End of Ticket 1225580 */