/* logo responsivo */
@media only screen and (max-width:767px){
.logo img{
display:none!important;
}
.logo{
margin-bottom:-15px;
background-image:
url(‘http://hergonomica.com.br/wp-content/uploads/2017/03/Logo-02-300×70.png’);
background-repeat: no-repeat;
background-size:100%;
background-position:100%;
max-width:300px
}
}
#clientes .slide-entry,
#about .slide-entry{
background:white;
min-height:100px!important;
width:24%!important;
margin:1%;
padding:10%!important;
border:solid thin #eee;
}
@media (max-width: 767px){
#clientes .slide-entry,
#about .slide-entry{
width:48%!important;
}
h2{
font-size:20px!important;
}
  .iconbox_icon{
float:left!important;
height:35px!important;
width:35px!important;
padding:0px!important;
margin-bottom:0px!important;
margin-top:-5px!important;
line-height:35px!important;
font-size:20px!important;
margin-right:10px!important;
}
.iconbox_content_title, .iconbox_content_container {
text-align:left}
}
#clientes .slide-entry img,
#about .slide-entry img{

max-height: 65px!important;
max-width: 90%!important;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto!important;
position: absolute!important;

}
.template-page.content h1, .template-page.content h2{
margin-bottom:1.5em!important;
}
.iconbox_icon:hover{
border-color:#456480!important;
background-color:#fff!important;
color:#456480!important;
}