/* Hide border inside Pricing Table for Gap Element */
.pricing-table-items .gap-element {
    border: unset!important;
}

/* fix featured box unnecessary padding */
.custom-featured-box img {
    padding-top: 0px!important;
}

/* fix custom featured box when there is border for left aligned box */
.custom-featured-box .icon {
    position: relative!important;
}

.custom-title i {
    margin-right: .3em;
}
 

.uxb-particles:before {
	content:"Open site to see the particle effect";
    height: 30px;
    opacity: .8;
    display: block !important;
    width: 100% !important;
    margin-bottom: -30px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAfFq4wZUcSKVxkz9IadRQhCBUCKIIJIAhBBNAGQIABh4g1WC/w5bAAAAABJRU5ErkJggg==);
    background-color: rgba(0,115,170,.2);
    border: 1px solid rgba(0,115,170,.2);
    position: absolute;
    z-index: 999999;
    text-align: center;
    color: currentColor;
}