@import url('../twentyeleven/style.css');
/*
Theme Name: outdoorsportsman
Author: Renuka Prasad .Y
Author URI:
Template: twentyeleven
Version: 1.0
*/

/* =Design tokens
----------------------------------------------- */
:root {
	--forest: #1f3d2b;
	--forest-dark: #12261a;
	--forest-light: #2d5540;
	--accent: #c8712d;
	--accent-dark: #a85b1f;
	--cream: #f6f3ea;
	--surface: #ffffff;
	--ink: #23271f;
	--muted: #6b6d61;
	--border: #e3ddcc;
	--radius: 10px;
	--shadow: 0 6px 20px rgba(20, 30, 20, 0.08);
	--max-width: 1180px;
	--font-heading: 'Poppins', 'Segoe UI', Arial, sans-serif;
	--font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

/* =Reset / base
----------------------------------------------- */
* { box-sizing: border-box; }

html { background: var(--cream); }

body,
body.custom-background {
	font: normal 16px/1.6 var(--font-body);
	color: var(--ink);
	background: var(--cream) !important;
	background-image: none !important;
}

img { max-width: 100%; height: auto; }

a {
	text-decoration: none;
	color: var(--accent-dark);
	outline: none !important;
}
a:hover { color: var(--forest); }
:focus { outline: 2px solid var(--accent); outline-offset: 2px; }

h1, h2, h3, h4, hgroup h1, hgroup h2 {
	font-family: var(--font-heading);
	color: var(--forest-dark);
	font-weight: 700;
	line-height: 1.25;
}

/* =Page shell
----------------------------------------------- */
div#page {
	position: relative;
	font: inherit;
	color: var(--ink);
	margin: 0 auto;
	width: 100%;
	max-width: none;
	padding: 0;
	background: none;
	overflow: visible;
}

#main {
	clear: both;
	max-width: var(--max-width);
	margin: 40px auto;
	padding: 0 20px;
	background: none;
	float: none;
	width: auto;
	display: flex;
	gap: 40px;
	align-items: flex-start;
}

#primary {
	width: auto !important;
	max-width: 100%;
	margin: 0 !important;
	float: none !important;
	flex: 1 1 auto;
	min-width: 0;
}

#content {
	margin: 0;
	width: auto !important;
	float: none;
}

/* =Header
----------------------------------------------- */
header#branding {
	background: var(--forest);
	border: 0;
	padding: 0;
	position: sticky;
	top: 0;
	z-index: 200;
	box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

.header-inner {
	max-width: var(--max-width);
	margin: 0 auto;
	padding: 14px 20px;
	display: flex;
	align-items: center;
	gap: 24px;
}

.site-branding {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-right: auto;
}

.logo {
	position: static;
	left: auto;
	top: auto;
	z-index: auto;
	line-height: 0;
}
.logo img {
	height: 56px !important;
	width: 56px !important;
	max-width: 56px !important;
	border-radius: 50%;
	background: #fff;
	padding: 3px;
	object-fit: cover;
}

hgroup #site-title,
hgroup #site-title a,
hgroup #site-description {
	color: #fff;
	font-family: var(--font-heading);
}
#site-title {
	font-size: 22px;
	margin: 0;
}
#site-title a { color: #fff !important; text-decoration: none; }
#site-description {
	font-size: 12px;
	font-weight: 400;
	color: #cfe0d5;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.cta {
	position: static;
	z-index: auto;
	width: auto;
	height: auto;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font: 700 16px var(--font-heading);
	color: #fff !important;
	padding: 10px 18px;
	letter-spacing: 0.02em;
	background: var(--accent);
	border-radius: 999px;
	white-space: nowrap;
	transition: background 0.15s ease;
}
.cta:hover { background: var(--accent-dark); color: #fff; }
.cta:before {
	content: "\260E";
	font-size: 14px;
}

.menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	border: 0;
	background: rgba(255,255,255,0.12);
	border-radius: 8px;
	cursor: pointer;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.menu-toggle span {
	display: block;
	width: 22px;
	height: 2px;
	background: #fff;
	border-radius: 2px;
	transition: transform 0.2s ease, opacity 0.2s ease;
}
.menu-toggle.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-active span:nth-child(2) { opacity: 0; }
.menu-toggle.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* =Navigation
----------------------------------------------- */
nav#access {
	background: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}
nav#access div { margin: 0; padding: 0; }

ul#mainnav {
	width: auto;
	z-index: 99;
	padding-left: 0;
	display: flex;
	list-style: none;
	margin: 0;
}
ul#mainnav li {
	display: inline;
	list-style: none;
	float: none;
	background: none;
	padding: 0;
	z-index: 10;
	position: relative;
}
ul#mainnav li#menu-item-41 { background: none; padding: 0; }
ul#mainnav li a {
	font: 600 14px var(--font-body) !important;
	color: #eef3ee;
	text-decoration: none;
	display: block;
	padding: 10px 16px !important;
	white-space: nowrap;
	border-radius: 6px;
	transition: background 0.15s ease, color 0.15s ease;
}
#mainnav li ul.sub-menu {
	background: var(--forest-dark);
	display: none;
	left: 0;
	padding: 6px;
	position: absolute;
	top: 100%;
	width: 180px;
	z-index: 6;
	border-radius: 8px;
	box-shadow: var(--shadow);
}
#mainnav li ul.sub-menu li { padding: 0; }
#mainnav li ul.sub-menu li a {
	background: none !important;
	color: #eef3ee;
	padding: 8px 12px !important;
	border-radius: 6px;
}
#mainnav li ul.sub-menu li a:hover { background: var(--forest-light) !important; }
#mainnav li:hover ul.sub-menu { display: block; }

ul#mainnav li a:hover,
ul#mainnav li:hover a,
ul#mainnav li.current_page_item a,
.post-type-archive #menu-item-32 a,
.page-id-232 #menu-item-32 a,
li.current-menu-parent > a,
li.current-menu-ancestor > a {
	background: var(--accent) !important;
	color: #fff !important;
}

/* =Hero
----------------------------------------------- */
.hero {
	width: 100%;
	background: var(--forest-dark);
	overflow: hidden;
	line-height: 0;
}
#bannerspace_wrap,
#bannerspace,
.hero .slide {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
}
.hero img { width: 100%; height: auto; display: block; }
#bannerspace_nav { display: none !important; }

/* =Content area
----------------------------------------------- */
#content h2,
.entry-content h2 {
	font: 700 26px var(--font-heading) !important;
	color: var(--forest-dark) !important;
	margin: 0 0 14px;
}
.entry-title, .entry-title a {
	font: 700 30px var(--font-heading);
	color: var(--forest-dark);
}
.entry-content, .entry-summary {
	padding: 0;
	font-size: 16px;
	color: var(--ink);
}
.entry-content p { margin: 0 0 16px; }

#primary #content,
#primary #content article {
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	padding: 32px 36px;
}

/* the big promo/flyer images embedded in post content read as cards */
.entry-content img.alignnone,
.entry-content img.size-full {
	border-radius: 8px;
	box-shadow: 0 4px 14px rgba(0,0,0,0.12);
	max-width: 100% !important;
	height: auto !important;
	width: auto;
}

#list { margin: 0; width: auto; float: none; }
#list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 50%;
}
#list ul li {
	list-style: none;
	margin: 0;
	padding: 8px 0 8px 22px;
	background: none;
	position: relative;
}
#list ul li:before {
	content: "\2192";
	position: absolute;
	left: 0;
	color: var(--accent);
	font-weight: 700;
}
#list ul li a {
	font: 500 15px var(--font-body);
	color: var(--ink);
}
#list ul li a:hover { color: var(--accent-dark); }

/* =Sidebar
----------------------------------------------- */
#secondary {
	margin: 0 !important;
	width: 300px;
	max-width: 100%;
	float: none !important;
	flex: 0 0 300px;
}
#category {
	margin: 0;
	width: auto;
	float: none;
	padding: 0 0 20px;
}
#category ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
#category ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	transition: transform 0.12s ease, border-color 0.12s ease;
}
#category ul li:hover {
	transform: translateY(-2px);
	border-color: var(--accent);
}
#category ul li a {
	font: 600 15px var(--font-heading);
	font-style: normal;
	color: var(--forest-dark);
	display: block;
	padding: 14px 16px;
}
#category ul li a:hover { color: var(--accent-dark); }

#secondary .widget,
#secondary aside.widget {
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	padding: 20px;
	margin-bottom: 20px;
}
#secondary .widget-title,
#secondary h3.widget-title {
	font: 700 16px var(--font-heading);
	color: var(--forest-dark);
	margin: 0 0 12px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}
.textwidget { width: auto; }
.textwidget img { border-radius: 8px; }

/* Newsletter signup */
div.newsletter { float: none; width: auto !important; padding: 0; }
div.newsletter span[style] {
	float: none !important;
	display: block !important;
	margin: 0 0 10px !important;
	font: 700 14px var(--font-heading) !important;
	color: var(--forest-dark) !important;
}
div.newsletter span[style] img { display: none; }
div.textwidget div.newsletter form {
	margin: 0 !important;
	width: auto !important;
	float: none !important;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
div.textwidget div.newsletter form input[type="text"],
div.textwidget div.newsletter form input[type="email"] {
	flex: 1 1 auto;
	min-width: 0;
	padding: 10px 12px !important;
	border: 1px solid var(--border) !important;
	border-radius: 6px;
	font: 14px var(--font-body) !important;
	width: auto !important;
}
div.textwidget div.newsletter form input.submit {
	height: auto !important;
	width: auto !important;
	padding: 10px 16px !important;
	background: var(--accent) !important;
	color: #fff !important;
	border: 0 !important;
	border-radius: 6px;
	font: 700 13px var(--font-body) !important;
	cursor: pointer;
}
div.textwidget div.newsletter form input.submit:hover { background: var(--accent-dark) !important; }

/* =Map
----------------------------------------------- */
#map { width: 100%; float: none; }
#map iframe {
	border: 1px solid var(--border);
	border-radius: var(--radius);
	width: 100%;
}

/* =Images / galleries
----------------------------------------------- */
img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img {
	border: 0;
	padding: 0;
}
div.page-id-36 div.ngg-gallery-thumbnail a img {
	width: 100px !important;
	max-width: 100px !important;
	height: 75px !important;
}

/* =Forms
----------------------------------------------- */
input.wpcf7-submit {
	background: var(--accent);
	color: #fff;
	border: 0;
	border-radius: 6px;
	padding: 10px 20px;
	font-weight: 700;
	cursor: pointer;
	margin: 0;
}
input.wpcf7-submit:hover { background: var(--accent-dark); }
.entry-content input[type="text"],
.entry-content input[type="email"],
.entry-content textarea {
	border: 1px solid var(--border);
	border-radius: 6px;
	padding: 10px 12px;
	font: 15px var(--font-body);
	width: 100%;
	max-width: 420px;
}
.entry-content table { width: 100% !important; border-collapse: collapse; }
.entry-content td, .comment-content td {
	border: 1px solid var(--border) !important;
	padding: 8px !important;
}
caption, th, td { vertical-align: middle !important; text-align: center !important; }

/* =Event calendar
----------------------------------------------- */
#aec-calendar { padding-top: 0 !important; }

/* =Footer
----------------------------------------------- */
footer#colophon {
	margin: 60px 0 0;
	width: 100%;
	max-width: none;
	background: var(--forest-dark);
	border: 0;
	padding: 0;
	color: #d9e3da;
	position: relative;
}
.footer-inner {
	max-width: var(--max-width);
	margin: 0 auto;
	padding: 40px 20px 24px;
}
.footer-widgets {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(255,255,255,0.12);
	margin-bottom: 20px;
}
.footer-widgets .widget {
	flex: 1 1 220px;
	color: #d9e3da;
}
.footer-widgets .widget-title {
	color: #fff;
	font: 700 15px var(--font-heading);
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin: 0 0 10px;
}
.footer-widgets a { color: #d9e3da; }
.footer-widgets a:hover { color: var(--accent); }

div#site-generator {
	background: none;
	border: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
}
p.copyrights {
	color: #a9b8ab;
	font: 400 13px var(--font-body);
	margin: 0;
}
p.social-icon { margin: 0; padding: 0; }
p.social-icon img {
	margin: 0 0 0 10px;
	width: 20px;
	height: 20px;
	opacity: 0.85;
}
p.social-icon a:hover img { opacity: 1; }

/* =Responsive
----------------------------------------------- */
@media screen and (max-width: 900px) {
	#main {
		flex-direction: column;
		gap: 24px;
	}
	#secondary { flex: 1 1 auto; width: 100%; }
	#primary #content, #primary #content article { padding: 24px; }
}

@media screen and (max-width: 700px) {
	.header-inner {
		flex-wrap: wrap;
		row-gap: 10px;
		padding: 12px 16px;
	}
	.site-branding {
		flex: 1 1 auto;
		min-width: 0;
		margin-right: 0;
	}
	.site-branding hgroup { min-width: 0; overflow: hidden; }
	#site-title {
		font-size: 15px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	#site-description { display: none; }
	.logo img { height: 38px !important; width: 38px !important; max-width: 38px !important; }
	.header-inner { flex-wrap: nowrap; }
	.cta {
		order: 1;
		margin-left: auto;
		font-size: 0;
		padding: 10px;
		border-radius: 50%;
		width: 40px;
		height: 40px;
		flex: 0 0 auto;
	}
	.cta:before { font-size: 18px; }
	.menu-toggle { display: flex; order: 2; flex: 0 0 auto; }
	nav#access {
		display: none;
		width: 100%;
		order: 3;
	}
	nav#access.nav-open { display: block; }
	ul#mainnav {
		flex-direction: column;
		padding: 10px 0;
	}
	#mainnav li ul.sub-menu {
		position: static;
		width: 100%;
		box-shadow: none;
	}
	#list ul { width: 100%; float: none; }
	#primary #content, #primary #content article { padding: 20px; }
}
