/* Copyright Shortcode */
.blaze-pop {
  position:relative;
}

.tool {
  position: absolute;
    left: -60px;
    text-align:center;
    width: 200px;
    max-height:210px;
    background: url('../images/web/shortcodes/gradient.jpg') repeat-x;
    padding: 5px 10px 10px;
    border-radius: 3px;  
    z-index:99999999999999999;
}

.tool .blz-img {
    display: block;
        margin: .5em auto .8em auto !important;
    background: url('../images/web/shortcodes/blaze-sm.png');
    width:100px;
    height:112px;
}

.tool span {
    color: #fff;
    text-align: center;
    font-family: inherit;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.02em;
}

.tool:after {
    position: absolute;
    content:'';
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    border-top: 10px solid #E94F1C;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    width: 0;
    height: 0;
}