/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 15 2026 | 18:50:38 */
body:not(.overlay-header) .primary-menu > li > a, body:not(.overlay-header) .primary-menu > li > .icon, .modal-menu a, .footer-menu a, .footer-widgets a, #site-footer .wp-block-button.is-style-outline, .wp-block-pullquote::before, .singular:not(.overlay-header) .entry-header a, .archive-header a, .header-footer-group .color-accent, .header-footer-group .color-accent-hover:hover {
    color: #b35900;
}
.color-accent, .color-accent-hover:hover, .color-accent-hover:focus, :root .has-accent-color, .has-drop-cap:not(:focus)::first-letter, .wp-block-button.is-style-outline, a {
    color: #b35900;
}

button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
    background-color: #b35900;
}

.social-icons a, #site-footer button:not(.toggle), #site-footer .button, #site-footer .faux-button, #site-footer .wp-block-button__link, #site-footer .wp-block-file__button, #site-footer input[type="button"], #site-footer input[type="reset"], #site-footer input[type="submit"] {
    background-color: #b35900;
}


h3, .heading-size-3 {
    font-size: 2.8rem;
}

h2, .heading-size-2 {
    font-size: 3.2rem;
}

blockquote {
    border-width: 0 0 0 0;
	margin-top: 1em;
	margin-bottom: 1em;
	
}
blockquote p {
     font-size: small;
	   margin: 0em;
	  background-color: #eee;
	  padding: 0 10px;
	  line-height: 1em;
	
}
h2.entry-title {
	font-size: 2em;
}

h1.entry-title {
	font-size: 2em;
}
.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 60rem;
    width: calc(100% - 4rem);
}

p {
	color: #000;
	font-size: smaller;

}

span.emptymonth {
	color: #ccc;
	
}

.parent {
  display: flex;
  width: 70%;
	margin: center;
}

.child {
  flex: 1;
  margin: 10px;
}

.child:first-child {
  margin-right: 100px;
}

.featured-media img {border: 2px solid #ddd;}

.entry-content > * {
	margin-bottom: 0.5em
}

