/* common */
.mango-popup__header span.mango-popup__close {
  width: 15px;
  height: 15px;
  font-weight: 700;
  line-height: 15px;
  background-color: transparent;
  top: 14px;
  right: 14px; }

.mango-popup-container {
  box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.1);
}

.mango-popup-container div.mango-subscribe {
  font-family: 'Lora', serif;
  padding: 40px; }

.mango-popup-container h2.mango-subscribe__title span{
  line-height:normal;
  font-weight: 700;
  font-size: 30px;
  color: #fff;

}

.mango-subscribe * {
  font-family: 'Lora', serif;
}
.mango-popup-container h2.mango-subscribe__title{
  margin-top: 0;
  margin-bottom: 18px; }

.mango-popup-container div.mango-subscribe__text {
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px; }

.mango-popup-container form.mango-subscribe__form div.email {
  width: 100%;
  margin-bottom: 43px; }

.mango-popup-container form.mango-subscribe__form div.email input {
  width: 100%;
  height: 35px;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #fff; }

.mango-popup-container form.mango-subscribe__form div.email input {
  font-size: 18px;
  color: #aad9ff;
  font-weight: 700;
  padding: 0;  }

.mango-popup-container form.mango-subscribe__form div.email input:focus {
  outline-color: transparent; }

.mango-popup-container form.mango-subscribe__form div.email ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 18px;
  color: #aad9ff;
  font-weight: 700; }

.mango-popup-container form.mango-subscribe__form div.email ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 18px;
  color: #aad9ff;
  font-weight: 700; }

.mango-popup-container form.mango-subscribe__form div.email :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 18px;
  color: #aad9ff;
  font-weight: 700; }

.mango-popup-container form.mango-subscribe__form div.email :-moz-placeholder {
  /* Firefox 18- */
  font-size: 18px;
  color: #aad9ff;
  font-weight: 700; }

.mango-popup-container form.mango-subscribe__form div.submit {
  width: 100%; }

.mango-popup-container form.mango-subscribe__form div.submit button {
  width: 100%; }

.mango-popup-container form.mango-subscribe__form div.submit button span {
  text-transform: uppercase; }

.mango-popup-container .mango-button {
  font-size: 20px;
  padding: 20px;
}

@media only screen and (min-width: 400px) {
  .mango-popup-container h2.mango-subscribe__title span{
    font-size: 50px; }
  .mango-popup-container form.mango-subscribe__form div.email input {
    font-size: 25px; }
  .mango-popup-container form.mango-subscribe__form div.email ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 25px; }
  .mango-popup-container form.mango-subscribe__form div.email ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 25px; }
  .mango-popup-container form.mango-subscribe__form div.email :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 25px; }
  .mango-popup-container form.mango-subscribe__form div.email :-moz-placeholder {
    /* Firefox 18- */
    font-size: 25px; } }
