
.fully-content{
    overflow: hidden;
    transition: height 500ms;
}


#info + .readmore-js-toggle {
    padding-bottom: 1.5em;
    border-bottom: 1px solid #999;
    font-weight: bold;
}

.white-shadow{
    position:relative;
    display: block;

}

.readmore-links{
    color: #5f1c57;
    text-decoration: underline;
    text-align: center;
}

.readmore-links i{
    padding-left:5px;
}

.white-shadow:after{
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 85%);
    bottom: 100%;
    content: '';
    display: inline-block;
    height: 150px;
    position: absolute;
    right: 0;
    width: 100%;
}


