/*
Theme Name: base1
Author: Eric Janofski
Author URI: http://www.ericjanofski.com/
Description: HTML5 client theme
Version: 1.0

  font-family: 'Lato',Arial,Helvetica,sans-serif;

	Green
	#006200

	Dark Green
	#0b470b

  Yellow
  #e0a840

*/

/* Base Font Styles
------------------------------------------------------------ */
body,
h1,
h2,
h2 a:link,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
label,
select,
textarea,
ul,
li,
ol {
  font-family: 'Lato',Arial,Helvetica,sans-serif;	
  font-size: 18px;
	line-height: 1.6em;
	color: #333;
}

blockquote {
	background: transparent;
	border: none;
}

.skip-link {
  position: absolute;
  top: -1000px;
}

img.alignright {
  margin: 0 0 50px 50px;
}

/* Links
------------------------------------------------------------ */
a:link, a:visited {
	color: #0b470b;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #006200;
}

a.more-link:link, a.more-link:visited, #page a.more:link, #page a.more:visited {
	color: #333;
	font-size: 13px;
}

a.more-link:hover, a.more-link:active, #page a.more:hover, #page a.more:active {
	color: #006200;
}

a.open:link, a.open:visited {
	color: #444;
	text-transform: uppercase;
	border: 1px solid #444;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
	border-radius: 8px;
	padding: 6px 10px;
	font-size: 12px;
	display: block;
	float: left;
	margin-bottom: 20px;
}

a.open:hover, a.open:active {
	color: #006200;
	border-color: #006200;
}

#secondary a.open:link, #secondary a.open:visited {
	font-size: 12px;
	padding: 4px 10px;
}


/* Body
------------------------------------------------------------ */
body, html {
	background: #fff;
}

.entry-content img.border {
  border: 1px solid #ccc;
}

/* Header
------------------------------------------------------------ */

#global-top {
	background: #333;
	padding: 6px 0;
	color: #787878;
	line-height: 29px;
	font-size: 14px;
}

#global-top a:link, #global-top a:visited {
	color: #787878;
	text-decoration: none;
}

#global-top .right {
	margin-left: 25px;
}

#global-top .right a {
	text-transform: uppercase;
	font-size: 14px;
}

#global-top a.facebook {
	padding-right: 35px;
	line-height: 29px;
	height: 29px;
	overflow: hidden;
	display: block;
	background: url(images/facebook.png) no-repeat right top;
}

#global-top a.facebook:hover, #global-top a.facebook:active {
	background-position: right bottom;
}

#branding {
	padding: 0;
	border-bottom: 5px solid #ddd;
	z-index: 100;
	position: relative;
}

#branding .wrap {
	position: relative;
	height: 225px;
}

#branding hgroup {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

h1#logo, #logo {
	margin: 15px 0 0;
	padding: 0;
	flex: 400px 0;
	position: relative;
	left: -5px;
}

h1#logo a {
	margin: 0;
}

@media screen and (max-width: 600px) {
    #branding hgroup {
        flex-direction: column;
        flex-flow: column-reverse;
        align-items: center;
        margin: 0;
        gap: 20px;
    }

    h1#logo, #logo {
        flex: auto 0;
        margin: 0;
        padding: 0;
    }
    
}

.top-right-links {
    margin-top: 10px;
	margin-top: 15px;
    display: flex;
    gap: 15px;
    align-items: center;
}

.top-right-links a, .top-right-links a:visited {
    display: block;
}

.top-right-links img {
	width: 100px;
}

.top-right-links .ok-2-say img {
    width: 160px;
}

.top-right-links .trans img {
	width: 150px;
}


/* Main Menu
------------------------------------------------------------ */

nav#access a.menu-toggle {
	display: none;
}

nav#access {
  margin: 0;
  padding: 0;
	position: absolute;
	left: 0;
	bottom: -5px;
}

nav#access ul li {
	margin:0;
	padding:0;
	float: left;
	list-style: none;
	position: relative;
}

nav#access ul a:link, nav#access ul a:visited {
  color: #444;
  font-size: 14px;
  letter-spacing: 0.08em;
  padding: 8px 17px;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  font-weight: 900;
	border-bottom: 5px solid #ddd;
}

nav#access ul li.current-menu-item a {
	border-color: #006200;
}

nav#access ul a:hover, nav#access ul a:active {
	border-color: #e0a840;
}

/* sub menu */

nav#access ul ul {
	display: none;
	position: absolute;
	left: 0;
	top: 40px;
}

nav#access ul li:hover ul {
	display: block;
}

nav#access ul {
	background: #eee;
}

nav#access ul ul li a:link, nav#access ul ul li a:visited {
	width: 200px;
	padding: 8px 17px;
	font-size: 14px;
	border: none;
}

nav#access ul ul li a:hover, nav#access ul ul li a:active, nav#access ul ul li.current-menu-item a {
	color: #006200;
}

nav#access ul ul li:first-child a {
	padding-left: 17px;
}

/* HOME SLIDESHOW 
------------------------------------------------------------ */
#banner-wrapper {
	background: url(images/wolf.gif) repeat center top;
	width: 100%;
	border-bottom: 5px solid #ddd;
}

#banner {
	position: relative;
	text-align: center;
	height: 450px;
	background: url(images/loader.gif) no-repeat center center;
	z-index: 99;
}

#banner.initiated {
	height: auto;
	background: none;
}

#banner img {
	max-height: 450px;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

#banner li {
	margin: 0;
}

#banner .caption {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .7);
}

#banner .caption .inner {
  padding: 15px;
  width: 900px;
  margin: 0 auto;
}

#banner .caption p {
  color: #fff;
  margin-bottom: 0;
}

/* FEATURE HEADER
------------------------------------------------------------ */

.page-template-page-sinking-fund #main {
  padding-top: 0;
}

#feature-header {
  background: #006200;
  color: #fff;
  padding: 40px;
  margin-bottom: 40px;
}

#feature-header h1, #feature-header h2 {
  text-align: center;
  color: #fff;
}

#main .smcx-embed>.smcx-iframe-container, #main .smcx-embed {
  max-width: 100%;
}

/* ALERT BAR
------------------------------------------------------------ */

#alert-bar {
  background: #006200;
  color: #fff;
  padding: 23px 0 23px;
  border-bottom: 5px solid #ddd;
  margin-bottom: 20px;
}

#alert-bar a, #alert-bar a:visited {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding-left: 40px;
  line-height: 1.2em;
  display: block;  
  background: url(images/info.png) no-repeat left center;
  background-size: 30px 30px;
  padding-top: 6px;
  padding-bottom: 5px;
}



/* HEADERS
------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight: 400;
	line-height: 1.1em;
	margin-bottom: 10px;
}

h1 {
	font-size: 44px;
	margin-bottom: 25px;
	color: #006200;
	font-weight: 700;
}

.home h1 {
	margin-bottom: 10px;
	font-style: italic;
	text-align: center;
}

.page-id-7749 h1 {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3em;
}

h2, h2 a:link, h2 a:visited {
	font-size: 32px;
}

h3, #page h3 a:link, #page h3 a:visited, h4 {
	font-size: 20px;
	margin-bottom: 12px;
	color: #333;
	line-height: 1.5em;
}

h4 {
	margin-bottom: 15px;
}

#secondary h4 {
	text-transform: uppercase;
	font-size: 22px;
}

#page .mb {
	margin-bottom: 20px;
}

.entry-content h2 {
  margin-bottom: 20px;
}

.entry-content h3 {
  margin-bottom: 10px;
}

.entry-content hr {
  margin: 80px 0;
}

.entry-content p {
  margin-bottom: 30px;
}

/* MAIN
------------------------------------------------------------ */

#main {
	padding-top: 50px;
}

/* HOME
------------------------------------------------------------ */

#home-widgets {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 5px solid #eee;
}

#home-widgets h4 {
	font-size: 22px;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 3px solid #006200;
}

#home-widgets ol li {
	margin-left: 0;
	line-height: 1em;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #999;
}

#home-widgets h5, #home-widgets h5 a {
	margin-bottom: 5px;
}

.fb-like-box {
	border: 1px solid #ccc;
	border-top: none;
	border-top: 3px solid #006200;
}

#home-middle, #home-page-info {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 5px solid #eee;
	margin-bottom: 30px;
}

#home-middle img {
	width: 136px;
	margin-bottom: 7px;
}

#home-middle a:link, #home-middle a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	display: block;
}

#home-middle a:link span.icon, #home-middle a:visited span.icon {
	height: 136px;
	display: block;
	background: url(images/icon-food.png) no-repeat center top;
	overflow: hidden;
	margin-bottom: 5px;
}

#home-middle a.announcements:link span.icon, #home-middle a.announcements:visited span.icon {
	background-image: url(images/icon-announcements.png);
}

#home-middle a.calendar:link span.icon, #home-middle a.calendar:visited span.icon {
	background-image: url(images/icon-calendar.png);
}

#home-middle a:hover span.icon, #home-middle a:active span.icon {
	background-position: center bottom;
}

#home-middle a.small:link, #home-middle a.small:visited {
	font-weight: bold;
	font-size: 12px;
	color: #999;
	margin-top: 5px;
	text-transform: uppercase;
}

#home-middle a.small:hover, #home-middle a.small:active {
	color: #006200;
}

.flex-control-nav {
	display: none;
}

/* Events
------------------------------------------------------------ */

#page a.tribe-events-ical, #page a.tribe-events-gcal {
	margin-top: 0;
	background-color: #999;
}

#page .tribe-events-loop {
	max-width: none;
	margin: 0;
}

/*
#page .tribe-events-list {
	max-width: 700px;
	margin: 0 auto;
}
*/

#page .tribe-events-loop h2 a {
	margin-bottom: 10px;
}

#page .tribe-events-loop .tribe-events-event-meta {
	font-size: 15px;
}

#page .tribe-events-calendar a:link, #page .tribe-events-calendar a:visited {
	font-size: 14px;
	font-weight: normal;
}

.single-tribe_events #page h2.tribe-events-single-event-title {
	max-width: 800px;
}

.single-tribe_events #page .tribe-events-schedule {
	margin-top: 5px;
}

.single-tribe_events #page .tribe-events-schedule h3 {
	font-size: 16px;
	font-weight: normal;
	color: #555;
}

.single-tribe_events #page .tribe-events-content {
	margin-bottom: 30px;
}

.single-tribe_events #page .tribe-events-cal-links {
	display: none;
}

/* SECONDARY
------------------------------------------------------------ */

#secondary a {
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}

#secondary p {
	margin-bottom: 12px;
}

#secondary .widget {
	margin-bottom: 30px;
}

#page ul.fancy li {
	list-style: none;
	line-height: 1em;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #aaa;
	padding-left: 15px;
	background: url(images/bracket-light.jpg) no-repeat left 4px;
}

.page-template-page-documents-resources-php #page ul.fancy li {
	background-position-y: 6px;
}

ul.fancy li a:link, ul.fancy li a:visited {
	line-height: 1em;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
}

ul.fancy h3, #page ul.fancy h3 a:link, #page ul.fancy h3 a:visited {
	line-height: 1.1em;
	margin-bottom: 0;
}

#content ul.fancy li {
	margin-left: 0;
}

/* Archives
------------------------------------------------------------ */
#nav-below {
	margin-top: 10px;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}

/* Section Block
------------------------------------------------------------ */

section.block {
	background: #f5f5f5;
	margin-bottom: 30px;
	border-bottom: 5px solid #ddd;
}

.page-template-page-school-board-php section.block {
	margin-bottom: 0;
}

section.block .inner {
	border-top: 5px solid #e0a840;
	padding: 20px 20px 0;
}

section.block h2 {
	margin-bottom: 0px;
	padding: 10px;
	color: #fff;
	background: #006200;
	font-style: italic;
}

section.block ul {
	margin-bottom: 20px;
}

.page-template-page-staff-php p {
	margin-bottom: 4px;
}

.page-template-page-documents-resources-php p {
	margin-bottom: 8px;
}


/* MILLAGE
------------------------------------------------------------ */

.page-id-7749 .wrap {
  width: 1200px;
}

#post-7749 {
  padding-bottom: 70px;
}

#post-7749 h1 {
  text-align: center;
}

#post-7749 .intro {
  text-align: center;
  margin-bottom: 50px;
}

#post-7749 .intro, #post-7749 .intro p {
  font-size: 20px;
}

#post-7749 .intro h2 {
  margin-top: 50px;
}

#post-7749 .intro p {
  max-width: 800px;
  margin: 0 auto 30px;
}

a.button, a.button:visited {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background: #006200;
  font-size: 16px;
  border-radius: 3px;
}

a.button:hover {
  background: #333;
}

/* FOOTER
------------------------------------------------------------ */

#colophon {
	border-top: 6px solid #006200;
	margin: 0;
	padding: 0;
}

#colophon, #colophon p {
	font-size: 14px;
}

#footer-main {
	padding: 35px 0 0;
	background: #333334;
	border-top: 1px solid #e0a840;
}

#footer-main h4, #footer-main h4 a:link, #footer-main h4 a:visited {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 25px;
	clear: both;
}

#footer-main p {
 	line-height: 1.6em;
 	margin-bottom: 15px;
}

#footer-main, #footer-main p, #footer-main li, #footer-main p a:link, #footer-main p a:visited, #footer-main a:link, #footer-main a:visited,
#footer-main li a:link, #footer-main li a:visited {
	color: #989898;
	text-decoration: none;
	font-size: 14px;
}

#footer-main ul {
	margin-left: 0;
}

#footer-main li {
	list-style: none;
	line-height: 1em;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #555;
	padding-left: 15px;
	background: url(images/bracket.jpg) no-repeat left 4px;
}

#footer-main li a:link, #footer-main li a:visited {
	line-height: 1.2em;
	font-size: 14px;
}

#footer-main li a:hover, #footer-main li a:active,
#footer-main p a:hover, #footer-main p a:active,
#footer-main a:hover, #footer-main a:active {
	color: #006200;
}

#copyright {
  padding-top: 15px;
}

#footer-main a.view-map:link, #footer-main a.view-map:visited {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 900;
	display: block;
	margin-top: 5px;
}

#footer-main a.open:link, #footer-main a.open:visited {
	text-transform: uppercase;
	border: 1px solid #555;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
	border-radius: 8px;
	padding: 6px 10px;
	font-size: 12px;
	display: block;
	float: left;
}

#footer-main a.open:hover, #footer-main a.open:active {
	border-color: #006200;
	color: #006200;
}

#footer-bottom {
	background: #1f1f1f;
	padding: 20px 0;
	color: #6a6a6a;
	font-size: 14px;
}

#colophon a.facebook {
	opacity: .7;
}

#colophon a.facebook:hover, #colophon a.facebook:active {
	opacity: 1;
}

#colophon #tribe-events-list-widget-2 {
	z-index: 2;
	position: relative;
}

#colophon #tribe-events-list-widget-2 h5, #colophon #tribe-events-list-widget-2 h5 a {
	margin-bottom: 5px;
}

#colophon #tribe-events-list-widget-2 .duration {
	color: #555;
	font-size: .9em;
}


strong.label {
	margin-bottom: 4px;
	display: block;
}

.paw {
	text-align: center;
	position: relative;
	top: -13px;
	z-index: 1;
}

.paw img {
	width: 200px;
	opacity: .1;
}

/* powerschool */
#text-5 {
	margin-top: 30px;
}

#text-5 h4 img {
	width: 130px;
}

#featured-pages {
  margin-top: 20px;
}


/* iframe */

.iframe-container {
    position: relative;
    padding-bottom: 56.25%; /* This creates a 16:9 aspect ratio (9/16 * 100) */
    padding-top: 25px; /* Optional: adjust for specific content like YouTube controls */
    height: 0;
    overflow: hidden;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/* Footer
------------------------------------------------------------ */

.base1 img {
  height: 50px;
  margin-right: 15px;
}
@media only screen and (max-width: 900px) {

    nav#access ul a:link, nav#access ul a:visited {
        padding-left: 10px;
        padding-right: 10px;
    }

} @media only screen and (max-width: 800px) {

	h1#logo, #logo {
		width: 350px;
	}

} @media only screen and (max-width: 767px) {

	h1#logo, #logo {
		width: 300px;
	}

	#branding .wrap {
		height: auto;
		margin: 0;
	}

	#branding hgroup {
		margin: 0 20px;
	}

	nav#access {
		position: static;
		clear: both;
		float: none;
		margin-top: 10px;
		border-top: 5px solid #ddd;
	}
	
	nav#access a.menu-toggle {
		display: block;
		padding: 5px 0;
		text-align: center;
		font-size: 20px;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: bold;
		line-height: 32px;
		height: 32px;
	}
	
	nav#access a.menu-toggle img {
		position: relative;
		top: -2px;
		padding-left: 4px;
		width: 22px;
	}

	#menu-main-menu {
		display: none;
	}
	
	#menu-main-menu.open {
		display: block;
	}
	
	nav#access ul {
		background: none;
	}
	
	nav#access ul li {
		float: none;
		clear: both;
		padding: 0;
		border-top: 2px solid #fff;
		background: #eee;
	}
	
	nav#access ul a:link, nav#access ul a:visited {
		padding: 10px 20px;
		border: none;
		font-size: 14px;
	}

	nav#access ul a:hover, nav#access ul a:active, nav#access ul li.current-menu-item a {
		border: none;
		color: #006200;
	}
	
	nav#access ul ul {
		display: block;
		position: static;
		padding: 0;
		background: none;
	}

	nav#access ul ul li a:link, nav#access ul ul li a:visited, nav#access li#menu-item-1054 ul a {
		padding-bottom: 10px;
		padding-left: 40px;
		width: auto;
	}
	
	.paw {
		margin: 30px 0 50px;
		position: static;
		clear: both;
	}
	
	.award img {
		width: 110px;
	}
	
	.trans {
		margin-left: 5px;
	}
	
} @media only screen and (max-width: 650px) {

	#main {
		padding-top: 30px;
	}

	h1#logo, #logo {
		clear: both;
		float: none;
		text-align: center;
		margin-bottom: 20px;
		width: auto;
		left: 0;
	}
	
	h1#logo img, #logo img {
		width: 400px;
	}
	
	hgroup {
		text-align: center;
	}
	
	.award {
		float: none;
	}
	
	.trans {
		float: none;
		margin-left: 0;
	}

	.flex-control-nav {
		display: block;
	}
	
	
} @media only screen and (max-width: 500px) {

	#global-top .right {
		margin-left: 0;
		float: left;
		clear: both;
	}
	
}
