body#error-page {
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    background-position: center;
    max-width: 100%;
    background-repeat: no-repeat;
	height:100%;
}

.maintenance-mode-wrapper {
    position: relative;
    height: 100%;
}

.maintenance-mode-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.maintenance-content {
    padding: 3.5rem;
    position: relative;
    z-index: 9;
}
@media screen and (min-width: 64rem){
	.maintenance-content {
		padding-left: 12.5rem;
		padding-top: 7.31rem;
	}
}

h2.entry-title {
    color: #a0463a;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 4.75rem;
    margin-bottom: 0;
    line-height: 1;
}

h1.entry-sub {
    color: #f28c2f;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
    border: 0;
    font-size: 6.8125rem;
    line-height: 1;
    padding: 0;
}

body#error-page  .maintenance-content > p {
    color: #8b8396;
    font-size: 1.56rem;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 30px;
}

body#error-page .maintenance-content .mc4wp-alert p {
    font-size: 1rem;
}

.maintenance-form form {
    position: relative;
}

.maintenance-form {
    max-width: 520px;
}

.maintenance-form form.mc4wp-form input[type="email"] {
    width: 100%;
    height: 2.875rem;
    background-color: transparent;
    border-color: currentColor;
    border-bottom-width: 3px;
    padding-right: 1.875rem;
    outline: 0;
}

.maintenance-form form.mc4wp-form button {
    position: absolute;
    font-size: 1rem;
    right: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    border: 0;
    color: currentColor;
    top: 0;
}

.maintenance-form .privacy-text {
    margin-top: 0.9375rem;
    font-size: 0.8125rem;
    color: var(--color-light);
}

body#error-page .maintenance-form .privacy-policy p {
    margin-top: 0;
}

