/**
  * =TEMPLATES
  */
#singles-container .section {
  position: relative;
}
#singles-container .section .section-edit {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 10px 0 6px;
  font: 400 13px/32px "Open Sans", sans-serif;
  letter-spacing: normal;
  line-height: 32px;
  color: white;
  background-color: #222222;
  z-index: 450;
}
#singles-container .section .section-edit:before {
  content: '\f464';
  position: relative;
  top: 2px;
  float: left;
  margin-right: 6px;
  padding: 4px 0;
  font: 400 20px/1 dashicons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #999999;
  speak: none;
  background-image: none!important;
}
#singles-container .section .section-edit:focus,
#singles-container .section .section-edit:hover {
  background: #333;
  color: #2ea2cc;
}
#singles-container .section .section-edit:focus:before,
#singles-container .section .section-edit:hover:before {
  color: #2ea2cc;
}
