/* BLAZE 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;
}

/* CONTACT FORM 7 - On Submit Messages */
div.wpcf7-response-output {
    padding: 0.5em 1em;
    border: none !important;
    margin:0;
}

div.wpcf7-mail-sent-ok {
    background: #4bcc13;
    color:#fff;
}

div.wpcf7-mail-sent-ng {
    background: #c00505;
    color:#fff;
}

div.wpcf7-spam-blocked {
    background: #ffa500;
}

div.wpcf7-validation-errors {
    background: #c00505;
    color:#fff;
}

.wpcf7-not-valid-tip {
    color: #c20707 !important;
    text-decoration: underline;
}

.wpcf7-not-valid {
    margin-bottom: 0 !important;
}