/*
Theme Name: Ecole Child
Theme URI: http://cmsmasters.net/ecole-child/
Author: cmsmasters
Author URI: http://cmsmasters.net/
Description: Ecole Child Theme
Template: ecole
Version: 1.0.0
License:
License URI:
Text Domain: ecole-child
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

/* Ecole Child – 404 spacing */
body.error404 .error .error_title {
  font-size: 190px !important;
  line-height: 1em !important;
  margin: 0 !important;
  padding: 400px 0 70px !important;
  text-align: center !important;
}

@media (max-width: 1024px) {
  body.error404 .error .error_title,
  body.error404 .error-title,
  body.error404 .page-title { padding: 260px 0 50px !important;}
}
@media (max-width: 600px) {
  body.error404 .error .error_title,
  body.error404 .error-title,
  body.error404 .page-title { padding: 160px 0 40px !important;}
}