/*!
Theme Name: Rodham Institute
Theme URI: http://underscores.me/
Author: DDC
Author URI: http://underscores.me/
Description: Rodham Institute is simple Wordpress theme.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rodham-institute
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Rodham Institute is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
*/

.error__wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
    min-height: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #e5e7eb;
    text-align: center;
}

.error__info .btn {
    margin-top: 60px;
	
}
.mt {
	  margin-top: 25px;
}

.wpcf7-list-item {
    margin: 0 0 0 0em !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.text-\[\#747474\] {
    --tw-text-opacity: 1;
    color: rgb(116 116 116 / var(--tw-text-opacity));
}
