/* purgecss start ignore */
.ig_popup.ig_inspire {
    @apply bg-white;
    color: #444;
}

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

.ig_popup.ig_inspire .ig_image {
    @apply float-left;
}

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

.ig_popup.ig_inspire .ig_button, 
.ig_popup.ig_inspire input[type="submit"], 
.ig_popup.ig_inspire input[type="button"] {
    @apply text-white align-middle font-bold not-italic no-underline text-center opacity-100;
    /*background: #78ac06;*/
    background: #82AD23;
    font-size: 2em;
    /*font-weight: 100;*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    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{
    @apply font-normal shadow-none;
    border-top: none;
}

.ig_popup.ig_inspire .ig_close {
    @apply m-0 top-0 right-0;
    background-position: -763px center;
    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; 
    }
}

/* purgecss end ignore */