/*
Theme Name: Salient Child
Theme URI: https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Template: Salient 14.0.5/salient
Author: ThemeNectar
Author URI: https://themeforest.net/user/themenectar
Description: An Ultra Responsive Multi-Purpose Theme.
Version: 14.0.5.1672751558
Updated: 2023-01-03 13:12:38

*/

.newsletter-popup-paragraph-top {
  font-size: calc(0.8rem + 0.5vw);
  line-height: 1;
  padding-bottom: 1em!important;
}

.newsletter-popup-paragraph-bottom {
  font-size: calc(0.7rem + 0.5vw);
  line-height: 1;
  padding-bottom: 1em!important;

}
.newsletter-popup-paragraph-privacy {
  font-size: 0.8rem;
  line-height: 1;
}

.wp-block-image.popup-image figure{
  width: 70%!important;
}

.easyshoemaking-newsletter-popup input[type="submit"] {
  width: 100%;
  padding: 12px;
}

.easyshoemaking-newsletter-popup input[type="email"],
.easyshoemaking-newsletter-popup input[type="text"] {
  border: 2px solid black;
  border-radius: 100px !important;
}

.jet-popup__container{
  margin-top: 10vh!important;
}

@media (max-width: 1366px){
  .wp-block-image.popup-image figure{
    width: 60%!important;
  }
  .jet-popup__container{
    margin-top: 15vh!important;
  }
}

@media (max-width: 767px){
  .wp-block-image.popup-image figure{
    width: 80%!important;
  }
}