.menu-item img._mi {
  height: 20px;
  width: 20px;
  color: #ffffff;
}
body.login{
  background-image: url('https://realcemoveis.com.br/wp-content/uploads/2016/10/realce-logo-v0.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
.gallery-item {
    margin: 10px;
}
@media all and (max-width: 768px) {
.gallery-caption { display: none; }
#h3-head-image-title { display: none; }
}

@media only screen and (min-width:961px) /* and (min-width:1025px) and (min-width:1281px)  */ { /* tablet, landscape iPad, lo-res laptops ands desktops */ 
  
  .sub-menu{
    width: 410px !important;
	}
  .sub-menu-columns ul.sub-menu li {
      display: inline-block;
      float: left;
      width: 200px;
  }
  .sub-menu-columns ul.sub-menu li:nth-child(odd) {
      float: left;
      margin-right: 10px;
  }
  .sub-menu-columns ul.sub-menu li:nth-child(even) {
      float: right;
  }

}