<br />
<b>Warning</b>:  call_user_func_array() expects parameter 1 to be a valid callback, function 'wp_pre_kses_block_attributes' not found or invalid function name in <b>/home/hwarch5/bokehbrothers.com/wp-includes/class-wp-hook.php</b> on line <b>288</b><br />
<!doctype html>
<html class="no-js">
<head>
    <title>Maintenance</title>
    <meta charset="utf-8">
    <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,700" rel="stylesheet" type="text/css">
    <style>
        html, body {
            margin: 0;
            background-color: #ddac27;
            height: 100%;
            font-family: "Open Sans", arial, sans-serif;
        }
        .main-image {}
        .main-image img {
            margin: 30px auto;
            display: block;
            max-width: 600px;
            width: 100%;
        }
        .content-wrapper {
            background-color: #323539;
            color: #fff;
            overflow: hidden;
            padding: 30px;
        }
        .content-wrapper p {
            text-align: center;
            margin-bottom: 5px;
            margin-top: 0;
        }
        .content-wrapper h1 {
            text-align: center;
            margin-top: 0;
        }
        .main-container{
            display: table;
            width: 100%;
            height: 100%;
        }
        .main-content {
            display: table-cell;
            vertical-align:middle;
        }
    </style>
</head>
<body>
<div class="main-container">
    <div class="main-content">
        <div class="main-image">
            <img src="https://cdn.managewp.com/maintenance/v1/maintenance.png" alt="">
        </div>
        <div class="content-wrapper">
            <h1>Website Under Maintenance!</h1>
            <p>We are performing scheduled maintenance.</p>
            <p>We should be back online shortly.</p>
        </div>
    </div>
</div>
</body>
</html>