/**
 * Theme Name: LMF Commercial
 * Description: Child theme for LMF Commercial
 * Author: Fantasktic
 * Template: blocksy
 * Text Domain: blocksy
 */


/*
 * .tpc-more {
    display: none;
}
.tpc-more-content.enable:not(.on) {
    position: relative;
    max-height: 280px;
    overflow: hidden;
}
.tpc-more-content.enable:not(.on):after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    content: " ";
    background-image: -webkit-linear-gradient(-90deg, rgba(255,255,255,0) 0, rgba(255,255,255,1) 100%);
    background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0, rgba(255,255,255,1) 100%);
    background-image: linear-gradient(180deg, rgba(255,255,255,0) 0, rgba(255,255,255,1) 100%);
}
.tpc-more.enable {
    display: block;
}
.tpc-more:not(.on) .tpc-btn-less,
.tpc-more.on .tpc-btn-more {
    display: none;
}
*/