/*
Theme Name: CAVE SKIN Child
Description: CAVE site customizations for the SKIN parent theme.
Author: CAVE
Template: skin_tcd046
Version: 1.1.0
Text Domain: cave-skin-child
Requires at least: 6.1
Requires PHP: 8.0
Update URI: https://cave-gym.com/cave-skin-child/
*/

/* Preserve the site's four course categories when the parent is replaced. */
.course_categories { border-left: 0; }
.course_categories li { width: 25%; border-left: 1px solid #ddd; }

/* SKIN 2.1.6 adds flex layout here. Existing full-width pages and floated
 * sidebars need the original block layout, including tablet breakpoints. */
#body #main_col { display: block; overflow: visible; }

/* Keep the existing compact sidebar search control. */
.widget_search #searchform, .widget.google_search #searchform { border: 0; }
.widget_search #search-box, .widget_search #s, .widget.google_search #s {
	width: 85%; height: 40px; border: 1px solid #ccc; background: #eee;
}
.widget_search #search-btn input, .widget_search #searchsubmit,
.widget.google_search #searchsubmit { width: 15%; height: 40px; background-color: #222; }
.widget.google_search #searchsubmit { color: #aaa; }
