/*
Royal Read More styles
Version: 1.0
*/
 .royal-show-hide .fusion-column-wrapper {position: relative;overflow: hidden;max-height: 150px;transition: all 0.5s;}.royal-show-hide.active .fusion-column-wrapper:before, .royal-show-hide.active .fusion-text:before {height: 0;}.royal-show-hide.active .fusion-column-wrapper, .royal-show-hide.active .fusion-text {overflow: hidden;max-height: inherit;}.royal-show-hide {display: flex;flex-direction: column;}.royal-show-hide .fusion-column-wrapper:before, .royal-show-hide .fusion-text:before {content: '';position: absolute;width: 100%;height: 70%;bottom: 0;border-radius: 7px;z-index: 20;transition: all 0.2s;background: linear-gradient(180deg,hsla(0,0%,100%,0) 30%,#fff);}.ShowMoreContent.show i {transform: rotate(180deg);}.royal-show-more-btn {margin: 0 auto;z-index: 21;}.ShowMoreContent strong {margin-left: 10px;}.royal-show-more-btn button.ShowMoreContent {font-family: inherit;border: 0;background: none;cursor: pointer;transition: all 0.3s;}.royal-show-more-btn button.ShowMoreContent:hover {color: red;}.royal-show-more-btn .ShowMoreContent i.fas.fa-chevron-down {animation: moreAnimation 1s infinite;}.royal-show-more-btn .ShowMoreContent.show i.fas.fa-chevron-down {animation: moreAnimationRev 1s infinite;}@keyframes moreAnimation {0% , 100% {transform:translateY(0px) }50% {transform:translateY(4px) }}@keyframes moreAnimationRev {0% , 100% {transform:translateY(0px) scaleY(-1);}50% {transform:translateY(-4px) scaleY(-1);}}