/* remove space between first row to bottom of menu and last row to top of footer */
#main {
  padding-top: 0;
  padding-bottom: 0;
}
/* contact form links */
.contact-ph, a:hover a:visited a:active a:link {
	font-size:22px!important;
  color: black!important;
}
.contact-em, a:hover a:visited a:active a:link{
	font-size:22px!important;
  color: black!important;
}
/* full width menu */
body.responsive.layout-full #page-wrapper header#masthead .site-navigation .full-container {
  max-width: 100%;
}
/** remove padding and go full width **/
#masthead, .hgroup, #main{
  max-width: 100%!important;
  padding:0px!important;
}
/* a little padding around logo or title */
.logo, .logo img{
  padding:5px!important;
}
.menu li {
  margin-top: 15px!important;
}
/* fix left and righ margin after WP upgrade */
.main-navigation {
  margin:0!important;
}
/* pad site title */
.main-navigation .site-title {
  padding: 0px;
  font-size: 20px !important;
  font-weight: bold!important;
}
.layout-full .panel-row-style {
  background-size: cover;
  padding-top: 0px!important;
  padding-bottom: 0px!important;
}
/* position the background baloon image - ignore the code warning */
.image-baloon .sow-slider-image {
  background-position-y: 70%!important;
}
/* Phone Size customizations */
@media (max-width: 680px){
.sow-submit-wrapper.sow-submit-styled {
  text-align: center;
  }
}