/*==================================================
PROGRESNEWS THEME
ERROR 404 Module
Version : 1.0
==================================================*/

/* ==========================
   404 PAGE
========================== */

.error-404-page{
    background:#fff;
    padding:40px;
    border-radius:8px;
    text-align:center;
}

.error-code{
    font-size:90px;
    line-height:1;
    font-weight:800;
    color:#0f2f97;
    margin-bottom:15px;
}

.error-404-page h1{
    font-size:34px;
    margin-bottom:15px;
}

.error-404-page p{
    max-width:700px;
    margin:0 auto 25px;
    color:#666;
    line-height:1.8;
}

.error-search{
    max-width:500px;
    margin:0 auto 25px;
}

.btn-home{
    display:inline-block;
    background:#0f2f97;
    color:#fff;
    padding:12px 24px;
    border-radius:4px;
    font-weight:600;
}

.btn-home:hover{
    opacity:.9;
    color:#fff;
}

.error-latest-news{
    margin-top:50px;
    text-align:left;
}

.error-latest-news h2{
    margin-bottom:20px;
}

@media(max-width:768px){

    .error-code{
        font-size:60px;
    }

    .error-404-page h1{
        font-size:28px;
    }

}
