/*
Theme Name: QuinteroSolar
Description: Tema para QuinteroSolar
Author: Dayron Ramida Coll
Version: 1.0
Text Domain: dv
*/

/* custom css for this theme */

.header .sidebar-header{
  display: inline-block;
  vertical-align: top;
}
.header .sidebar-header ul{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 25px;
}
.header .sidebar-header ul li{
  margin: 0 0 0 15px;
}

@media (max-width: 767px){ 
  .header .top-bar .sidebar-header{
    display: none;
  }
  .header .sidebar-header ul li{
    margin: 0 8px;
  }
}