/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 17 2019 | 14:50:22 */
#mc-embedded-subscribe, .newsletter-signup-heading, .mc-field-group {
    margin: 10px;
    line-height: 20px;
}

#mc_embed_signup_scroll {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

#mc_embed_signup div.mce_inline_error {
    background-color: #ffffff;
    color: #ea3b3b;
    max-width: 188px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: -5px;
    font-size: 13px;
}

#mce-error-response, #mce-success-response {
    margin: 10px;
    max-width: 365px;
    text-align: left;
}

.newsletter-signup-heading{
  font-size: 16px;
  font-weight: 400;
}

.submit-button {
    background: url(/wp-content/uploads/2019/04/arrow_right.svg) right 6px no-repeat;
    background-position: center;
    background-size: 9px;
    border: none;
    width: 12px;
    height: 20px;
    cursor: pointer;
}

#mce-EMAIL {
    border: none;
    border-bottom: 1px solid #cecece;
    font-size: 15px;
    padding: 0 0 2px 0;
    border-radius: 0;
    text-indent: 0 !important;
    margin: 0;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cecece;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #cecece;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #cecece;
}

input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
 
input:focus {
  border: none);
  outline: none;
}

@media only screen and (max-width: 768px) {
  form #mc_embed_signup_scroll {
    justify-content: center;
    text-align: left;
  }
    
   .mc-field-group #mce-EMAIL {
      font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  #mc-embedded-subscribe, .newsletter-signup-heading, .mc-field-group {
    margin: 7px;
  }
}