.ig_popup.ig_inspire {
    background: #FFF;
    color: #444;
}

.ig_popup.ig_inspire .ig_headline {
    color: #82AD23;
    text-align: center;
    padding: .8em .8em .3em .8em;
    font-size: 2.5em;
}

.ig_popup.ig_inspire .ig_image {
    float: left;
}

.ig_popup.ig_inspire .ig_message {
    padding: 0.8em 2em;
    font-size: 1.25em;
    /*font-weight: 400;*/
    text-align: justify;
    /*text-align: center;*/
}

.ig_popup.ig_inspire .ig_button, 
.ig_popup.ig_inspire input[type="submit"], 
.ig_popup.ig_inspire input[type="button"] {
    /*background: #78ac06;*/
    background: #82AD23;
    color: #fff;
    vertical-align: middle;
    font-size: 2em;
    /*font-weight: 100;*/
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    width: 55%;
    line-height: 1.2em;
    padding: 0.5em;
    margin: .5em auto 1em auto;
    border-top: none;
}
.ig_popup.ig_inspire .ig_button:hover,
.ig_popup.ig_inspire input[type="submit"]:hover,
.ig_popup.ig_inspire input[type="button"]:hover{
    border-top: none;
    /*font-weight: 400;*/
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .4);
}
.ig_popup.ig_inspire .ig_button:active,
.ig_popup.ig_inspire input[type="submit"]:active,
.ig_popup.ig_inspire input[type="button"]:active{
    border-top: none;
    font-weight: 400;
    box-shadow: none;
}

.ig_popup.ig_inspire .ig_close {
    background-position: -763px center;
    margin: 0;
    top: 0;
    right: 0;
    opacity: .4;
    height: 24px;
    width: 24px;
    background-color: rgba(0, 0, 0, .45);
}

.ig_popup.ig_inspire .ig_close:hover {
    opacity: .7;
}

/****************** Embed Form: Start *******************/
.ig_popup.ig_form_right.ig_inspire .ig_form_container.layout_right{
    padding-top: 2.5em; 
}

/*.ig_popup.ig_inspire .ig_form_container .ig_button{
    width: 98%;
}*/
/****************** Embed Form: End *******************/

@media only screen and (max-width: 850px){
    .ig_popup.ig_form_right.ig_inspire .ig_form_container.layout_right{
        padding-top: 1em; 
    }
}