/*
Theme Name: Summerville Evening Rotary
Theme URI: https://ser.cloudmanager.center/
Author: Summerville Evening Rotary Club
Author URI: https://ser.cloudmanager.center/
Description: A modern, civic-confident theme for the Summerville Evening Rotary Club website. Navy & gold palette, editorial typography (Newsreader + Manrope), and layouts purpose-built for a Rotary club: home with three hero variations, service projects, fundraisers, club history, leadership, and member pages.
Version: 1.0.2-editable-pages
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: summerville-evening-rotary
Tags: nonprofit, custom-menu, custom-logo, custom-colors, full-width-template, two-columns, footer-widgets, threaded-comments, translation-ready

Main site styles live in assets/css/site.css (loaded via wp_enqueue_style in functions.php).
This file holds the required theme header and a minimal block-editor-friendly fallback.
*/

/* Editor + admin minimal reset so block previews don't look broken */
.wp-block { max-width: none; }

/* Screen-reader-only text, visible on keyboard focus */
.screen-reader-text,
.skip-link {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus,
.skip-link:focus {
	position: fixed;
	top: 16px;
	left: 16px;
	z-index: 999999;
	width: auto;
	height: auto;
	padding: 12px 18px;
	margin: 0;
	overflow: visible;
	clip: auto;
	white-space: normal;
	background: #ffffff;
	color: #000000;
	border: 2px solid #000000;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.mc-event-list .list-preset {
    border: 0 !important;
    border-bottom: 1px solid #afafaf !important;
    border-radius: 0 !important;
}

.mc-event-list .mc-group-1 {
    padding: 15px 25px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
    box-shadow: 2px 2px rgba(0,0,0,0.2);
		margin-right: 35px !important;
}

.mc-event-list  .mc-date-badge {
 
    margin-right: 0 !important;
}

.mc-event-list .month {
		color: #f7a50b;
}

.mc-event-list .day {
		color: #0234a0;
}

body ul.mc-event-list:has(li.list-preset) {
		display: flex;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: wrap;
}

.mc-event-list  .mc-group-2 strong {
		font-size: 29px;
		color: #f7a50b;
}

.mc-event-list  .mc-group-3 img {
		padding: 15px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
    box-shadow: 2px 2px rgba(0,0,0,0.1);
		max-width: 100% !important;
}

.wpcf7 form label {
  display: block;
  margin-bottom: 18px;
  font-weight: 500;
  color: #0b1633;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  margin-top: 8px;
  padding: 14px 16px;
  border: 1px solid #c8d1e1;
  border-radius: 6px;
  font-size: 16px;
  color: #0b1633;
  background: #fff;
  box-sizing: border-box;
}

.wpcf7 textarea {
  height: 145px;
  resize: vertical;
}

.wpcf7 select:focus,
.wpcf7 input:focus,
.wpcf7 textarea:focus {
  outline: none;
  border-color: #2f6bff;
  box-shadow: 0 0 0 1px #2f6bff;
}

.cf7-row {
  display: flex;
  gap: 20px;
}

.cf7-full {
  width: 100%;
}
.cf7-half {
  width: 50%;
}

.wpcf7-submit {
  width: auto;
  padding: 14px 28px;
  border: none;
  border-radius: 6px;
  background: #0b1633;
  color: #fff;
  cursor: pointer;
}

.wpcf7-submit:hover {
  background: #1c2d5a;
}

@media (max-width: 767px) {
  .cf7-row {
    flex-direction: column;
    gap: 0;
  }

  .cf7-half {
    width: 100%;
  }
}

.grecaptcha-badge { visibility: hidden; }

.ri-link .arrow {
	max-width: 39px;
}