/**
 * CSS for both Frontend+Backend.
 */
.tpgb-plus-button .animted-content-inner {
	position: relative;
	display: inline-block;
}
.tpgb-plus-button .button-link-wrap {
    position: relative;
    display: inline-block;
	width: 100%;
    padding: 15px 30px;
    font-size: 16px;
    line-height: 25px;
	text-decoration:blink;
    cursor: pointer;
    color: #fff;
}
.tpgb-plus-button .button-link-wrap .btn-icon {
    vertical-align: middle;
}
.button-link-wrap .button-after {
    margin-left: 10px;
}
.button-link-wrap .button-before {
    margin-right: 10px;
}
.button-link-wrap img.btn-icon {
    width: 20px;
}
.tpgb-plus-button{
    line-height: 0;
}
/* Button Fancy Box Css */
.tpgb-btn-fpopup{
    padding: 0px;
    display: none;
}
.tpgb-button-fancy .fancybox-close-small:hover{
    background: none;
}
.tpgb-button-fancy .fancybox-close-small svg path{
    fill: #000;
}