/*
* @section Color list
*/
/*
* @section Messages
*/
/*
* @section Form element mixin
*/
/*
* @section Link for popup
*/
.subscribe-popup-link { text-decoration: none; }

/*
* @section Form Container
*/
.cherry-mailer-container { display: none; }

/*
* @section Subscribe Form
*/
#cherry-mailer-form { position: relative; background: #FFF; padding: 50px 40px 40px 40px; width: auto; max-width: 350px; margin: 0 auto; }
#cherry-mailer-form input[type=email] { border: 1px #cccccc solid; background-color: #ebebeb; width: auto; display: inline; padding: 10px; width: 100%; margin: 5px; }
#cherry-mailer-form input[type=email][placeholder] { text-overflow: ellipsis; }
#cherry-mailer-form input[type=email]::-moz-placeholder { text-overflow: ellipsis; }
#cherry-mailer-form input[type=email]:-moz-placeholder { text-overflow: ellipsis; }
#cherry-mailer-form button[type=submit] { background-color: #0b0b0b; color: #ffffff; display: inline; padding: 10px; border: 0; width: 100%; margin: 5px; }
#cherry-mailer-form button[type=submit]:hover { background-color: #8a8a8a; color: #000000; }
#cherry-mailer-form .message.message-fail { display: none; color: #900D25; }
#cherry-mailer-form .message.message-success { display: none; color: #055F10; }
#cherry-mailer-form .message.message-warning { display: none; color: #e3c000; }

.mfp-close-btn-in .mfp-close { top: 0; }

/*# sourceMappingURL=style.css.map */
