/* Enter Your Custom CSS Here */
.highlight-text div h2{
    color: #fff;
    font-size: 2.5em !important;
    background-color: rgba(0,0,0,0.7);
    width: 30%;
    padding: 10px 0px 15px 20px;
}
.highlight-text div p{
    color: #fff;
  	font-size: 1em !important;
  	width:70%;
    background-color: rgba(0,0,0,0.7);
    padding: 10px 0px 15px 20px;
}

.highlight-block{
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    margin-left: 30px;
    padding: 30px;
}

.highlight-block .fusion-column-wrapper .fusion-title h2{
  	color: #fff;
    font-size: 2.5em !important;
  line-height:normal !important;
}

.fusion-read-more{display:none;}

.portfolio-half .post-slideshow{
  max-width:40%;
}

.portfolio-half .project-content{
  width:55%;
}