/*
 Theme Name:   Twenty Twelve Child
 Template:     twentytwelve
*/

/* Google Adsense START */
.adsense1-1 { margin-bottom: 20px; }
.adsense1-2 { margin-top: 20px; }
ins { background: transparent; }
/* Google Adsense END */

/* Site title colors */
.site-header h1 a,
.site-header h2 {
  color: #dd8808;
}
.site-header h1 a:hover {
  color: #21759b;
}

/* Custom background */
body.custom-background {
  background-color: #c0d847;
  background-image: url("https://pub-26a03b188040413da33f58f57dfd78b0.r2.dev/wp-content/uploads/2015/08/20150802-1.jpg");
  background-position: left top;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

/* Breadcrumb */
.breadcrumb {
  margin-bottom: 3.5rem;
  font-size: 11px;
  font-weight: 700;
  color: #636363;
  line-height: 24px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 1.5rem;
}

/* Entry header */
.entry-header {
  border-bottom: none;
}

/* Navigation spacing */
.nav-single {
  margin-bottom: 2rem;
}
.nav-below {
  margin-top: 1rem;
}

/* Footer colophon */
#colophon {
  border-top: 1px solid #ededed;
  margin-top: 2rem;
  padding-top: 1rem;
}

/* Contact page: iframe on desktop, button on mobile */
@media (max-width: 600px) {
  .hide-mobile { display: none !important; }
  .show-mobile { display: block !important; }
}
