/* text-justify extra class to justify text content */
.text-justify, .single-portfolio-item p {
    text-align: justify;
}

/* Show portfolio category text on mobiles because hover doesn't work on mobile */
@media only screen and (max-width: 1024px) {
    .mkdf-portfolio-category-list-holder article .mkdf-pcli-text-holder {
        opacity: 1;
        background-color: rgba(0,0,0,.4);
    }
}

/* Hide the amount on pricing tables */
.mkdf-pt-price {
    display: none !important;
}
