/*
 Theme Name:   NEWWA Child Theme
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Liberty Digital Marketing
 Author URI:   https://www.libertydigital.net
 Template:     generatepress
 Version:      0.1
*/
.wpc-custom-selected-terms { display: none !important}
@media (max-width: 768px) {
    .inside-header {
        flex-direction: row!important 
    }
	.gb-container-74ac3c5f { padding-top:60px!important  }
	.gb-container-a02aa397 { margin-bottom:60px!important  }
}
.gb-container-d5a9f33d:before { 
    background-image: url(https://www.newwa.org/wp-content/uploads/2023/07/new-england-water-works-association-homepage-hero.jpg)!important;
}

.custom-button { background: #006699; color:#fff; padding:15px 20px; margin:10px 0px 0px; display:inline-block}
.custom-button:hover { background: #22b24c; color:#fff }

.team-member {
  position: relative;
  display: inline-block;
}

.team-member img {
  display: block;
	max-width:229px!important;
  width: 100%; /* optional */
  height: auto; /* optional */
  transition: opacity 0.4s ease;
}

.team-member .img-hover {
  position: absolute;
  top: 20px;
  left: 20px;
  opacity: 0;
}

.team-member:hover .img-hover {
  opacity: 1;
}

.team-member:hover .img-default {
  opacity: 0;
}
