.wrap-blog-subscribe-form {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
}

.wrap-blog-subscribe-form p {
    margin: 0;
}

.wrap-blog-subscribe-form form {
    width: 100%;
}

.wrap-blog-subscribe-form .newsletter-form {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}

.wrap-blog-subscribe-form .newsletter-email {
    width: 65%;
    padding-right: 30px;
}
.wrap-blog-subscribe-form .newsletter-submit {
    width: 30%;
}

.wrap-blog-subscribe-form .newsletter-email input {
    font-size: 16px;
    padding: 0 0 0 20px;
    color: #000000;
    background-color: #ffffff;
    border-radius: 10px;
    border: 0;
    height: 60px;
    width: 100%;
}

.wrap-blog-subscribe-form .newsletter-submit input {
    color: #ffffff;
    background-color: #008cff;
    border-radius: 10px;
    font-weight: 700;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    height: 60px;
    border: 0;
    padding: 0 30px;
    font-size: 16px;
    width: 100%;
    cursor: pointer;
}

.wrap-blog-subscribe-form .form-messages {
    color: #ffffff;
    font-weight: 700;
    border: 0;
    padding: 0 30px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

@media only screen and (max-width: 767px) {
	.wrap-blog-subscribe-form .newsletter-submit input {
		padding: 0 9px;
		font-size: 12px;
	}
	.wrap-blog-subscribe-form .newsletter-email input {
		font-size: 12px;
	}
}
