div.ccm-page .card-title {
	color: #fff;
  padding-left: 30px;
  
}

div.ccm-page .card-title:before {
  color: #fff;
  position: absolute;
  font-family: "themify";
  content: "";
  font-size: 20px;
  top: 50%;
  left: 15px;
  color: #fff;
  transform: translateY(-50%);
}

div.ccm-page .overflow-hidden {
  	position: relative;
}

div.ccm-page .card-body {
  	position: absolute;
    height: 60px;
  	bottom: 0;
    left: 0;
    right: 0;
  	z-index: 2;
  	background: rgba(0,111,216,.8);
}