/*
 Theme Name:   50hz Recs Starter
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  WP Bootstrap Starter child theme for 50hz
 Author:       P P P
 Template:     wp-bootstrap-starter
 Version:      1.1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  50hz-recs-starter
*/

body, header#masthead, footer#colophon, body:not(.theme-preset-active) footer#colophon  {
  color: #999;
  background-color: #ddd;
}

footer#colophon, body:not(.theme-preset-active) footer#colophon, body:not(.theme-preset-active) footer#colophon a, footer#colophon a {
  color : #ccc;
}

#content .container {
  background-color: #777;
}

section#primary {
  background-color: #666;
}

article {
  background-color: #555;
  font-size:0.9rem;
}

a, .entry-title > a {
  color: #666;
}

a:hover, .entry-title > a:hover {
  color: #333;
  text-decoration: none;
}

.navbar-toggler {
  background-color: #666;
}

.single article, .page article {
  padding-right: 1em;
  padding-left: 1em;
}

article img {
  width: 100%;
}
.row {
  justify-content: space-evenly;
}

body, section, section#primary, article, main, header,header#masthead, footer, #content .container, div {
  background-color: rgba(0, 100, 38, 0.1);
	color:#333;
  padding: 1em !important;
}

.navbar-brand {
background-color: #292;
}

article div, article footer, article header {
  background-color: #eee;
}

article {
  background:rgba(0, 84, 17, 0.1);
  border:solid #292 2px;
  margin:1em;
}


.light, .light div {
  background-color:rgba(255, 255, 255, 0.05) !important;
}

.post .entry-meta {
  display: none;
}

#mailpoet_form_1 .mailpoet_text, #mailpoet_form_1 .mailpoet_textarea {
  max-width: 50%;
}

.postid-82 #mailpoet_form_1 {
  font-size: 0.8em;
}
