.sidebar-default {
	text-align: center;
}

.sidebar-default .widget-title {
	text-align: center;
}

.widget_categories select, .widget_archive select, select {
    display: initial;
}

.credit li {
    display: none;
}

body {
    font-size: 14.5px;
}

.widget.widget_text .textwidget { 
    font-weight: 500;
}

.footer-widgets ul >li >a { 
    font-size: 16px; 
}

.previous_posts a {
    font-size: 16px;   /* adjust to the size you want */
    color: #333333;    /* optional: change link color */
}

.previous_posts a:hover {
    color: #ff6600;    /* optional: color when hovered */
    text-decoration: underline; /* optional hover effect */
}

.next_posts a {
    font-size: 16px;   /* adjust to your preferred size */
    color: #333333;    /* optional: change text color */
}

/* Main navigation menu font size */
.navbar-nav > li > a {
    font-size: 18px;   /* change to your desired size */
    color: #333333;    /* optional: change menu text color */
}

/* Optional hover effect */
.navbar-nav > li > a:hover {
    color: #ff6600;    /* change hover color if desired */
}

.recipe-instructions ul {
    list-style-type: decimal;
    margin-left: 1.5em;
}

h1 { color: #028848; }  /* Changes H1 headings to orange-red */

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

/* Increase font size and make "See more..." easier to read */
a.more-link,
a.read-more,
a.btn-see-more {
  font-size: 18px !important;   /* adjust to taste — try 20px for even bigger */
  font-weight: 600;             /* optional: makes it bolder */
  color: inherit;               /* keeps existing color */
}	

.wprm-halve-button {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #333;
  font-size: 14px;
  padding: 4px 10px;
  margin-right: 4px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.wprm-halve-button:hover {
  background-color: #fff3e0;
  border-color: #f5a623;
  color: #111;
}

.wprm-halve-button.wprm-toggle-active {
  background-color: #f5a623;
  color: #fff;
  border-color: #f5a623;
}

}

