/*!
 * Plugin: 		WP Subscribe Pro
 * Name:        wp-subscribe-form.css
 * Written by: 	MyThemeShop
 */
#wp-subscribe {
	width: 40%;
    margin: 0 auto;
    margin-bottom: 100px;
}

 .wp-subscribe-wrap {
    padding: 20px;
    text-align: center;
    background: #f1f1f1
}
.wp-subscribe-wrap h4.title {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #181a1f
}
.wp-subscribe-wrap h4.title span {
    font-size: 38px;
    font-weight: bold;
    display: inline-block;
    margin-top: 15px
}
#wp_subscribe_popup .wp-subscribe-wrap h4.title {
    margin-top: 0
}
.wp-subscribe-wrap p {
    margin: 0;
    color: #181a1f
}
.wp-subscribe-wrap p.text {
    margin: 15px 0;
    opacity: .8
}
.wp-subscribe-wrap p.footer-text {
    font-size: 12px;
    margin-top: 10px
}
.wp-subscribe-wrap input {
    box-sizing: border-box;
    width: 100%;
    height: 45px;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    text-indent: 10px;
    border: none;
    border-radius: 0;
    box-shadow: none
}
.wp-subscribe-wrap input::-webkit-input-placeholder {
    opacity: .8;
    color: inherit
}
.wp-subscribe-wrap input:-moz-placeholder {
    opacity: .8;
    color: inherit
}
.wp-subscribe-wrap input::-moz-placeholder {
    opacity: .8;
    color: inherit
}
.wp-subscribe-wrap input:-ms-input-placeholder {
    opacity: .8;
    color: inherit
}
.wp-subscribe-wrap input:focus::-webkit-input-placeholder {
    color: transparent !important
}
.wp-subscribe-wrap input:focus:-moz-placeholder {
    color: transparent !important
}
.wp-subscribe-wrap input:focus::-moz-placeholder {
    color: transparent !important
}
.wp-subscribe-wrap input:focus:-ms-input-placeholder {
    color: transparent !important
}
.wp-subscribe-wrap .email-field {
    margin-top: 10px
}
.wp-subscribe-wrap input.email-field,
.wp-subscribe-wrap input.name-field {
    color: #181a1f;
    background: #d4d4d4
}
.wp-subscribe-wrap input.submit {
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    cursor: pointer;
    text-transform: uppercase;
    color: #181a1f;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
}
.wp-subscribe-single .wp-subscribe-wrap {
    clear: both;
    margin: 10px 0;
    text-align: left
}
.wp-subscribe-single .wp-subscribe-wrap input {
    text-align: left
}
.wp-subscribe-wrap .error,
.wp-subscribe-wrap .thanks {
    margin-top: 10px
}
.wp-subscribe-wrap .wp-subscribe-loader {
    display: none;
    padding: 1em;
    text-align: center;
    vertical-align: top
}
.wp-subscribe-wrap.loading .wp-subscribe-form {
    display: none
}
.wp-subscribe-wrap.loading .wp-subscribe-loader {
    display: block
}
