/*
Theme Name:     Pure and Savvy
Description:    
Author:         Bizup
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
/* Style for Download Page */
@media (min-width: 767px) {
  .post-password-required .et_password_protected_form {
    max-width: 500px;
    margin: 2% auto;
    margin-top: 100px;
  background-color: #391321;
padding: 50px;
  }
  .et_password_protected_form .et_submit_button{
    color: #ba8c54;
  }
}
@media (max-width: 766px) {
  .post-password-required .et_password_protected_form {
    max-width: 80%;
    margin: 2% auto;
    margin-top: 100px;
background-color: #391321;
padding: 50px;
  }
  .et_password_protected_form .et_submit_button{
    color: #ba8c54;
  }
}