/*
Theme Name:     divi-child
Description:    
Author:         admin
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;
	}
}
@media (max-width: 766px) {
	.post-password-required .et_password_protected_form {
		max-width: 80%;
		margin: 2% auto;
	}
}