/* Enter Your Custom CSS Here */
span.highlight_blue {
 	background: #0088cc; 
  color: #fff;
  padding: 0 5px;
}

.technologies_row {
    display: flex;
    align-items: center;
}
.technologies_row img {
    max-height: 160px;
    width: auto;
}

.skill_item img {
    max-width: 150px;
}
.skill_item .et_pb_main_blurb_image {
    margin-bottom: 15px;
}
.skill_item .et_pb_blurb_description {
    position: absolute;
    color: #fff;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    display: none;
}
.skill_item .et_pb_blurb_description p {
 	padding: 15px 10px; 
}
.skill_item:hover .et_pb_blurb_description {
    background: #0088cc;
    display: flex!important;
}

/* Custom style hr */
hr {
      border: 0!important;
    height: 1px!important;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0))!important; 
}