
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Custom Modal */
.wcmnd-form-wrapper {
    position: relative;
}
.wcmnd-form-wrapper form .wcmnd-fields input {
    padding: 0px;
    padding-left: 5px;
    min-width: 100% !important;
}
.wcmnd-vertical .wcmnd_email .wcmnd-fields,
.wcmnd-vertical .wcmnd_email .wcmnd-btn-cont {
    width: 100%;
}
.wcmnd-vertical .wcmnd_email .wcmnd-btn {
    margin-left: 0 !important;
}
.wcmnd-form-wrapper .wcmnd-form,
.wcmnd-form-wrapper .wcmnd-btn-cont,
.wcmnd-form-wrapper .wcmnd-fields {
    max-width: 100%;
    text-align: left;
    margin: 0;
}
.wcmnd-form-wrapper .wcmnd-btn{
    margin-left: 0px;
    padding: 0px 10px;
}
.wcmnd-btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  background: #1f5478;
  border-bottom: none;
  text-decoration: none;
  text-transform: none;
  height: 45px;
  margin-top: 6px;
  cursor: pointer;
  border: none;
  width: 100%;
  text-align: center;
}
.wcmnd-btn:hover {
  background: #39779e;
  text-decoration: none;
}
.wcmnd-loading {
    background-image: url('../loader.GIF');
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(181, 177, 177, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    opacity: 0.6;
    display: none;
}
form .wcmnd-fields input {
    width: 100% !important;
    margin: 5px auto !important;
    height: 45px;
    font-size: 16px;
    min-width: 200px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.wcmnd-top-title{
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}
.wc-mailchimp-subscribe-form{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}
.wcmnd-btn-cont,
.wcmnd-fields {
    margin: 0 auto;
    text-align: center;
}
.wcmnd_email .wcmnd-fields{
   display: inline-block;
    width: 63%;
}
.wcmnd_email .wcmnd-btn-cont {
    display: inline-block;
}
.wcmnd_email .wcmnd-btn {
    width: auto;
    margin-left: 5px;
}
.wcmnd-clear{
    clear: both;
}
div.wcmnd-validation {
    background: #ffecec;
    color: #333;
    border-radius: 3px;
    padding: 10px;
    border: 1px solid #f5aca6;
    margin-top: 10px;
    display: none;
}
span.wcmnd-validation {
    color: red;
    margin-top: 0px;
    word-wrap: break-word;
}
span.wcmnd-validation.success {
    color: #2FB55E;
}
div.wcmnd-validation.success {
    background: rgb(204, 249, 204);
    border: 1px solid rgb(99, 208, 99);
}
h4.wcmnd-title {
    line-height: 18px;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 0;
}
.wcmnd_text {
    position: relative;
}

#wc-mailchimp-subscribe-form .newsletter-discount-validation {
  margin: 15px 0;
}
