
.widget.EsolEmailSubscribeWidget input[type="email"] {
    width: 125px;
    margin-top: 10px;
}

.widget.EsolEmailSubscribeWidget .g-recaptcha {
    width: auto;
}

form.EsolEmailSubscribeManage h3 {
    padding: 0 0 5px 0;
    margin: 0;
}

form.EsolEmailSubscribeManage fieldset {
    margin: 20px 0;
}

.esol-email-flashmessage {
    margin-bottom: 15px;
}

.esol-overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
    /* critical */
}

.esol-popup {
    width: 50%;
    height: auto;
    position: fixed;
    top: 25%;
    left: 25%;
    background: #ffffff;
    z-index: 15;
    padding: 40px 50px;
    border: 10px solid #aaa;
    font-size: 15px;
    box-sizing: border-box;
}

.esol-popup form.subscribe {
    margin-top: 20px;
}


.esol-popup .g-input:focus::placeholder {
    color: #ccc;
}

@media (max-width: 992px) {
    .esol-popup {
        width: calc(80% - 100px);
        min-height: 300px;
        top: 10%;
        left: 10%;
    }
}

.esol-popup .wapper {
    font-size: 22pt;
    font-family: 'Anonymous Pro', monospace;
    line-height: 1.3
}

.esol-popup h2 {
    font-weight: normal;
    font-size: 16pt;
}

.esol-popup .close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    content: "x";
    font-size: 26px;
    cursor: pointer;
    font-family: 'Verdana';
    color: #aaa;
    font-weight: normal;
    line-height: 1;
}

.esol-popup .close:hover {
    color: #666
}

.esol-overlay form.subscribe .g-recaptcha {
    width: auto;
    border: none;
}

.esol-overlay form.subscribe input.g-input {
    height: 37px;
}

.esol-overlay form.subscribe input.g-full-width {
    max-width: 300px;
}

.esol-overlay form.subscribe label {
    font-size: 16px;
    display: block;
}

.esol-overlay form.subscribe .g-submit-button {
    margin-left: 5px;
}
