/* mailerlite-form.css */

.brk-subscribe .brk--name {
    display: block;
    max-width: 565px;
    font-size: 37px;
    line-height: 130%;
    margin: 0 auto 2.5rem;
}

@media (max-width: 991.98px) {
    .brk-subscribe .brk--name {
        font-size: 30px;
    }
}
@media (max-width: 767.98px) {
    .brk-subscribe .brk--name {
        font-size: 24px;
    }
}
.brk-subscribe .brk-input {
    position: relative;
    color: #111;
}
.brk-subscribe .brk-input > i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 58px;
    line-height: 58px;
    text-align: center;
}
@media (max-width: 767.98px) {
    .brk-subscribe .brk-input > i {
        width: 48px;
        line-height: 48px;
    }
}
.brk-subscribe .brk-input input {
     width: 100%;
    height: 58px;
    line-height: 58px;
    padding: 0 55px;
    border: 0;
    background-color: #fff;
    box-shadow: 0 22px 50px 0 rgba(0, 0, 0, .05);
    border-radius: 50px;
    color: #000;
    text-align: left;
    font-style: italic;
}
@media (max-width: 767.98px) {
    .brk-subscribe .brk-input input {
        height: 48px;
        line-height: 48px;
    }
}
.brk-subscribe .brk-input button {
    position: absolute;
    top: -8px;
     right: 0;
    bottom: 0;
    transition: all .3s;
    width: 58px;
    line-height: 58px;
    border: 0;
    background-color: transparent;
    text-align: center;
    cursor: pointer;
   color:#000 !important;
}
.brk-subscribe .brk-input button:hover {
    opacity: .5;
}
@media (max-width: 767.98px) {
    .brk-subscribe .brk-input button {
        width: 48px;
        line-height: 48px;
    }
}
.brk-subscribe .brk-summary {
    display: block;
    max-width: 650px;
    margin: 1.5rem auto 0;
    font-size: 14px;
    color: #999;
    font-style: italic;
    font-weight: 400;
}


#response-message{
    color:#F91942;
    margin:15px 0px;
}
