/*logo shrink size*/
.fl-theme-builder-header-shrink .fl-photo-img{
max-height: 110px !important;
}



/*staff cards*/
.pp-content-grid-post.pp-grid-custom {font-size:inherit;}

/*search placeholder text*/
.pp-search-form__input::placeholder {opacity: 1 !important;}

.sr-only{color:black;}

label.pp-screen-reader-text{background-color:white;}

/*hide top level divider*/
#menu-main-menu > li   {border-color:transparent;}

/*mobile dropdown arrow*/
@media (max-width: 1189px) {
 .fl-menu-horizontal.fl-toggle-arrows .fl-menu-toggle{width:60px !important;}
}