<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Home Search */
.home-search {
  max-width: 50%;
}

/* Sidebar */
.sidebar-menu-ul a {
  color: #653B22 !important;
  font-size: 16px;
}
.sidebar-img img{
  max-width: 45%;
}
.side-bar-color a {
  color: #653b22;
  margin-bottom: 2rem;
  font-size: 16px;
}
.sidebar-img {
  margin-top: 3rem;
}

/* News */
.wp-caption-text {
  font-style: italic !important;
}
/* Events */
.events-list .tribe-events-loop {
  max-width: 100%;
}
.type-tribe_events:nth-child(odd) {
  background: #eeeeee;
}
.tribe-events-list .type-tribe_events {
  padding: 3rem;
}
/* Media */
@media screen and (max-width: 768px) {
  .home-search {
    max-width: 100%;
  }
}</pre></body></html>