/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.browser-msedge .fusion-column-wrapper > .fusion-column-wrapper:last-child {
	display: none !important;
}

/* Fix strange issue where ~40px of empty space included at bottom of page */
#boxed-wrapper {
    overflow: hidden;
    overflow: clip;
}

.post-password-form {
    margin: 190px auto 50px auto;
    max-width: 500px;
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
    padding: 15px 25px 6px 25px;
}

@media only screen and (max-width: 555px) {
	.post-password-form input[type="submit"] {
		width: 100%;
    	margin-top: 27px;
	}
	.post-password-form input[type="password"] {
		width: calc(100% - 111px) !important;
	    margin-right: 0 !important;
	}
}