.error404 .site-main{
    .page-title{
        margin:0;
    }
    #page-404>.entry-content{
        padding: 41px 0 47px;
        text-align: center;
    }
    .page-title{
        color:$brandColor;
        font-size: 198px;        
    }

    .search-form{        
        margin: 40px 0 0;
    }
    #sidebar{   
        padding: 40px 0 0;
        background: url(../images/border-dashed.png) top left repeat-x;
        .widget{
            margin-bottom: 0;
            &:nth-child(3n+1){
                clear: both;
            }
        }
    }
}
@media (max-width: 768px){ 
    .error404 .site-main{ 
        .page-title{
            font-size: 100px;        
        }
        .search-form {
            margin-left:auto;
            margin-right:auto;
            width: 250px;
            input[type="text"]{
                width: 166px;
            }
        }
    }
}
.not-found{
    h3{
        margin-top: 5px;
    }
}