/*
 Theme Name:   Hueman Child
 Theme URI:    http://LibreELEC.tv/
 Description:  Hueman Child Theme for LibreELEC.tv
 Author:       LibreELEC
 Author URI:   http://LibreELEC.tv
 Template:     hueman
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         LibreELEC
 Text Domain:  hueman-child
*/

body {
	font-weight: 400;
}

#footer-bottom #copyright {
	color: #ccc;
	font-size: 20px;
	font-weight: bold;
}

#footer-bottom #copyright,
#footer-bottom #credit {
	color: #fff;
	color: rgba(255, 255, 255, 0.5);
	line-height: 2.1em;
}

/* arrows: http://codepen.io/vkjgr/pen/VYMeXp */
select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  width: 21em;
}
 
select.minimal:focus {
  border-color: orange;
  outline: 0;
}
 
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

#minimal-1016 {
  margin: 0 auto;
}
