/*
Theme Name: Oshin Child
Description: Oshin Child Theme
Author: Brand Exponents
Template: oshin
Version: 1.0
*/

@import url("../oshin/style.css");

.search .center-content {
    text-align: center;
}

.error404 h1 {
    color: #ED2024;
}

.error404 .inline {
    display: inline;
    margin: 40px;
    background: #ED2024;
    color: #ffffff;
    width: 185px;
}

.error404 .inline:hover {
    background: #ffffff;
    color: #ED2024;
    border: 1px solid #ED2024;
}

.error404 .red-subtitle {
    color: #ED2024;
}

.error404 .search-subtext {
    width: 100%;
    font-size: 18px;
    color: #838591;
}

.page-not-found-wrapper {
    margin-top: -244px;
}