/*
 Theme Name:   Hueman Child
 Theme URI:    http://itsdanbull.com
 Description:  Hueman Child Theme
 Author:       Aaron Hill
 Author URI:   http://amhill.net
 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:         light, one-column, two-columns, three-columns, right-sidebar, left-sidebar, fluid-layout, fixed-layout, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  hueman-child
*/

h2.album-title {
  margin: 8px 0;
  margin-left: 16px;
  font-size: 24px;
}
.entry img.albumcover {
  width: auto;
  float: left;
  margin-top: 0 !important;
}

body.page-template-song-page .sidebar-content img.attachment-thumbnail {
  margin: 24px 0 0 24px;
}

img.album-thumb {
  margin: 4px;
  float: left;
}

ol.tracklist {
  list-style-type: decimal;
  margin-left: 24px;
  padding-left: 16px;
}
ol.tracklist li {
}
ol.tracklist li.current_page_item {
  font-weight: bold;
  list-style-type: circle;
}
.commerce_links {
  margin-left: 24px;
  margin-top: 24px;
  width: 100%;
}
.commerce_links h3 {
  font-size: 20px;
}
.commerce_links ul {
  list-style-type: none;
  margin: 0;
  width: 100%;
}
.commerce_links ul li {
  list-style-type: none;
}
.sidebar-content .commerce_links ul li {
  display: inline;
  float: left;
  width: 50%;
}
ul.social-links li a i.fa {
  background-color: white;
  border-radius: 4px;
}

i.fa {
  margin-right: 12px;
}
i.fa-spotify {
  color: #81b71a;
}
i.fa-music {
  color: #FF1493;
}
i.fa-headphones {
  color: #FCA329;
}
i.fa-cart-arrow-down {
  color: #146eb4;
}
