/*
Theme Name: Sheringham Woodfields School
Theme URI: https://sheringhamwoodfields.co.uk.co.uk/
Author: Wayne Beauchamp
Author URI: https://www.waynebeauchamp.co.uk/
Description: A child theme for TT5.
Requires at least: 5.8
Tested up to: 5.9
Requires PHP: 5.6
Version: 0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive-child
Template: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments

Twenty Twenty-Five Child WordPress Theme, (C) 2021 WordPress.org
Twenty Twenty-Five Child is distributed under the terms of the GNU GPL.
*/

@import url('event_list.css');
@import url('https://use.typekit.net/pav8ikv.css');

h1, h1.has-system-font-font-family, .festive-regular { 
	font-family: "fillip", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: black;
}


div#n2-ss-2, .n2-ss-text {
	font-family: "fillip", sans-serif !important;
	text-shadow: 2px 2px 8px #000 !important;
}

body {
	font-family: "fillip", sans-serif;
	font-weight: 400;
	font-style: normal;
	
	margin: 0;
	background-image: url("images/wave.svg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
	background-attachment: fixed;
	
}

header {  }


.sticky {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	background-color: transparent;
	transition: 0.3s all;
	padding: 6px;
}

main {padding-top: 40px;}


/*
 * font-family: "fillip", sans-serif;
 * 
font-weight: 400;
font-style: italic;

font-weight: 700;
font-style: italic;
*/

.sticky {
	background-image: url("../wp-content/uploads/2026/03/Green-Waves.jpg");
	background-size: cover;
	background-position: 53% 57.99999999999999%;
}


ul.social { list-style-type: none; }
ul.social a { text-decoration: none; }
ul.social li { margin: 10px 0; font-size: 1.20em; font-weight: bold; }

nav.footer_pages ul { list-style-type: none; margin-left: 0; font-size: 0.8em; line-height: 1.2em; padding-left:0;  }
nav.footer_pages ul li { margin-bottom: 0.6em;  }
nav.footer_pages ul li a, footer h3 a { color: white; text-decoration: none;  }

nav.side_pages ul { list-style-type: none; margin: 0; font-size: 1em; line-height: 1.1em; padding:0; border: 2px solid white;  }
nav.side_pages ul li { margin: 0; border-bottom: 1px solid #0faf1a;  }
nav.side_pages ul li a { padding: 8px 8px 14px 8px; text-decoration: none; display: block; width: 100%; -webkit-align-items: center;  }
nav.side_pages li.current_page { background-color:  #0faf1a; color: white; }
nav.side_pages li.current_page a { color: white; }
nav.side_pages li:hover { background-color: #DEDEDE; color: black; }

.footer-icons img { width: 120px;  height: 120px; object-fit: contain; margin: 12px; }
