/************* ACCORDIONS *************/
.plus-x, 
.creative-accordion {
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    cursor: pointer;
}
.plus-x p:before {
    content:'\002B';
}
.rotated .plus-x {
    transform: rotate(45deg) scale(1.1);
}
