/*
Theme Name: EZY Divi Child Theme
Version: 1.0
Description: Basic Child Theme by EZY Marketing
Author: Catrine Fredrikson
Template: Divi
Author URL: https://www.ezymarketing.com
 
/*------- Theme Customizations------- */

/*** EZY background for member login and membership redirects ***/
#content-area {
	background-color: white;
	height: 800px !important;
}
.entry-content {
	background-color: white;
	height: 800px !important;
}


/*** EZY underline menu links on hover ***/
.nav li:hover {
	text-decoration: underline;
}

/*** EZY move sub-menu items up in full screen ***/

@media all and (min-width: 800px) {
#main-header .nav li ul {
	margin-top: -20px;
}
}

.et_pb_row .et_pb_menu .et-menu>li {
    display: block!important;
    width: 100%!important;
}

/* style pasword proted page login */

.et_password_protected_form {
    min-height: initial;
    padding: 120px;
    max-width: 800px;
    margin: auto;
}


.et_password_protected_form .et_submit_button {
    background: #8f3b21;
    color: white!important;
	width: 200px!important;
    border: 2px solid #8f3b21;
}

 
.et_password_protected_form .et_submit_button:hover {
    background: #8f3b21!important;
    color: white!important;
	border: 4px solid #8f3b21;
}
 
@media (max-width: 479px) {
.et_password_protected_form {
    padding: 40px;
}
}



