

.wp-bottom-menu-item {
display: flex;  
align-items: center;  
justify-content: center; 
}
.wp-bottom-menu-item span {
font-size: 11px;  
font-weight: bold;  
color: #333;  
text-decoration: none;  
display: inline-block;  
margin-left: 2px;  
}
.wp-bottom-menu-item.wp-bottom-menu-search-form-trigger span {
font-size: 11px;  
font-weight: bold;  
color: #333;  
text-decoration: none; 
}