/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

#main-content {
    padding-top: 70px;
}

#footer-info {
    text-align: center;
    color: #666;
    padding-bottom: 10px;
    float: none;
}

#et_top_search {display:none}

#main-header {
    box-shadow: 0 1px 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0);
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0);
}

.user-nav li a:hover, .user-nav li a.active-user-nav {
    background: #f9a641 !important;
}

.account-form-input input[type="submit"] {
    background-color: #f9a641 !important;
}

.account-form-input input[type="submit"]:hover {
    background-color: #333 !important;
}

.account-form input.account-submit {
	background: #333 !important;
}

.account-form input.account-submit:hover {
	background:  #f89c27 !important;
}

.login-wrap {
	background-image: url(/wp-content/uploads/2020/05/bg_3rd.jpg) !important;
    background-position: center !important;
	background:rgba(0,0,0,0);
}

.account-form {
    box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.38) !important;
}

.account-form i {
    color: #f89c27 !important;
}


