/* Royal Read More styles Version: 1.2 */
.royal-show-hide .fusion-column-wrapper{position:relative;overflow:hidden;max-height:150px;transition:all .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}.fusion-builder-row .fusion-layout-column.royal-show-hide .fusion-column-wrapper{margin:0;overflow:hidden}.royal-show-hide .fusion-column-wrapper:before,.royal-show-hide .fusion-text:before{content:'';position:absolute;width:100%;height:70%;bottom:0;z-index:20;transition:all .2s;background:linear-gradient(180deg,hsla(0,0%,100%,0) 50%,var(--royal-show-hide-cover-color))}.ShowMoreContent.show i{transform:rotate(180deg)}.royal-show-more-btn{z-index:11}.ShowMoreContent strong{margin-left:10px}.royal-show-more-btn button.ShowMoreContent{padding:0;font-family:inherit;border:0;background:none;cursor:pointer;transition:all .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)}}