/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
.post-item-wrap{
  box-shadow: 5px 5px 3px #F75F6F;
}

.fa-color::before {
  color: #FFA9BC;
}


h3:not(:last-child), .h3:not(:last-child) {
  margin-bottom: 0px;
}
.line {
  margin: 10px 0;
}

#contact{
  position:relative;
}
#contact::after{
  content: "";
  background-image:url("../images/flower.jpg")!important;
  background-size: cover;
  opacity: 0.4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.audio-title{
  margin-bottom: 0!important;
}

.composer{
  font-size:0.9em;
}