/*=============================================*/

/* Screenwriting Newsletter Popup */

/*=============================================*/



.popup_text_content {
    margin-bottom: 0px !important;
}

#popmake-46909 .popmake-close {
    border-radius: 0 6px 0 6px !important;
}

.newsletter_popup_form .gfield_label {
    margin-top: 0px !important;
}

.newsletter_popup_form .gform_footer {
    padding-bottom: 0px !important;
}

.newsletter_popup_form input[type=submit] {
    padding: 10px 22px;
    border-radius: 4px;
    background: #120d66;
    color: white;
    border: none;
    cursor: pointer;
}
.newsletter_popup_form input[type=submit]:hover {
    background: #4d43e7 !important;
}

.newsletter_popup_form .ginput_container input {
    background-color: rgba(0,0,0,.04);
    border-radius: 4px;
    border: 2px solid transparent;
}

.newsletter_popup_form .ginput_container input:focus {
    border-color: #120d66;
}

/* This is from Popup Maker to remove accessibility outline on popups*/
.pum-content.popmake-content:focus-visible, 
.pum-content *:focus,
.pum-overlay .pum-content
{
	outline: none !important;
}

@media not all and (min-resolution:.001dpcm) { 
    @supports (-webkit-appearance:none) {
        .pum-overlay .pum-content {
            outline: none !important;
        }
    }
}
/* end Popup Maker code*/