/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.5.15,
* Autoprefixer: v10.5.0
* Browsers: last 4 version
*/

/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Child theme for GeneratePress
 Author:       Your Name
 Template:     generatepress
 Version:      1.0.0
*/
/* Remove underline from unlinked menu labels */
.main-navigation a:not([href]),
.main-navigation a[href="#"],
.main-navigation a[href=""] {
  text-decoration: none !important;
  cursor: default;
}
/* 1. Global Page Background & Fonts */
body {
  background: url(/wp-content/uploads/2026/09/page_bg.png) 50% 0 repeat-x;
  background-size: initial;
  background-repeat: repeat-x;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: #566325;
  color: #646464;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
/* 2. Main Site Container Box */
.site-outer-wrapper {
  max-width: 980px;
  margin: 0 auto;
  background: url(/wp-content/uploads/2026/09/wrapper_bg.png) 0 0 repeat-x;
  background-color: #45511b;
}
.grid-container {
  max-width: 980px;
}
.site-content {
  padding: 15px;
}
.site-header {
  width: auto;
  height: 125px;
  padding: 0px;
  position: relative;
  z-index: 10;
  clear: both;
  padding-top: 25px;
  background-color: transparent;
}
.inside-header {
  padding: 0px;
}
/* links */
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:link,
a:visited,
.widget_nav_menu a {
  color: #d8f75b;
}

/* 3. Section Titles / Heading Accents (Maroon Text) */
.content-area a:link,
.content-area a:visited {
  color: #7fa301;
}
.site-content a:hover {
  color: #7fa301;
}

/* 3. Section Titles / Heading Accents */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin-bottom: 5px;
  line-height: 100%;
  color: #7fa301;
}

h1,
h2,
h3 {
  font-weight: 600;
}

h1 {
  font-size: 300%;
}
h2 {
  font-size: 250%;
}
h3 {
  font-size: 200%;
}
h4 {
  font-size: 175%;
}
h5 {
  font-size: 150%;
}
h6 {
  font-size: 125%;
}

/* 4. Sidebar Box Styling (Classic Bordered Widgets) */
.widget,
.sidebar .widget-area {
  border: 1px solid #cccccc;
  background-color: #fcfcfc;
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 3px;
}

/* Sidebar Box Headers */
.widget .widget-title {
  font-size: 15px;
  margin-top: 0;
  color: #800000;
}

/* 5. Sidebar Menu Links */
.widget_nav_menu ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.widget_nav_menu li {
  border-bottom: 1px dashed #e0e0e0;
  padding: 4px 0;
}

.widget_nav_menu a:hover {
  text-decoration: underline;
}

/* Indent sub-menu items like original site */
.widget_nav_menu ul.sub-menu {
  padding-left: 15px;
}

.widget_nav_menu ul.sub-menu li {
  border-bottom: none;
  font-size: 12px;
}
.site-content .content-area {
  width: 77.4%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 77.4%;
          flex: 0 0 77.4%;
}
.is-right-sidebar {
  width: 22.6%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22.6%;
          flex: 0 0 22.6%;
}
.sidebar .widget {
  background: transparent;
  padding: 10px 0px 20px 0px;
}
.widget,
.sidebar .widget-area {
  border: none;
}
p {
  margin: 1em 0;
}
.widget_nav_menu ul.sub-menu {
  padding-left: 0;
}
.widget ul li {
  padding: 0;
  margin: 0;
  font-weight: 600;
}
.widget ul.sub-menu li {
  position: relative;
  padding-left: 10px;
}
.widget ul.sub-menu li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: " \003E";
}
.widget ul li a {
  text-decoration: none;
}
.widget ul li ul {
  margin-top: 0;
}
.widget_nav_menu li {
  border-bottom: 0;
}
.widget_nav_menu .menu-item-has-children {
  margin-bottom: 10px;
}
.wp-block-table table {
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.wp-block-table .has-fixed-layout {
  width: 90%;
  margin: 0 auto 1em;
}
.wp-block-table td,
th {
  padding: 1px;
}
.wp-block-table td,
.wp-block-table th {
  border: none;
}
.site-info {
  background-color: #566325;
  color: white;
  font-size: 12px;
}
.entry-meta {
  font-size: 12px;
}
.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.one-container .container,
.separate-containers .paging-navigation,
.inside-page-header {
  border-radius: 15px;
  padding: 15px;
}

.separate-containers .inside-article,
.inside-article {
  padding-bottom: 90px;
  background-image: url(/wp-content/uploads/2026/09/article_separator.png);
  background-repeat: no-repeat;
  background-position: center calc(100% - 50px);
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #45511b;
  border-radius: 15px;
  font-size: 16px;
  padding: 10px 15px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #7fa301;
}