/************* 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);
}
.sr-only {  
    position: absolute;  
    width: 1px;  
    height: 1px;  
    padding: 0;  
    margin: -1px;  
    overflow: hidden;  
    clip: rect(0, 0, 0, 0);  
    border: 0;  
}
.parent:hover p {
    color:rgb(255, 69, 0) !important;
}
