@charset "UTF-8";
/*
Theme Name: Fooding Child
Text Domain: fooding-child
Template: fooding

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

fooding is based on Underscores http://underscores.me/, (C) 2012-2015 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 http://necolas.github.com/normalize.css/
*/

ul, ol { margin: 0 0 1.5em 0; }
ul { list-style: square; }
li { margin: 0 0 .5em 0; }

.main-navigation { background: rgba(0,0,0,.65); }
.main-navigation a:visited { color: #fff; }
footer#colophon { background: #222; color: #fff; }

button, a { transition: .3s; }

ul.values_ul { list-style: none; margin: 0 0 30px 0; padding: 20px; background: rgba(0,0,0,.03); }
ul.values_ul {}
ul.values_ul {}

#mcTagMap li { list-style: none; }

ul.allpages { padding: 0; margin: 0 -6px 20px; display: flex; flex-wrap: wrap; }
ul.allpages li { padding: 0; margin: 6px;; list-style: none; }
ul.allpages a { display: inline-block; text-decoration: none; padding: 8px 14px; }
ul.allpages {}

.home.page .hentry { padding: 25px; }
.donate_box.hentry, .home.page .sidebar .donate_box.hentry { background: #000; color: #fff; padding: 25px; }
.sidebar.widget-area .donate_box.hentry { margin: -25px; }
.donate_box h2 { margin-top: 0; color: #fff; }
.btn_donate { width: 50%; max-width: 400px;  margin: 4px auto; background-color: #2ab1c5; border-color: #2ab1c5; color: #fff; display: block; }
.btn_donate:hover, .btn_donate:focus { background-color: #026a7f; border-color: #2ab1c5; color: #fff; }

.microlight {
    font-family : monospace;
    white-space : pre;
    background-color : #C4E4E8;
    color            : #052C36;    
}

ul.stats { list-style: none; padding: 0; margin: 0; border: 1px solid #f2f2f2; }
ul.stats li { padding: 10px; margin: 0; }
ul.stats li:nth-child(even) { background: #f2f2f2; }

@media only screen and (max-width: 780px) {
	.widget { width: 100%; }
}

@media only screen and (max-width: 480px) {
	ul.allpages, ul.allpages a { display: block; }
	.home.page .sidebar .donate_box.hentry, .home.page .hentry, .page .hentry, .single .hentry { padding: 12px; }
}


