/* purgecss start ignore */
.ig_popup.ig_air-mail {
    @apply relative border-solid;
    border-width: 8px;
    /*white/blue/red border*/
    -moz-border-image: -moz-repeating-linear-gradient(45deg, #a83439, #a83439 10px, #fdfdfd 10px, #fdfdfd 20px, #2f4175 20px, #2f4175 30px, #fdfdfd 30px, #fdfdfd 40px) 8 round;
    -webkit-border-image: -webkit-repeating-linear-gradient(45deg, #a83439, #a83439 10px, #fdfdfd 10px, #fdfdfd 20px, #2f4175 20px, #2f4175 30px, #fdfdfd 30px, #fdfdfd 40px) 8 round;
    -o-border-image: -o-repeating-linear-gradient(45deg, #a83439, #a83439 10px, #fdfdfd 10px, #fdfdfd 20px, #2f4175 20px, #2f4175 30px, #fdfdfd 30px, #fdfdfd 40px) 8 round;
    border-image: repeating-linear-gradient(45deg, #a83439, #a83439 10px, #fdfdfd 10px, #fdfdfd 20px, #2f4175 20px, #2f4175 30px, #fdfdfd 30px, #fdfdfd 40px) 8 round;
    /*border-image: url(../../../assets/images/air-mail-border.png) 8 repeat ;*/
    background-color: #fdfdfd;
    color: #707070;
}
/*
.ig_popup.ig_air-mail .ig_bg_overlay{
    display: block;
    background: -webkit-linear-gradient(top, transparent 0%, #888 30%, #888 70%,  transparent 100%);
    background: -o-linear-gradient(top, transparent 0%, #888 30%, #888 70%,  transparent 100%);
    background: -moz-linear-gradient(top, transparent 0%, #888 30%, #888 70%,  transparent 100%);
    background: linear-gradient(top, transparent 0%, #888 30%, #888 70%,  transparent 100%); 
    opacity: .1;
}*/

.ig_popup.ig_air-mail .ig_headline {
    @apply text-center;
    padding: .5em;
    font-size: 2.5em;
    color: #2C4A9D;
    /*font-weight: 400;*/
    /*text-shadow: 0 1px 0 rgba(0, 0, 0, .5);*/
}

.ig_popup.ig_air-mail .ig_image {
    @apply float-right;
}

.ig_popup.ig_air-mail .ig_message {
    padding: .2em 2em .8em 2em;
    font-size: 1.2em;
    /*text-align: center;*/
}

.ig_popup.ig_air-mail .ig_close {
    @apply m-0 top-0 right-0;
    background-position: -520px center;
    opacity: .35;
}
.ig_popup.ig_air-mail .ig_close:hover {
    @apply opacity-75;
    background-position: -520px center;
}

.ig_popup.ig_air-mail .ig_button,
.ig_popup.ig_air-mail input[type="submit"],
.ig_popup.ig_air-mail input[type="button"] {
    @apply w-1/2 uppercase font-semibold text-center border-none;
    /*background: #e74d3c;*/
    background: #D82931;
    color: #FFF;
    border-radius: 4px;
    font-size: 1.5em;
    margin: .8em auto 1.2em auto;
    padding: .5em .15em;
    /*border-top: 3px solid #c0392b;*/ /*replacement for hover*/
    /*border-bottom: 3px solid #c0392b;*/ /*replacement for hover*/
}

.ig_popup.ig_air-mail .ig_button:hover,
.ig_popup.ig_air-mail input[type="submit"]:hover,
.ig_popup.ig_air-mail input[type="button"]:hover {
    /*margin: 7px auto 17px auto;*/
    /*border-top: 3px solid #c0392b;*/
    /*border-bottom: 3px solid #c0392b ;*/
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);

}

.ig_popup.ig_air-mail .ig_button:active,
.ig_popup.ig_air-mail input[type="submit"]:active,
.ig_popup.ig_air-mail input[type="button"]:active{
    @apply shadow-none;
    /*margin: 10px auto 20px auto;*/
    /*border: none;*/
}


/****************** Embed Form: Start *******************/

.ig_popup.ig_form_right.ig_air-mail .ig_form_container.layout_right{
    padding-top: 1.5em; 
}
/*
.ig_popup.ig_air-mail .ig_form_container .ig_button{
    width: 98%;
}
.ig_popup.ig_form_right.ig_form_style_4.ig_air-mail .ig_close,
.ig_popup.ig_form_right.ig_form_style_4.ig_air-mail .ig_close:hover{
    margin: -32px -32px 0 0;
    top: 2em;
    right: 2em;
}
*/

/****************** Embed Form: End *******************/

@media only screen and (max-width: 850px){
    .ig_popup.ig_form_right.ig_air-mail .ig_form_container.layout_right{
        padding-top: 1em; 
    }
}
/* purgecss end ignore */
