/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 08 2020 | 19:10:26 */
/*.........................................................................................This sheet has two media query breaks*/
@media only screen and (min-width: 1001px) {
  
.error404 .site-header {
display: none;
}
.error404 .error-404 {
width: 90%;
max-width: 1000px;
margin: 150px auto 0 auto;
}
.error404 .page-title {
display: flex !important;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
align-content: center;
font-size: 1.4em;
text-align: center;
}
.error404 .page-content {
display: none;
}
}
  
}/*.........................................................................................End Media Query */

@media only screen and (max-width: 1000px) {

.error404 .mobmenu,
.error404 .mobmenu-overlay {
display: none; 
}
.error404 .site-header {
display: none;
}
.error404 .error-404 {
width: 90%;
max-width: 1000px;
margin: 0 auto 0 auto;
}
.error404 .page-title {
display: flex !important;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
align-content: center;
font-size: 1.4em;
text-align: center;
}
.error404 .page-content {
display: none;
}
  
}/*.........................................................................................End Media Query */