/*
Plugin Name: WP Subscribe Pro
Plugin URI: http://mythemeshop.com/plugins/wp-subscribe-pro/
Description: WP Subscribe is a simple but powerful subscription plugin which supports MailChimp, Aweber and Feedburner.
Author: MyThemeShop
Author URI: http://mythemeshop.com/
*/
#wp-subscribe { padding: 20px; background: #f47555; text-align: center;}
#wp-subscribe h4.title { font-size: 22px; color: #FFFFFF; line-height: 1; text-transform: uppercase; margin-bottom: 0; }
#wp-subscribe h4.title span { display: inline-block; font-weight: bold; font-size: 38px; margin-top: 15px; }
#wp-subscribe p { color: #FFFFFF; margin: 0; }
#wp-subscribe p.text { margin: 15px 0; opacity: 0.8; }
#wp-subscribe input { border: none; width: 100%; box-sizing: border-box; padding: 10px 0; margin: 0; box-shadow: none; border-radius: 0; height: 45px; text-indent: 10px; text-align: center;}
#wp-subscribe .email-field { margin-top: 10px }
#wp-subscribe input.email-field, #wp-subscribe input.name-field { color: #FFFFFF; background: #d56144; }
#wp-subscribe input::-webkit-input-placeholder { color: inherit; opacity: 0.8; }
#wp-subscribe input:-moz-input-placeholder { color: inherit; opacity: 0.8; }
#wp-subscribe input::-moz-input-placeholder { color: inherit; opacity: 0.8; }
#wp-subscribe input::-ms-input-placeholder { color: inherit; opacity: 0.8; }
#wp-subscribe input:focus::-webkit-input-placeholder {color: transparent !important;}
#wp-subscribe input:focus::-moz-input-placeholder {color: transparent !important;}
#wp-subscribe input:focus:-moz-input-placeholder {color: transparent !important;}
#wp-subscribe input:focus::input-placeholder {color: transparent !important;}
#wp-subscribe input.submit { background: #FFFFFF; color: #f47555; margin-top: 20px; font-size: 18px; text-transform: uppercase; font-weight: 500; box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05); cursor: pointer;}
#wp-subscribe p.footer-text { margin-top: 10px; font-size: 12px; }
#wp_subscribe_popup #wp-subscribe h4.title { margin-top: 0 }
.wp-subscribe.loading { position: relative }
.wp-subscribe.loading:after { content: ""; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(255, 255, 255, 0.3); }
.wp-subscribe-single #wp-subscribe {text-align: left; margin: 10px 0; clear: both;}
.wp-subscribe-single #wp-subscribe input {text-align: left;}
#wp-subscribe .error, #wp-subscribe .thanks {margin-top: 10px;}