/*
Subscribe Area Two Two Style
================================*/
.subscribe-area {
    /*background-image: url(../img/subscribe-bg.jpg);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 100%;*/
    position: relative;
    z-index: 1;
}

.subscribe-area::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: -1;
    opacity: 0.9;
}

.subscribe-area .section-title span {
    color: #ffffff;
}

.subscribe-area .section-title h2 {
    color: #ffffff;
}

.subscribe-area .section-title p {
    color: #ffffff;
}

.newsletter-form {
    max-width: 580px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.newsletter-form .input-newsletter {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: none;
    height: 50px;
    padding-left: 25px;
    border-radius: 50px;
    outline: 0;
    color: #ffffff;
}

.newsletter-form .input-newsletter::-webkit-input-placeholder {
    color: #333333;
}

.newsletter-form .input-newsletter:-ms-input-placeholder {
    color: #333333;
}

.newsletter-form .input-newsletter::-ms-input-placeholder {
    color: #333333;
}

.newsletter-form .input-newsletter::placeholder {
    color: #333333;
}

.newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #59584B;
    color: #ffffff;
    border: none;
    height: 50px;
    padding: 0 30px;
    border-radius: 50px;
    line-height: 50px;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}

.newsletter-form button:hover {
    background-color: #aebc72;
    color: #ffffff;
}
