/*
Theme Name: Divi Live Child Theme
Theme URI: http://mydomain.com/
Version: 1.0
Description: A customized version of Divi which adds a number of tiny features I need.
Author: Your Name
Author URI: http://www.yourwebsite.com
Template: Divi
*/

@import url("../Divi/style.css");



/* Simple Custom CSS plugin: Enter Your css Here */

.fluid-width-video-wrapper {
	padding-top: 56.2963% !important; /* Fix vertical alignment with Shortcode Ultimate youtube */
}

/* Password protected page */
.post-password-required .et_password_protected_form {
	max-width: 800px;
    margin: auto;
}

.et_password_protected_form .et_submit_button {
	margin-bottom: 50px;
}

/* Responsive Styles Tablet Portrait And Below */

/*
@media all and (max-width: 768px) {
	.et_pb_rw {
		width: 100% !important;
	}
}


@media all and (max-width: 980px) {
	.et_pb_rw {
		width: 100% !important;
	}
}
*/




