.mailpoet_form_columns.mailpoet_stack_on_mobile h1, .mailpoet_form_columns.mailpoet_stack_on_mobile p {
    text-align: center !important;
}

.mailpoet_form_columns p.mailpoet_form_paragraph {
    font-size: 0.88em !important;
}

#mailpoet_form_2 .mailpoet_message {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.mailpoet_form > input[type="hidden"] {
    display: none !important;
}

.mailpoet_message {
    display: none !important;
}

.mailpoet_form.mailpoet_form_successfully_send .mailpoet_message {
    display: block !important;
}

.mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success,
.mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_error {
    position: static !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
}

.mailpoet_form,
.mailpoet_form_html ul,
.mailpoet_form_html ol,
.mailpoet_form_iframe ul,
.mailpoet_form_iframe ol,
.mailpoet_form_html label,
.mailpoet_form_iframe label,
.mailpoet_form_html input,
.mailpoet_form_iframe input {
    font-family: var(--primary-font-family), sans-serif !important;
}

.mailpoet_form > .mailpoet_paragraph {
    width: 450px;
    max-width: 100%;
}

.mailpoet_form > .mailpoet_paragraph.last {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.mailpoet_text {
    display: block;
    width: 100%;
    height: 43px !important;
    box-sizing: border-box !important;
    font-family: inherit;
    font-size: 0.9rem !important;
    font-style: normal;
    font-variant: small-caps;
    font-weight: 400;
    margin: 0 !important;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.7);
    border: 0;
    border-bottom: 1px solid rgba(36, 36, 36, 0.25);
    padding: 10px 10px 10px 0 !important;
    line-height: 100% !important;
    text-indent: 1em;
    box-shadow: none;
    transition: border 0.15s, box-shadow 0.15s;
}

input.parsley-success, select.parsley-success, textarea.parsley-success {
    background-color: #ffffff !important;
    border-color: rgba(36, 36, 36, 0.25) !important;
    color: rgba(0, 0, 0, 0.7) !important;
}

#mailpoet_form_2 .mailpoet_paragraph.custom_mailpoet_input {
    margin-bottom: 0 !important;
}

.mailpoet_text:focus {
    outline: none;
}

.mailpoet_submit {
    width: auto !important;
    background-image: url(https://doleray.com/wp-content/uploads/2024/09/chevron-right-solid.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    height: 41px !important;
    border-style: none;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    position: relative;
    color: #000 !important;
    font-family: var(--primary-font-family), serif !important;
    font-weight: 300 !important;
}

.mailpoet_submit:hover {
    opacity: 0.7;
}

.mailpoet_validate_success, .mailpoet_validate_error {
    font-size: 1.2em !important;
    margin-top: 0 !important;
}

.mailpoet_form_successfully_send .mailpoet_validate_success {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    width: 100%;
}

.mailpoet_form_successfully_send .mailpoet_paragraph:not(.custom_mailpoet_input_wrapper) {
    display: none;
}

.mailpoet_form_html p, .mailpoet_form_html ol, .mailpoet_form_html ul, .mailpoet_form_html li, .mailpoet_form_html dl, .mailpoet_form_html dt, .mailpoet_form_html dd, .mailpoet_form_html blockquote, .mailpoet_form_html figure, .mailpoet_form_html fieldset, .mailpoet_form_html form, .mailpoet_form_html legend, .mailpoet_form_html textarea, .mailpoet_form_html pre, .mailpoet_form_html iframe, .mailpoet_form_html hr, .mailpoet_form_html h1, .mailpoet_form_html h2, .mailpoet_form_html h3, .mailpoet_form_html h4, .mailpoet_form_html h5, .mailpoet_form_html h6, .mailpoet_form_iframe p, .mailpoet_form_iframe ol, .mailpoet_form_iframe ul, .mailpoet_form_iframe li, .mailpoet_form_iframe dl, .mailpoet_form_iframe dt, .mailpoet_form_iframe dd, .mailpoet_form_iframe blockquote, .mailpoet_form_iframe figure, .mailpoet_form_iframe fieldset, .mailpoet_form_iframe form, .mailpoet_form_iframe legend, .mailpoet_form_iframe textarea, .mailpoet_form_iframe pre, .mailpoet_form_iframe iframe, .mailpoet_form_iframe hr, .mailpoet_form_iframe h1, .mailpoet_form_iframe h2, .mailpoet_form_iframe h3, .mailpoet_form_iframe h4, .mailpoet_form_iframe h5, .mailpoet_form_iframe h6 {
    font-family: var(--secondary-font-family), serif !important;
}

input.parsley-error, select.parsley-error, textarea.parsley-error, input.parsley-success, select.parsley-success, textarea.parsley-success {
    background-color: transparent !important;
    color: rgba(0, 0, 0, 0.7) !important;
}

.mailpoet_form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: var(--main-container-size);
    margin: 20px 0 50px;
}

.mailpoet_form .mailpoet_form_columns_container {
    width: 100%;
    margin: 0 15px;
}

.mailpoet_form h1.mailpoet-heading {
    font-family: var(--secondary-font-family), serif !important;
    margin: 0 !important;
    font-size: 1.8em !important;
    line-height: 1.1 !important;
    font-variant: small-caps;
    color: #242424;
}

.mailpoet_form_paragraph {
    font-family: var(--primary-font-family), sans-serif !important;
    color: #242424;
}

.custom_mailpoet_input_wrapper {

}

.custom_mailpoet_input_wrapper .mailpoet_form_column {
    display: flex;
    flex-direction: column;
    flex-grow: unset;
    flex-basis: unset;
}

.custom_mailpoet_input_wrapper .mailpoet_form_column:first-child {
    width: 100%;
}

.custom_mailpoet_input_wrapper .mailpoet_form_column:last-child {
    width: auto !important;
    min-width: 20px;
}

.custom_mailpoet_input {
    width: 100%;
}

.custom_mailpoet_button {
    width: 100%;
}

.parsley-errors-list {
    display: none;
}

.mailpoet_form_successfully_send > .mailpoet_form_columns_container {
    display: none;
}

.mailpoet-manage-subscription input.mailpoet_submit {
    padding: 10px 20px !important;
    border-radius: 20px !important;
    background-color: var(--default-button-background-color) !important;
    color: var(--secondary-text-color) !important;
    text-decoration: none !important;
    text-align: center !important;
    transition: background-color 0.3s ease !important;
    font-size: 0.8em !important;
    margin-top: 10px !important;
}

.mailpoet-manage-subscription .mailpoet_paragraph > label,
.mailpoet-manage-subscription .mailpoet_paragraph .mailpoet_segment_label {
    font-size: 0.9rem !important
}

.mailpoet-manage-subscription .mailpoet_paragraph {
    margin-top: 7px !important;
}

.confirm-subscribe-text {
    margin-top: 110px;
}

#popmake-496 .mailpoet_form,
#popmake-565 .mailpoet_form,
#popmake-563 .mailpoet_form,
#popmake-517 .mailpoet_form {
    margin: auto;
}

#popmake-496 .mailpoet_form > form,
#popmake-565 .mailpoet_form > form,
#popmake-563 .mailpoet_form > form,
#popmake-517 .mailpoet_form > form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#popmake-496 .mailpoet_form > form .mailpoet_submit,
#popmake-565 .mailpoet_form > form .mailpoet_submit,
#popmake-563 .mailpoet_form > form .mailpoet_submit,
#popmake-517 .mailpoet_form > form .mailpoet_submit {
    background: none !important;
    margin: auto !important;
    border: 1px solid #000 !important;
    width: 110px !important;
    padding: 7px 15px !important;
    border-radius: 100px;
    font-size: 0.85em !important;
}

#popmake-496 .mailpoet_form > form .mailpoet_submit:hover,
#popmake-565 .mailpoet_form > form .mailpoet_submit:hover,
#popmake-563 .mailpoet_form > form .mailpoet_submit:hover,
#popmake-517 .mailpoet_form > form .mailpoet_submit:hover {
    text-decoration: underline;
}

#popmake-496 .mailpoet_form > form .mailpoet_text,
#popmake-565 .mailpoet_form > form .mailpoet_text,
#popmake-563 .mailpoet_form > form .mailpoet_text,
#popmake-517 .mailpoet_form > form .mailpoet_text {
    font-variant: none;
}

#popmake-496 .mailpoet_form > form .mailpoet_form_paragraph,
#popmake-565 .mailpoet_form > form .mailpoet_form_paragraph,
#popmake-563 .mailpoet_form > form .mailpoet_form_paragraph,
#popmake-517 .mailpoet_form > form .mailpoet_form_paragraph {
    font-size: 0.8em !important;
    max-width: 500px;
}

.pum-theme-503 .pum-content + .pum-close,
.pum-theme-custom-doleray .pum-content + .pum-close {
    background-image: url("https://doleray.com/wp-content/uploads/2024/11/xmark-solid.svg");
    width: 20px !important;
    height: 20px !important;
    background-repeat: no-repeat;
    background-position: center;
    margin: 5px;
    opacity: 0.3;
}

.pum-theme-503 .pum-content + .pum-close:hover,
.pum-theme-custom-doleray .pum-content + .pum-close:hover {
    opacity: 1;
    background-image: url("https://doleray.com/wp-content/uploads/2024/11/xmark-solid.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.mailpoet_form.mailpoet_form_successfully_send .mailpoet-heading,
.mailpoet_form.mailpoet_form_successfully_send .mailpoet_form_paragraph  {
    display: none;
}


.mailpoet_validate_success {
    font-family: var(--secondary-font-family), serif;
}

@media only screen and (max-width: 930px) {

    .mailpoet_form {
        flex-direction: column;
        max-width: 600px;
        margin: 0;
    }

    .mailpoet_form_columns p.mailpoet_form_paragraph {
        font-size: 1em !important;
    }
}