/*!
Theme Name: digital-green
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: digital-green
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.

digital-green 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: #000;
    text-align: center;
}

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

.wpform div.wpcf7-response-output {
	border: 2px solid #ffb900 !important;
    border-color: #ffb900 !important;
    margin: 2em 0.5em 1em !important;
    padding: 0.2em 1em !important;
    font-size: 18px !important;
}

.post__content.content img {
    display: block;
    margin: 10px;
}

.area-info__main .text a {
    text-decoration: underline !important;
}


/* Fix issue with Map tooltips being cut off on mobile */
@media screen and (max-width: 768px) {
    .geochart #visualization {
        padding-bottom: 80px;
    }
}