/**
 * weeblrAMP - Accelerated Mobile Pages for Wordpress
 *
 * @author       weeblrPress
 * @copyright    (c) WeeblrPress - Weeblr,llc - 2020
 * @package      AMP on WordPress - weeblrAMP CE
 * @license      http://www.gnu.org/copyleft/gpl.html GNU/GPL
 * @version      1.12.5.783
 *
 * 2020-05-19
 */

/*! Copyright WeeblrPress - Weeblr,llc @_YEAR_@ - Licence: http://www.gnu.org/copyleft/gpl.html GNU/GPL */

@import 'weeblramp_fe.lessinc';

/*************************************
*
* Error page
*
**************************************/

.wbamp-error {
  padding-top: 3em;
  padding-bottom: 3em;
  min-height: 80%;
  box-sizing: border-box;
}

.wbamp-error-title {
  font-family: @fonts-error-title;
  color: @colors-text-error-title;
  background: @colors-background-error-title;
  font-size: @fonts-error-size-title;
  text-align: center;
}

.wbamp-error-image {
  padding: 0;
  margin: 2em -2rem;
}

.wbamp-error-body {
  font-family: @fonts-error-body;
  color: @colors-text-error-body;
  background: @colors-background-error-body;
  font-size: @fonts-error-size-body;
  margin-top: 2em;
  text-align: center;
}

.wbamp-error-footer {
  font-family: @fonts-error-footer;
  color: @colors-text-error-footer;
  background: @colors-background-error-footer;
  font-size: @fonts-error-size-footer;
  margin-top: 1em;
}


