/*
Theme Name: Woodstock
Theme URI: https://woodstock.org
Author: Woodstock Library
Author URI: https://wordpress.org/
Description: Woodstock Library
Version: 1.0.9a5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wdstk

This theme, like WordPress, is licensed under the GPL.
*/
/* 
@font-face {
font-family: 'Lato';
src:
url('assets/fonts/Tiresias_Infofont_Italic.woff2') format('woff2'),
url('assets/fonts/Tiresias_Infofont_Italic.woff') format('woff'),
url('assets/fonts/Tiresias_Infofont_Italic.ttf') format('truetype');
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: 'Lato';
src:
url('assets/fonts/Tiresias_Infofont.woff2') format('woff2'),
url('assets/fonts/Tiresias_Infofont.woff') format('woff'),
url('assets/fonts/Tiresias_Infofont.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}
 */

html {
--scroll-behavior: smooth;
scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
html {
--scroll-behavior: auto;
scroll-behavior: auto;
}
}

* {
box-sizing: border-box;
}
html, body { margin: 0; padding: 0; }
body
{
	background-color: #fefcf7;
/* 
	background-color: oldlace;
	background-color: #fff;
	border-top: 5px #193435 solid;
	color: #7D6E5F;
 */
	font-family: 'Lato', sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
}
a {color: #906;}
a:hover {color: #333;}
#site-header
{
	max-width: 1200px;
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: auto;
	margin-top: 0;
}
ul#primary-menu
{
	list-style-type: none;
	margin: 0 0 240px 0;
	padding: 0;
	position: relative;
	text-align: center;
}
.menu-main-container { background-color: #fefcf7; }
.menu-main-container::before
{
	content: '';
	position: absolute;
	width: 100%;
	height: 255px;
	z-index: -1;
	background-image: url('/wp-content/uploads/2024/05/woodstock-library-background-scaled.jpg');
	background-repeat: no-repeat;
	background-position: center 40px;
	background-size: 1200px;
}
/* 
 */
.head-bg {
	position: absolute;
	top: 38px;
	height: 158px;
	background-position: center bottom;
	background-repeat: no-repeat;
}
#head-bg-1
{
	 left: 940px;
    width: 107px;
    background-size: 107px;
	background-image: url('/wp-content/uploads/2023/09/WPLD-young-reader.png');
}
#head-bg-2
{
	left: 1029px;
	width: 183px;
	background-size: 183px;
	background-image: url('/wp-content/uploads/2023/09/WPLD-harmonica-players.png');
}
#head-bg-3
{
	left: 1181px;
    width: 184px;
    background-size: 199px;
	background-image: url('/wp-content/uploads/2023/09/WPLD-YA-group.png');
}

ul#primary-menu > li.menu-item > ul.sub-menu
{
	display: block;
	list-style-type: none;
	position: absolute;
	bottom: auto;
	margin: 0;
	padding: 0 0 16px 0;
	background-color: #fefcf7;
	box-shadow: 10px 10px 0px #254A4D;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: visibility 0.5s, opacity 0.5s linear;
	z-index: 101;
	border-bottom: 2px #164B4E solid;
	border-right: 2px #164B4E solid;
	border-left: 2px #164B4E solid;
	border-top: 2px #164B4E solid;
}

ul#primary-menu > li.menu-item > ul.sub-menu.shw {
    opacity: 1;
    visibility: visible;
}
ul#primary-menu > li.menu-item > ul.sub-menu > li.menu-item > ul.sub-menu {
    margin: 0; padding: 0; list-style-type: none;
}
ul#primary-menu > li.menu-item > ul.sub-menu.shw > li,
ul#primary-menu > li.menu-item > .sub-menu > li,
ul#primary-menu > li.menu-item:hover > .sub-menu > li
 { display: block;}
ul#primary-menu > li.menu-item > ul.sub-menu.shw > li a,
ul#primary-menu > li.menu-item > ul.sub-menu > li a,
ul#primary-menu > li.menu-item:hover > ul.sub-menu > li a
{
	display: block;
    padding: 10px 15px 5px 15px;
/* 
    border-bottom: 1px solid #CCCCCC;
    border-left: 2px solid #164B4E;
    border-right: 2px solid #164B4E;
 */
	background-color: #fefcf7;
	font-family: 'Lato', sans-serif;
	color: #154B4E;
	font-size: 16px;
	line-height: 21px;
	font-weight: 500;
	text-align: left;
	text-decoration: none;
	min-width: 352px;
}

ul#primary-menu > li.menu-item > ul.sub-menu > li a:hover,
ul#primary-menu > li.menu-item > ul.sub-menu.shw > li a:hover
{
/* 
	border-bottom: 1px #706e6e solid;
 */
	background-color: #E5F4CD;
	color: #164B4E;
}

ul#primary-menu > li.menu-item
{
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	width: 165px;
/* 
	border-top: 2px #FEFCF7 solid;
	border-right: 2px #FEFCF7 solid;
	border-left: 2px #FEFCF7 solid;
 */
}
ul#primary-menu > li.menu-item:nth-child(2) { }
ul#primary-menu > li.menu-item:hover
{
	/* 
	background-color: #28BCB5;
	color: #154B4E;
 */
	font-weight: bold;
/* 
	border-top: 2px #164B4E solid;
	border-right: 2px #164B4E solid;
	border-left: 2px #164B4E solid;
 */
}
ul#primary-menu > li.menu-item:hover > a
{
	color: #154B4E;
	border-top: 2px #164B4E solid;
	border-right: 2px #164B4E solid;
	border-left: 2px #164B4E solid;
	position: relative;
}
ul#primary-menu > li.menu-item:hover > a:after
{
	position: absolute;
	content: "";
	bottom: -2px;
	height: 2px;
	left: 0;
	right: 0;
	background: #fefcf7;
	z-index: 999;
}
ul#primary-menu > li.menu-item:hover a { color: #154B4E; /* background-color: #28BCB5; */}
ul#primary-menu > li.menu-item.mn-home:hover
{
	box-shadow: none;
	background-color: #fff;
}
ul#primary-menu > li.menu-item:hover > .sub-menu
{
	visibility: visible;
	opacity: 1;
}

ul#primary-menu > li.menu-item a { text-decoration: none; }
ul#primary-menu > li.menu-item > a
{
/* 
	color: #11C1B8;
 */
	color: #164B4E;
	padding: 7px 15px 5px 15px;
	display: block;
	border-top: 2px #FEFCF7 solid;
	border-right: 2px #FEFCF7 solid;
	border-left: 2px #FEFCF7 solid;

}
ul#primary-menu > li > a { background-color: #fefcf7; }
/* 
ul#primary-menu > li.menu-item#menu-item-286 > a { background-color: #6a7b0e; }
ul#primary-menu > li.menu-item#menu-item-301 > a { background-color: #105461; }
ul#primary-menu > li.menu-item#menu-item-309 > a { background-color: #006600; }
ul#primary-menu > li.menu-item#menu-item-325 > a { background-color: #309877; }
ul#primary-menu > li.menu-item#menu-item-334 > a { background-color: #c3dc51; }
ul#primary-menu > li.menu-item#menu-item-342 > a { background-color: #799e84; }
ul#primary-menu > li.menu-item#menu-item-355 > a { background-color: #a8bc8c; }
 */
ul#primary-menu > li.current-menu-item > a { background-color: #E5F4CD; }
ul#primary-menu > li.current_page_parent > a { background-color: #E5F4CD; }


/* library services page-id-21 */
/* 
.page-id-21 .menu-main-container::before,
.parent-pageid-21 .menu-main-container::before {background-color: #28BCB5;}
 */
/* at our library page-id-299 */
/* 
.page-id-299 .menu-main-container::before,
.parent-pageid-299 .menu-main-container::before {background-color: #28BCB5;}
 */
/* ebooks page-id-51 */
/* 
.page-id-51 .menu-main-container::before,
.parent-pageid-51 .menu-main-container::before {background-color: #28BCB5;}
 */
/* events page-id-93 */
/* 
.page-id-93 .menu-main-container::before,
.parent-pageid-93 .menu-main-container::before {background-color: #28BCB5;}
 */
/* kids page-id-110 */
/* 
.page-id-110 .menu-main-container::before,
.parent-pageid-110 .menu-main-container::before {background-color: #28BCB5;}
 */
/* about-us page-id-126 */
/* 
.page-id-2 .menu-main-container::before,
.parent-pageid-2 .menu-main-container::before {background-color: #28BCB5;}
 */
/* contact-us page-id-143 */
/* 
.page-id-143 .menu-main-container::before {background-color: #28BCB5;}
 */

.menu-main-container.menu-item-286::before {background-color: #28BCB5;}
.menu-main-container.menu-item-301::before {background-color: #28BCB5;}
.menu-main-container.menu-item-309::before {background-color: #28BCB5;}
.menu-main-container.menu-item-325::before {background-color: #28BCB5;}
.menu-main-container.menu-item-334::before {background-color: #28BCB5;}
.menu-main-container.menu-item-342::before {background-color: #28BCB5;}
.menu-main-container.menu-item-355::before {background-color: #28BCB5;}
.menu-main-container.menu-item-1366::before {background-color: #28BCB5;}



/* 
ul#primary-menu > li.menu-item#menu-item-286:hover > a { background-color: #11c1b8; }
ul#primary-menu > li.menu-item#menu-item-301:hover > a { background-color: #11c1b8; }
ul#primary-menu > li.menu-item#menu-item-309:hover > a { background-color: #11c1b8; }
ul#primary-menu > li.menu-item#menu-item-325:hover > a { background-color: #11c1b8; }
ul#primary-menu > li.menu-item#menu-item-334:hover > a { background-color: #11c1b8; }
ul#primary-menu > li.menu-item#menu-item-342:hover > a { background-color: #a0b6ad; }
ul#primary-menu > li.menu-item#menu-item-355:hover > a { background-color: #11c1b8; }
 */

/* 
ul#primary-menu > li.menu-item#menu-item-309:hover > a { color: #193435; }
ul#primary-menu > li.menu-item#menu-item-325:hover > a { color: #193435; }
ul#primary-menu > li.menu-item#menu-item-334:hover > a { color: #193435; }
ul#primary-menu > li.menu-item#menu-item-342:hover > a { color: #193435; }
ul#primary-menu > li.menu-item#menu-item-355:hover > a { color: #193435; }
 */

ul#primary-menu > li.mn-home
{
	margin: 93px auto 0 auto;
	position: absolute;
	right: 0;
	left: 0;
	width: 340px;
	background-color: #fff;
	padding: 20px;
	display: none;
}
.home ul#primary-menu > li.mn-home
{
	/* display: block; */
}
ul#primary-menu > li.menu-item > ul.sub-menu.shw > li.subtitle
{
	position: absolute;
	color: #fff;
	font-size: 21px;
	font-weight: 600;
	line-height: 28px;
	top: 32px;
	right: 0;
	left: 0;
	text-align: center;
	width: 100%;
}
li.mn-home a
{
	display: none;
/* 
	display: block;
	width: 300px;
	height: 70px;
	background-repeat: no-repeat;
	background-size: 300px 70px;
	background-position: left top;
	background-image: url(assets/images/woodstock-library.png);
	background-image: linear-gradient(transparent, transparent), url(assets/images/woodstock-library.svg);
	text-indent: -1000px;
	overflow: hidden;
 */
}
ul#primary-menu > li.menu-item > ul.sub-menu.shw > li.menu-item > a,
ul#primary-menu > li.menu-item > ul.sub-menu.shw > li.menu-item > ul > li > a
{ }
ul#primary-menu > li.menu-item > ul.sub-menu.shw > li.menu-item:last-child { margin-right: 0; }
ul#primary-menu > li.menu-item > ul.sub-menu.shw.cols-1 > li.menu-item { width: 100%; }
ul#primary-menu > li.menu-item > ul.sub-menu.shw.cols-2 > li.menu-item { width: 50%; }
ul#primary-menu > li.menu-item > ul.sub-menu.shw.cols-3 > li.menu-item { width: 33.333%; }
ul#primary-menu > li.menu-item > ul.sub-menu.shw.cols-4 > li.menu-item { width: 25%; }
ul#side-menu
{
	margin-top: 15px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
}
ul#side-menu > li > a
{
	display: block;
	margin-top: 8px;
	color: #154B4E;
	font-size: 24px;
	text-decoration: none;
	line-height: 28px;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: none;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(153, 0, 102, 0.19);
}
ul#side-menu > li > ul {list-style-type: none; padding: 0; margin:0;}
ul#side-menu > li > ul > li {margin-bottom: 5px;	display: block;
}
ul#side-menu > li > ul > li > a
{
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 1px none #fff;
	border-bottom: 1px none #fff;
	background-color: #906;
	box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.23);
	line-height: 20px;
	position: relative;
	margin: 0px;
	padding: 10px 12px;
	border-style: none;
	border-width: 0px;
	border-color: rgba(153, 0, 102, 0.31);
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	text-decoration: none;
	text-transform: none;
}
ul#side-menu > li > ul > li > a:hover
{
	background-color: #fff;
	color: #906;
}
ul#side-menu > li > ul > li.current-menu-item > a {background-color: #58023c;}
ul#side-menu > li > ul > li.current-menu-item > a:hover {background-color: #fff;}
.notice {margin-bottom: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
border: 1px solid #cac8c8;
background-color: rgba(153, 0, 102, 0.07);}
.notice p {padding: 20px 20px 0px;
border-style: none;
border-width: 1px;
border-color: #cac8c8;}
.notice-button {
display: inline-block;
padding: 9px 15px;
background-color: #3898EC;
color: white;
border: 0;
line-height: inherit;
text-decoration: none;
cursor: pointer;
border-radius: 0;
margin-left: 20px;
background-color: #11c1b8;}
.notice-button:hover {background-color: #154B4E;}

.footerhours .t > .r > .c:first-child, .hours .t > .r > .c:first-child,
.hoursin.t > .r > .c:first-child, .hoursin.t > .r > .c:first-child
 {padding-right: 7px;}
.hours, .addr, .smcallout, .catalog {color: #333;margin-bottom:12px;}
.hoursup h4 {color: #333;}
.site-footer {color: #fff;}
.footer-widgets .hours, .footer-widgets .addr, .site-footer h4 {color: #fff;}
.site-footer h4 { text-transform: uppercase; }
#page
{
	margin: 0 auto 0 auto;
	overflow:hidden;
	position: relative;
}

#primary-navigation
{
	position: relative;
	color: #fff;
}
#content
{
	/* position: relative; */
	max-width: 1200px;
	padding: 0 10px 0 10px;
	margin: auto;
}
.home-content
{
	margin-top: 20px;
	margin-bottom: 20px;
}
#homerows {}
.hr-left, .hr-right
{
	display: inline-block;
	vertical-align: middle;
}
.hr-left
{
	padding-right: 100px;
	width: 460px;
	margin-right: 20px;
}
.hr-right { width: 700px; }
#homeblocks { margin: 20px 0 20px 0; }
.hblock
{
	width: 220px;
	height: 270px;
	display: inline-block;
	vertical-align: top;
	/* 
	background-color: #28BCB5;
 */
	background-color: #C5D7764D;
	padding: 20px;
	overflow: hidden;
	margin: 0 20px 20px 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	position: relative;
}
.hblock:last-child {margin-right: 0;}
#hr1 .hblock::before
{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #B08745;
	z-index: 0;
    opacity: 1.0;
}

/* 
.hblock:first-child {background-color: transparent;}
 */
/* 
.hb1 {	background-image: url('/wp-content/uploads/2023/02/WPLD-kids.jpg');}
.hb2 {	background-image: url('/wp-content/uploads/2023/02/WPLD-qui-gong.jpg');}
.hb3 {	background-image: url('/wp-content/uploads/2023/02/WPLD-scrabble.jpg');}
.hb4 {	background-image: url('/wp-content/uploads/2023/02/WPLD-kids-yoga.jpg');}
.hb4 {	background-image: url('/wp-content/uploads/2023/02/WPLD-kids.jpg');}
.hb5 {	background-image: url('/wp-content/uploads/2023/02/WPLD-scrabble.jpg');}
 */
.hbin
{
	background-color: #fff;
	position: relative;
	z-index: 10;
	padding: 10px;
	min-height: 80px;
	box-shadow: 10px 10px 0px #254A4D;
	line-height: 24px;
}
.hbin:hover {box-shadow: 10px 10px 0px #906;}
#hr1 { margin-bottom: 20px; }

/* 
#hr1 .hbin
{
	background-color: transparent;
	position: relative;
	z-index: 10;
	padding: 10px;
	min-height: 80px;
	box-shadow: none;
}
 */
/* 
.hblock:first-child .hbin {background-color: transparent; padding: 0; border: none;}
 */
h1, h2, h3 {
	font-family: 'Lato', sans-serif;
	margin: 0;
	font-weight: normal;
	line-height: 28px;
}
h1 {
	color: #906;
	margin-bottom: 18px;
	font-size: 24px;
}
h2
{
	font-size: 20px;
/* 
 color: #11c1b8;
 color: #105461;
 color: #11c1b8;
 color: #6a7b0e;
 color: #11C1B8;
 color: #333;
 color: #309877;
 	color: #063;
*/
 	color: #906;
	margin: 10px 0 10px 0;
}

h3
{
	color: #11C1B8;
	font-size: 16px;
	line-height: 26px;
}
h4 {color: #333;}
h4, h2.widget-title
{
	font-weight: normal;
	margin: 0;
}
h1.headtitle
{
	display: none;
	color: #fff;
	position: absolute;
	top: 37px;
	top: 137px;
	top: 127px;
	top: 119px;
	top: 177px;
	top: 154px;
/* 
	left: 0;
 */
	font-size: 287px;
	font-size: 250px;
	font-size: 200px;
	height: 287px;
	height: 250px;
	height: 200px;
	line-height: 287px;
	line-height: 250px;
	line-height: 200px;
	width: 9999px;
	opacity: 0.1;
	/* left: 0; */
	pointer-events: none;
	line-height: .845;
}
h1.headtitle a
{
	/* color: #906; */
	color: #fff;
	text-decoration: none;
	display: block;
}
/* 
.home h1.headtitle a
{
	color: #906;
}
 */
/* 
.home h1.headtitle
{
	color: #906;
	position: relative;
	top: auto;
	font-size: 24px;
	height: auto;
	line-height: 28px;
	width: auto;
	opacity: 1.0;
}
 */
.dblnv { margin:0 0 18px 0; }

#content ol li, #content ul li {
	margin-bottom: 8px;
}

h2.entry-title {}
h2.entry-title a
{
	text-decoration: none;
	color: #11c1b8;
}
p { margin: 0 0 18px 0; }
#sidebar
{
/* 
	float: left;
	max-width: 413px;
	position: relative;
	width: 25%;
	margin: 370px -100% 25px 0;
 */
}
article
{
	display: block;
/* 
	float: left;
	margin-left: 25%;
	width: 75%;
	padding-left: 20px;
*/
}
article.page
{
	width: 770px;
	width: 670px;
	display: inline-block;
	vertical-align: top;
}
article.page.fullwid
{
	width: 100%;
}
/* .page-template-default article.page { width: 100%; } */
#side
{
	width: 410px;
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	padding-left: 110px;
}
.sidelist { margin: 20px 0 20px 0; }
.sidelist:first-child { margin: 0 0 20px 0; }
.sidelist h3 { margin: 0 0 20px 0; }
.slitem {display: flex; }
.slitem h2 { margin-top: 0; }
.slimg
{
	width: 80px;
	padding-right: 10px;
	height: auto;
	flex-shrink: 0;
}
.slimg img
{
	width: 100%;
	height: auto;
}
.slimg.round img
{
		border-radius: 50%;
}
.sltext {}
.home article.page
{
	width: 100%;
}
.calhold
{
	width: 67%;
	width: calc(100% - 378px);
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0;
}
.third
{
	width: 28%;
	min-width: 378px;
	display: inline-block;
	vertical-align: top;
	padding: 15px;
}
.half
{
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0;
}
.half:last-child {    position: relative;
    z-index: 0;}
/* 
.third:first-child {padding-right:15px;}
.third:last-child {padding-left:15px;background-color: #fff;width: 27%;}
 */
#tempcol
{
	position: absolute;
	top: 0;
	right: 0;
	width: 400px;
}
#tempcol .img img
{
	width: 100%;
	height: auto;
}
.entry-content img { max-width: 70%; }
.entry-content .metaslider img { max-width: 100%; }
.wp-caption {color:#999; font-size: 12px; line-height: 19px;}
#colophon
{
	clear: both;
	display: block;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 300px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	background-color: #164B4E;
	/* 
	background-color: #e9ca77;
	background-color: peachpuff;
background-color: #05857e;
background-image: -webkit-gradient(linear, left top, left bottom, from(#05857e), to(#193435));
background-image: linear-gradient(180deg, #05857e, #193435);
*/
/* 
	background-image: url('/wp-content/themes/wdstk/assets/images/Open-Book.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 900px;
 */
}
/* 
#colophon:before
{
	content: '';
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #05857e;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#05857e), to(#193435));
	background-image: linear-gradient(180deg, #05857e, #193435);
}
 */
 
#colophon:after
{
	content: '';
	position: absolute;
	z-index: 11;
	top: -96px;
	background-image: linear-gradient(transparent, transparent), url(assets/images/WPLDfoot.svg);
	height: 96px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 1800px;
	right: 0;
	left: 0;
	margin: auto;
}

.foottag {margin-top: 8px;
margin-right: auto;
margin-left: auto;
padding-right: 20px;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
color: #11c1b8;
font-size: 24px;
line-height: 28px;
text-align: left;}
.footer-nav-widgets-wrapper, .site-name
{
	max-width: 1200px;
	margin: 0 auto 0 auto;
	padding: 0 10px 0 10px;
}
.site-info
{
	color: #063;
	padding: 0 8px 43px 8px;
}
#colophon .site-name {}
.site-name { color: #C8DA67; }
.site-name a, .addr a { color: #C8DA67; }
.footer-widgets .custom-html-widget
{
	display: inline-block;
	vertical-align: top;
}
.footer-widgets .custom-html-widget:first-child
{
	width: 50%;
	padding-right: 100px;
}
.footer-widgets .custom-html-widget:last-child {width:50%;}
.ftrl {width:100%;}
.ftrm {width: 135px;}
.ftrr {width: 210px;}
.footerinfo, .libinfo
{
	display: inline-block;
	vertical-align: top;
	margin: 46px 0 0 0;
}
.footerinfo {}
/* 
.footerinfo a, .libinfo a { color: #fff; }
 */
.footernotice
{
	color: #333333;
	margin-bottom: 10px;
}
#mid h4
{
	font-size: 18px;
	color: #6a7b0e;
	font-weight: normal;
	line-height: 28px;
}
#mid a {color: #906;}
#mid a:hover { color: #333; }
#mid .ftrl {display: none;}
#mid .ftrm, #mid .ftrr
{
	margin: 0;
}
.newshome { margin: 30px 0 40px 0; }
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.menu-toggle {display:none;}

.btn
{
	background-color: #906;
	color: #fff;
	font-size: 24px;
	line-height: 58px;
	padding-top: 1px;
	text-align: center;
}
.btn.mid
{
	width: 466px;
	margin: auto;
}
.footerinfo .btn.mid, .footerinfo #searchholdhold { margin-left: 0; }
.footerinfo .btn.mid { 	background-color:#C8DA67;
	color: #154B4E; width: 370px;
}
.footerinfo .btn.mid:hover { background-color:#11C1B8;}
.footerinfo #searchholdhold { color: #fff; width: 400px; }
.footerinfo #searchhold { background-color: #fff; }
.footerinfo .search { background-color: #fff; }
.footerinfo #searchform input[type="text"] { background-color: #fff; width: 340px; }
.btn:hover { background-color: #154B4E; }
.t { display: table; }
.r { display: table-row; }
.c { display: table-cell; }
.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius:0
}

input.w-button {
    -webkit-appearance:button
}


.social {margin-top:36px;}
#lgcont .social
{
	margin-top: 0;
	position: absolute;
	right: 0;
	top: 270px;
	z-index: 2;
}
.social a
{
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	text-indent: -1000px;
	overflow: hidden;
	border-radius: 50%;
	background-color: #906;
	margin-right: 18px;
	margin-bottom: 18px;
	background-size: 350px 50px;
	background-repeat: no-repeat;
	background-image: url(assets/images/social-media.png);
	background-image: linear-gradient(transparent, transparent), url(assets/images/social-media.svg);
	text-align: left;
}
.social a:hover {background-color: #C8DA67;}
.social a:last-child, #colophon .social a:last-child {margin-right: 0;}

.s-facebook { background-position: 0px 0px; }
.s-instagram { background-position: -200px 0px; }
.s-youtube { background-position: -250px 0px; }
.s-twitter { background-position: -300px 0px; }
.s-email { background-position: -100px 0px; }

#colophon .social a
{
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	text-indent: -1000px;
	overflow: hidden;
	border-radius: 50%;
	background-color: #C8DA67;
	margin-right: 18px;
	margin-bottom: 18px;
	background-size: 350px 50px;
	background-repeat: no-repeat;
	background-image: url(assets/images/social-media.png);
	background-image: linear-gradient(transparent, transparent), url(assets/images/social-media-f.svg);
}
#colophon .social a:hover {background-color: #11C1B8;}

#colophon .s-facebook { background-position: 0px 0px; }
#colophon .s-instagram { background-position: -200px 0px; }
#colophon .s-youtube { background-position: -250px 0px; }
#colophon .s-twitter { background-position: -300px 0px; }
#colophon .s-email { background-position: -100px 0px; }



#searchholdhold
{
	width: 310px;
	text-align: left;
	color: #fff;
	margin: auto;
}
#searchhold
{
	border: 1px #000 solid;
	background-color: #fff;
}



#lgcont { max-width: 1200px;
padding: 0 10px 0 10px;
margin: auto; position: relative;}
#lgrow { margin: 50px 0 50px 0; }
#lgrow > a > img { display: block; }
#lgrow > a { display: inline-block;
vertical-align: bottom; }
#sochead { position: absolute; top:0; right:0; }
#mhlshead
{
	position: absolute;
	top: 7px;
	right: 10px;
}
#mhlshold
{
	width: 310px;
	border: 1px #000 solid;
}
.mhlshomehold
{
	overflow: hidden;
	margin-bottom: 20px;
}
.mhlshomeholdin
{
	/* 
width: 460px;
	display: inline-block;
 */
	margin: 0 20px 0 0;
	vertical-align: top;
	padding-right: 100px;
}
#mhlshome
{
	width: 310px;
	border: 1px #000 solid;
	margin: 0 0 30px 0;
}
#hdrinfo
{
	display: inline-block;
	vertical-align: top;
	width: 500px;
	color: #164B4E;
}
#hdraddr { margin-bottom: 4px; }
#hdrhours
{
	margin-left: 200px;
	font-size: 15px;
	line-height: 20px;
	width: 185px;
}
.hrcol
{
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
.hrow {display: block;}
.hday, .hhr {display: inline-block; width:40%;}
#hrshow {display: none;position: absolute;width: 185px;}
#hdrhourslbl
{
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
#hdrhourslbl::after {content:" ˅";font-size: 20px;top: 2px;
display: inline-block;
position: absolute;
padding-left: 3px;}
#hdrhours:hover  #hrshow {display: block;}
#hdrhours:hover #hdrhourslbl::after {content:" ˃";font-size: 20px;top: 2px;
display: inline-block;
position: absolute;
padding-left: 3px;}

.s-scrollin
{
	margin-top: -31px;
	overflow: hidden;
	display: inline-block;
}
.s-scroll
{
	display: inline-block;
	overflow: hidden;
}
.s-scrollhold
{
	display: block;
	vertical-align: top;
/* 
	width: 700px;
	display: inline-block;
*/
	background-color: #C5D7764D;
	width: 100%;
	padding-top: 45px;
	margin-bottom: 50px;
	height: 270px;
}
#mhlshead h4
{
	padding-bottom: 4px;
	color: #333;
}
#mhlshead input[type="text"], #mhlshome input[type="text"], #searchform input[type="text"]
{
	font-family: 'Lato', sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 26px;
	border: none;
	padding: 5px;
	width: 250px;
}
.hrll
{
	width: 460px;
	margin: 0 20px 0 0;
	display: inline-block;
	vertical-align: top;
	padding-right: 100px;
}
/* #pause_controls {display: none;} */
.search
{
	border: none;
	text-indent: -999px;
	background-image: url('/wp-content/themes/wdstk/assets/images/search.svg');
	background-repeat: no-repeat;
	background-position: center center;
	width: 48px;
	height: 38px;
	background-color: #fff;
	background-size: 40px;
}
/* 
#lgcont .social
{
	margin: 0;
	display: block;
	position: absolute;
	top: 55px;
	right: 0;
}
#lgcont .social a
{	background-image: url(assets/images/woodstock-social-media.png);
	background-image: linear-gradient(transparent, transparent), url(assets/images/woodstock-social-media-home.svg);
	width: 38px;
	height: 38px;
	margin: 6px 0 6px 11px;
	background-size: 266px;
}
#lgcont .social a:hover {background-color: #11c1b8;}
#lgcont .s-facebook { background-position: 0px 0px; }
#lgcont .s-instagram { background-position: -151px 0px; }
#lgcont .s-youtube { background-position: -189px 0px; }
#lgcont .s-twitter { background-position: -228px 0px; }
#lgcont .s-email { background-position: -76px 0px; }
 */
#announce
{
	display: block;
	/* 
	border-radius: 40px 40px 40px 0;
	border: 1px peachpuff solid;
	margin-right: 14px;
	margin-left: 30px;
	vertical-align: bottom;
 */
	color: #8C1C64;
	line-height: 18px;
	font-size: 16px;
	background-color: peachpuff;
	position: relative;
	padding: 10px;
}

/* 
#announce::before {content: '';
position: absolute;
bottom: -1px;
left: -24px;
width: 0px;
height: 0px;
border-left: 24px solid transparent;
border-right: 24px solid transparent;
border-bottom: 24px solid peachpuff;}
 */
#anninn
{
	width: 1200px;
	vertical-align: bottom;
	display: block;
	text-align: center;
	margin: auto;
}
/* 
#anninn h2
{
	color: #309877;
	text-transform: uppercase;
	margin: 0;
}
#annin
{
	width: 100%;
	height: 84px;
	display: flex;
	align-items: center;
}
 */
.hdat
{
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
}
.today.inv {display: none;}
#atth
{
	width: 32%;
	padding-right: 8px;
	color: #906;
}
#atthinfo
{
	width: 68%;
	color: #333;
}
#atthinfo .today a
{
	color: #333;
	text-decoration: none;
}
strong {
font-weight: 700;
letter-spacing: 0px;
}
.timely .ai1ec-day a.ai1ec-load-view {color: #9E9E9E;}
.timely .ai1ec-day.hasevent a {color: #906;}
.home .ai1ec-month-view .ai1ec-event {display: none;}
.home .ai1ec-agenda-widget-view .ai1ec-month,
.home .ai1ec-agenda-view .ai1ec-month {background: none;}
.home .ai1ec-month-view .ai1ec-date
{
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	height: auto;
}
.home .ai1ec-month-view .hasevent:hover .ai1ec-event {
    display: inline-block;
}
.home .ai1ec-month-view a.ai1ec-event-container
{
	background-color: #fff;
	opacity: 1;
	z-index: 1000;
}
.home .ai1ec-month-view .vcon
{
	position: absolute;
}
.home .ai1ec-month-view .ai1ec-event {margin:0;}
.home .cal.third.agenda .ai1ec-pagination.ai1ec-btn-group {display: none;}

#sidebar .ai1ec-month-view .ai1ec-event {display: none;}
#sidebar .ai1ec-agenda-widget-view .ai1ec-month,
#sidebar .ai1ec-agenda-view .ai1ec-month {background: none;}
#sidebar .ai1ec-month-view .ai1ec-date
{
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	height: auto;
}
#sidebar .ai1ec-month-view .hasevent:hover .ai1ec-event {
    display: inline-block;
}
#sidebar .ai1ec-month-view a.ai1ec-event-container
{
	background-color: #fff;
	opacity: 1;
	z-index: 1000;
}
#sidebar .ai1ec-month-view .vcon
{
	position: absolute;
}
#sidebar .ai1ec-month-view .ai1ec-event {margin:0;}
#sidebar .cal.third.agenda .ai1ec-pagination.ai1ec-btn-group {display: none;}


.timely .ai1ec-btn.ai1ec-prev-year, .timely .ai1ec-btn.ai1ec-next-year {display: none;}
.ai1ec-pull-left .ai1ec-pagination {display: none;}
.page-template-default .ai1ec-month-view .ai1ec-event
{
	height: auto;
	white-space: normal;
}


@media (max-width: 1200px)
{
	ul#primary-menu {
	margin: 0 0 20px 0;	text-align: left;

	}
	ul#primary-menu > li.menu-item
	{
		display: block;
		margin: 0;
		padding: 0;
		vertical-align: middle;
		width: auto;
	}
	ul#primary-menu > li.mn-home
	{
		display: none;
		left: auto;
	}
	ul#primary-menu > li.menu-item > ul.sub-menu {
	position: absolute;
	}
	ul#primary-menu > li.menu-item:hover > .sub-menu
	{
		position: relative;
	}
	#tempcol {
	position: relative;
	}

	h1.headtitle a
	{
		color: #906;
	}
	h1.headtitle
	{
		color: #906;
		position: relative;
		top: auto;
		font-size: 24px;
		height: auto;
		line-height: 28px;
		width: auto;
		opacity: 1.0;
	}
	.hblock
	{
		margin: 20px 0 20px 0;
		width: auto;
		height: auto;
		display: block;
	}

}

@media (max-width: 944px)
{
	article.page {width: 100%;}
	.third
	{
		width: 100%;
		display: block;
		margin-bottom: 30px;
		overflow: hidden;
		padding: 0;
	}
	.third:last-child, .third:first-child {padding: 0;}

	.calhold
	{
		width: 100%;
		padding: 0;
		background-color: #eee;
		margin-bottom: 20px;
	}
	.third
	{
		width: 100%;

		padding: 0;
	}
	.half
	{
		width: 100%;

		padding: 15px;
	}





	.footerinfo, .libinfo { margin: 20px 0 0 0; }
	.footer-widgets .custom-html-widget:first-child {width:100%;}
	.footer-widgets .custom-html-widget:last-child {width:100%;}
	.ftrl { margin-top: 30px;}
	.ftrm
	{
		width: auto;
		margin-right: 18px;
	}
	.ftrr {width:auto;}
	.btn.mid {width: auto;}
	#mid { }
}
@media (max-width: 650px)
{
	#colophon { margin-top: 150px; }
	ul#primary-menu {overflow:hidden;}
	ul#primary-menu > li.mn-home a
	{
		width: 150px;
		height: 35px;
		background-size: 150px 35px;
	}
	#tempcol {
		width: 100%;
	}
	#side
	{
		width: 100%;
		padding-left: 0;
	}
	.entry-content { max-width: 100%; }
}
@media (max-width: 413px)
{
	.calhold { padding: 0; }
	.home .ai1ec-month-view .ai1ec-date
	{
		font-size: 14px;
		line-height: 38px;
	}
}



