/**handles:divi-style**/
/*
 Theme Name:   YPC - Divi
 Description:  Child of Divi
 Author:       YPC
 Author URI:   http://www.ypcmedia.com/
 Template:     Divi
 Version:      1.0.0
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

#footer-bottom a {
    color: #fff;
    font-weight: 600;
}
.et_mobile_menu > li.current-menu-item > a {
    background: #34043c;
}

.error_page {
    height: 72vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.error_page .et_pb_button {
    display: inline-block;
    margin-top: 20px; text-decoration: none;
}
body.error404 header#main-header {
    display: none;
}