/* RESPONSIVE GRID SYSTEM =============================================================================  */
/*  IMPORT FONTS  ============================================================================= */

@font-face{
    font-family: "Sorts Mill Goudy";
    src: url('goudystm-webfont.woff');
}

@font-face{
    font-family: "Sorts Mill Goudy";
    src: url('goudystm-italic-webfont.woff');
    font-style: italic;
}

@font-face{
    font-family: "Open Sans";
    src: url('opensans-regular.ttf');
}

@font-face{
    font-family: "Open Sans";
    src: url('opensans-light.ttf');
    font-weight: 300;
}

@font-face{
    font-family: "Open Sans";
    src: url('opensans-bold.ttf');
    font-weight: bold;
}

@font-face{
    font-family: "Open Sans";
    src: url('opensans-italic.ttf');
    font-style: italic;
}

@font-face{
    font-family: "Open Sans";
    src: url('opensans-lightitalic.ttf');
    font-weight: 300;
    font-style: italic;
}

@font-face{
    font-family: "Open Sans";
    src: url('opensans-bolditalic.ttf');
    font-weight: bold;
    font-style: italic;
}

/* BASIC PAGE SETUP ============================================================================= */

body { 
margin : 0 auto;
padding : 0;
font : 100%/1.4 'Open Sans', 'lucida sans unicode', 'lucida grande', verdana, arial, helvetica, helve, sans-serif; 	
color : #000; 
text-align: center;
}

button, .wp-block-button, 
input, 
select, 
textarea { 
font-family : 'Open Sans', 'lucida sans unicode', 'lucida grande', verdana, arial, helvetica, helve, sans-serif; 
color : #333; }

/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4, h5, h6 {
font-family: 'Open Sans', 'lucida sans unicode', 'lucida grande', verdana, arial, helvetica, helve, sans-serif; 
font-weight : 300;
margin-top: 0px;
}

h1 { 
color: #000;
margin-bottom : 0.2em;
font-size : 3em; /* 96 / 16 */
line-height : 1.0;
}


h2 { 
color: #222;
margin-bottom : .5em;
margin-top : .5em;
font-size : 2.5em; /* 40 / 16 */
line-height : 1.2;
}

h3 { 
color: #333;
margin-bottom : 0.5em;
letter-spacing: -1px;
font-size : 1.5em; /* 28 / 16 */
font-weight : 400;
line-height : 1.2; }

    feat h3 { 
		color: #fff;
	}

h4 { 
color: #333;
margin-bottom : 0.5em;
font-size : 1.5em; /* 24 / 16  */
line-height : 1.2; }

	footer h4 { 
		color: #fff;
	}

h5 { 
color: #555;
margin-bottom : 1.25em;
font-size : 1em; /* 20 / 16 */ }

h6 { 
color: #666;
font-size : 1em; /* 16 / 16  */ }

@media only screen and (max-width: 480px) {
h1 { font-size : 2em; }

h2 { font-size : 1.75em;}

h3 { font-size : 1.25em; }

h4 { font-size : 1.25em;}
}

/*  TYPOGRAPHY  ============================================================================= */

p, ol, ul, dl, address { 
margin-bottom : 1.5em; 
font-size : 1.2em; /* 16 / 16 = 1 */ }

p {
    line-height: 1.4em;
}

p {
hyphens : auto;  }


p.introtext {
font-family: 'Open Sans', 'lucida sans unicode', 'lucida grande', verdana, arial, helvetica, helve, sans-serif;
font-style: italic;
font-size : 1.5em; /* 40 / 16 */
font-weight : 300;
color: #333;
line-height: 1.4em;
letter-spacing: -1px;
margin-bottom: 0.5em;
}

p.introtextimg {
font-family: 'Open Sans', 'lucida sans unicode', 'lucida grande', verdana, arial, helvetica, helve, sans-serif;
font-style: italic;
font-size : 1.5em; /* 40 / 16 */
font-weight : 300;
color: #f4f4ca;
line-height: 1.4em;
letter-spacing: -1px;
margin-bottom: 0.5em;
background: url(tbgm.png);
}   


p.handwritten {
font-family:  HandSean, 'Open Sans', 'lucida sans unicode', 'lucida grande', verdana, arial, helvetica, helve, sans-serif; 
font-size: 1.375em; /* 24 / 16 */
line-height: 1.8em;
margin-bottom: 0.3em;
color: #666;
}

p.center {
text-align: center;
}


ul, ol{ 
margin : 0 0 1.5em 0; 
padding : 0 0 0 24px; }

li ul, 
li ol { 
margin : 0;
font-size : 1em; /* 16 / 16 = 1 */ }

ol {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
    margin: 0;
    margin-left: 4em;
    padding: 0;
     
    counter-reset: li-counter;
}

ol ol {
    list-style-type: lower-latin !ie; /*IE 7- hack*/
    margin-left: 1em;
    margin-top: 1em;
}
ol > li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
    min-height: 1.5em;
}
ol > li:before {
    position: absolute;
    top: 0;
    left: -1.33em;
    width: 1.5em;
    height: 1.5em;
     
    font-size: 0.9em;
    line-height: 1.5;
    text-align: center;
    color: #f5f5f5;
 
    border-radius: 50%;
    background-color: #89a02c;
    content: counter(li-counter);
    counter-increment: li-counter;
}
ol ol > li:before {
    content: counter(li-counter, lower-alpha);
    counter-increment: li-counter;
}
dl, 
dd { 
margin-bottom : 1.5em; }

dt { 
font-weight : normal; }

b, strong { 
font-weight : bold; }

hr { 
display : block; 
margin : 1em 0; 
padding : 0;
height : 1px; 
border : 0; 
border-top : 1px solid #89a02c;
}

small { 
font-size : 1em; /* 16 / 16 = 1 */ }

sub, sup { 
font-size : 75%; 
line-height : 0; 
position : relative; 
vertical-align : baseline; }

sup { 
top : -.5em; }

sub { 
bottom : -.25em; }

.subtext {
	color: #666;
	}

.alignleft{
    float:left;

}
.alignright{
    float:right;

}

.blockquote::before, blockquote::before{
    font-family: "dashicons";
    content: "\f122";
    font-style: normal;
    font-size: 3em;
    float: left;
    margin: 0.25em 0 0 -1.25em;
    vertical-align: middle;
    color: #dde9af;
}
.blockquote, blockquote{
    font-family: 'Sorts Mill Goudy', Georgia, 'Times New Roman', Serif;
    margin: 2em 4em 2em 4em;
    text-align: left;
    font-size: 1.1em;
}
.blockquote::after, blockquote::after{
    font-family: "dashicons";
    content: "\f122";
    transform: rotate(180deg);
    font-style: normal;
    font-size: 3em;
    float: right;
    margin: -1.5em -1em -0.25em 0;
    vertical-align: middle;
    color: #dde9af;
}

/* LINKS =============================================================================  */

a { 
color : #447823;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

a:visited { 
color : #447823; }

a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

a:hover, 
a:active { 
outline : 0;
color : #89a02c;
}

p a{
    border-bottom: 1px solid #89a02c;
}

p a:visited {
    border-bottom: 1px solid #dde9af;
}

footer a { 
color : #ffffff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

footer a:visited { 
color : #fff; }

footer a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

footer a:hover, 
footer a:active { 
outline : 0;
color : #fff;
}


/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}

img.floatleft, img.alignleft, figure.alignleft { float: left; margin: 0 10px 0 0; }
img.floatright, img.alignright, figure.alignright { float: right; margin: 0 0 0 10px; }
img.aligncenter, figure.aligncenter { margin: auto }

.wp-caption-text{
    color: #89a02c;
}

#captteaser{
    display: block;
    position: absolute;
    bottom: -0.75em;
    right: 0.25em;
    width: 1.5em;
    height: 1.5em;
    z-index: 99;
    
    font-family: 'Sorts Mill Goudy', Georgia, 'Times New Roman', Serif;
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1.75em;
    text-align: center;
    color: #fff;
 
    border-radius: 50%;
    background-color: rgba(46, 79, 23, 0.75);
}

#captteaser:hover{
    cursor: help;
}

#captinfo{
    display: none;
    position: absolute;
    bottom: -0.75em;
    right: 0.25em;
    height: 1.5em;
    z-index: 99;
    padding: 3px;
    font-size: 1em;
    line-height: 1.25em;
    text-align: right;
    color: #fff;
    background-color:#447823;
    box-shadow: 0px  0px 12px #333;
}

#captinfo::before{
    content: 'i';
    background-color:#89a02c;
    font-family: 'Sorts Mill Goudy', Georgia, 'Times New Roman', Serif;
    font-weight: 600;
    line-height: 1.25em;
    padding: 3px 6px 3px 6px;
    margin: 0 5px 0 0;
}

#captinfo:hover{
    cursor: not-allowed;
}



/* TABLES ============================================================================= */

table { 
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1.4em; 
width : 100%; }

th, td, caption { 
padding : .25em 10px .25em 5px; }

tfoot { 
font-style : italic; }

caption { 
background-color : transparent; }

.d0 {
    padding: 0px 5px 0px 5px;
    box-sizing: border-box;
    background-color: #f6f6d4;
    border-bottom: 1px solid #89a02c;
}
.d1 {
    padding: 0px 5px 0px 5px;
	box-sizing: border-box;
    border-bottom: 1px solid #89a02c;
}

/* FORMS ============================================================================= */

form { 
margin : 0; }

fieldset { 
margin-bottom : 1.5em; 
padding : 0; 
border-width : 0; }

legend { 
*margin-left : -7px; 
padding : 0; 
border-width : 0; }

label{
font-weight : normal;
cursor : pointer;
display:block;
margin:0;
position:relative;
top:0;
left:0;
}

	label.inline{
	display:inline;
	margin:0;
	}
	
	label span{
	color:#666;
	font-size:0.9em;
	}
	
	label span.right{
	position:absolute;
	bottom:0;
	right:1em;
	text-align:right;
	}
	
	label.disabled{
	color:#ccc;
	}


button, 
search,
input, 
select,
textarea { 
font-size : 100%; 
margin : 0; 
vertical-align : baseline; 
*vertical-align : middle; }

button, input { 
line-height : normal; 
*overflow : visible; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
padding: 0.5em 1em;
margin: 0;
cursor : pointer; 
text-shadow:0 1px 0 #fff;
}

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
	box-sizing : content-box;
}

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0;  }

input{
margin:0;
border:1px solid #ccc;
font-size:1em;
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background:#fff;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
}

	input::-webkit-input-placeholder,
	input:-moz-placeholder,
	.placeholder{
	color:#bbb;
	}
	
	input::-moz-focus-inner {border:0;}

	input[disabled="disabled"], input.disabled{
	color:#f6f6d4;
	background:#f5f5f5;
	-moz-box-shadow:inset 0px 0px 2px #ddd;
	-webkit-box-shadow:inset 0px 1px 2px #ddd;
	box-shadow:inset 0px 1px 2px #ddd;
	}


/* Colors for form validity */
input:valid, 
textarea:valid   {  
/* Styles */ }

input:invalid, 
textarea:invalid {
-webkit-box-shadow : 0 0 2px #f00; 
-moz-box-shadow : 0 0 2px #f00;
box-shadow : 0 0 2px #f00; }

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {
background-color : #ccc; }

select {
    margin:0;
border:1px solid #ccc;
font-size:1em;
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
color:#447823;
    background: #fff url(glass.png) repeat-x 0 50%;
-moz-box-shadow: 0px 0px 6px #ccc;
    -webkit-box-shadow:0px 1px 6px #ccc;
    box-shadow:0px 1px 6px #ccc;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;    
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}

.dropdown{position:relative}
.dropdown:after{
    content:'<>';
    font-size:0.8em;
    color:#89a02c;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:10px; top:0px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
}
.dropdown:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    position:absolute;
    pointer-events:none;
    display:block;
}


/*  MAIN LAYOUT	============================================================================= */

#skiptomain { display: none; }

#wrapper {
	width: 100%;
	position: relative;
	text-align: left;
}

	#headcontainer {
		width: 100%;
		background: #fff;
	}

		header {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
            min-height: 18em;
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			padding: 10px 0px 10px 0px;
			position: relative;
			color: #000;
			text-align: left;
		}

        header h1{
            font-family: 'Sorts Mill Goudy', Georgia, 'Times New Roman', Serif;
            color:#447823;
            font-size: 3em;
            
        }
 
        .sitetitle{
            margin-top: 2em;
        }

        .sitetitleimg{
            margin-top: 2em;
            padding-top: 10px;
            color: #f4f4ca;
            background: url(tbgd.png);
        }

        .sitetitleimg a{
          color: #f4f4ca;
        }

        .toplinks{
            float: right;
            font-size: 1.2em;
        }
		

	#maincontentcontainer {
		width: 100%;
	}

		.standardcontainer {
			
		}
		
		.darkcontainer {
			background: rgba(102, 102, 102, 0.05);
		}

		.lightcontainer {
			background: rgba(255, 255, 255, 0.33);
		}
		
			#maincontent{
				clear: both;
				width: 80%; /* 1000px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				max-width: 92.3em; /* 1200px / 13 */
				margin: 0 auto;
				padding: 1em 0px;
				color: #333;
				line-height: 1.5em;
				position: relative;
			}
		
			.maincontent{
				clear: both;
				width: 80%; /* 1000px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				max-width: 92.3em; /* 1200px / 13 */
				margin: 0 auto;
				padding: 1em 0px;
				color: #333;
				line-height: 1.5em;
				position: relative;
			}

	          #maincontent .invfeat {
                padding: 5px 0px 10px 0px;
                border-top: 4px solid #89a02c; 
            }

              #maincontent .feat {
                padding: 5px 0px 10px 0px;
                border-top: 1px solid #89a02c; 
		        border-bottom: 4px solid #447823; 
            }

    .posthead, .stickyfeature{
        position: relative;
        margin-top: 0;
    }

    .posthead .posttitle{
        line-height: 1.5em;
        position: absolute;
        bottom: 0px;
    }

    .stickyfeature .postblurb{
        position: absolute;
        bottom: 10%;
        left: 5%;
        margin-right: 5%;
    }

@media only screen and (min-width: 1000px) {
    .stickyfeature .postblurb h1{
        line-height: 1.5em;
       font-size: 2em;
    }
    .stickyfeature .postblurb p{
        font-size: 1em;
    }
}

@media only screen and (max-width: 1000px) and (min-width: 481px) {
    .stickyfeature .postblurb h1{
        line-height: 1.25em;
       font-size: 1.5em;
    }
    .stickyfeature .postblurb p{
        display: none;
    }
}

@media only screen and (max-width: 481px) {
    .stickyfeature .postblurb h1{
        line-height: 1.25em;
       font-size: 1.25em;
    }
    
    .stickyfeature .postblurb p{
        display: none;
    }
}

    .stickyfeature .postblurb p{
        margin: 0 0 0.5em 0;
        line-height: 1em;
        color: #f6f6d4;
    }

    .posttitle span, .postblurb{
        padding: 0 0.1em 0 0.1em;
        background-color: rgba(46, 79, 23, 0.75);
        margin-right: 2em;
    }

    .posthead .posttitle a, .stickyfeature .postblurb a{
        color:#f6f6d4;
        text-shadow:2px -2px 4px #447823;
    }
 
    .posthead .posttitle a:visited, .stickyfeature .postblurb a:visited{
        color:#f6f6d4;
    }


    .posthead .posttitle a:hover, .posthead .posttitle a:active, .stickyfeature .postblurb a:hover, .stickyfeature .postblurb a:active { 
        outline : 0;
        color : #dde9af;
    }

	#footercontainer {
		width: 100%;	
		background: #447823;
	}
	
		footer {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			padding: 20px 0px 10px 0px;
			color: #f6f6d4;
		}

		footer strong {
			font-size: 1.077em; /* 14 / 13 */
			color: #aaa;
		}


		footer a:link, footer a:visited { color: #f6f6d4; text-decoration: underline; }
		footer a:hover { color: #fff; text-decoration: underline; }

        .far{
            float: right;
            clear: both;
        }

		ul.pagefooterlist, ul.pagefooterlistimages {
			display: block;
			float: left;
			margin: 0px;
			padding: 0px;
			list-style: none;
		}

		ul.pagefooterlist li, ul.pagefooterlistimages li {
			clear: left;
			margin: 0px;
			padding: 0px 0px 3px 0px;
			display: block;
			line-height: 1.5em;
			font-weight: normal;
			background: none;

		}

		ul.pagefooterlistimages li {
			height: 34px;
		}


		ul.pagefooterlistimages li img {
			padding: 5px 5px 5px 0px;
			vertical-align: middle;
			opacity: 0.75;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
			filter: alpha( opacity  = 75);
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

		ul.pagefooterlistimages li a
		{
			text-decoration: none;
		}

		ul.pagefooterlistimages li a:hover img {
			opacity: 1.0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha( opacity  = 100);
		}

			#smallprint {
				margin-top: 20px;
				line-height: 1.4em;
				text-align: center;
				color: #f6f6d4;
				font-size: 0.923em; /* 12 / 13 */
			}

			#smallprint p{
				vertical-align: middle;
			}

			#smallprint .twitter-follow-button{
				margin-left: 1em;
				vertical-align: middle;
			}

			#smallprint img {
				margin: 0px 10px 15px 0px;
				vertical-align: middle;
				opacity: 0.5;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
				filter: alpha( opacity  = 50);
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}


			#smallprint a:hover img {
				opacity: 1.0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha( opacity  = 100);
			}

			#smallprint a:link, #smallprint a:visited { color: #f6f6d4; text-decoration: none; }
			#smallprint a:hover { color: #f6f6d4; text-decoration: underline; }

/*  NAVIGATION  ============================================================================= */
@media only screen and (min-width: 769px) {
    .menu a{
    font-size: 0.9em;
    }
    .mobmenu{
        display: none;
    }
    .bookmainmenu {
        display: block;
        font-size: 1.5em;
        line-height: 1.5;
        color: #89a02c;
        border: 1px solid #89a02c;
        -webkit-border-radius:5px;
	    -moz-border-radius:5px;
	    border-radius:5px;
        margin-top: 1em;
        margin-bottom: 1em;
    }
        
}

@media only screen and (max-width: 768px) {
    .menu a{
    font-size: 1.25em;
    line-height: 1.5;
    }
    
    .mobmenu{
        display: block;
        font-size: 1.5em;
        line-height: 1.5;
        color: #89a02c;
        border: 1px solid #89a02c;
        -webkit-border-radius:5px;
	    -moz-border-radius:5px;
	    border-radius:5px;
        margin-top: 1em;
        margin-bottom: 1em;
    }
    
    .mobmenu a{
        color: #89a02c;
    }
    
    .mobmenu strong::before{
font-family: "dashicons";
    content: "\f333";
    font-style: normal;
    vertical-align: text-top;
    padding-right:0.25em;
}
    
    #mainmenu{
        display: none;
        border-bottom: 6px solid #89a02c;
     }
}

@media only screen and (max-width: 768px) and (min-width: 481px) {
    #mainmenu{
        width: 66.13%;
    }
    #thewrapper{
        width: 93.75%;
    }
    #thecontent{
        width: 100%;
        clear:both;
    }
    #sidebar{
        width: 100%;
        clear:both;
    }
}

@media only screen and (max-width: 480px) {
    #mainmenu{
        width: 93.75%;
    }
}

ul#menu-main-menu.menu{
    padding-left: 0px;
}

.widget_recent_entries h3, .list-updates h3{
    margin-bottom:0.5em;
}

.menu ul, .widget_recent_entries ul, .list-updates ul{
list-style-type: none;
text-align: left;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.menu ul{
border-left: 1px solid #dde9af;
}

.widget_recent_entries ul li, .list-updates ul li{
        border-bottom: 1px dotted #89a02c;
        }

.widget_recent_entries ul li a, .list-updates ul li a{
        margin-top:0.75em;
}


.widget_recent_entries .post-date, .list-updates .post-date {
        font-size: 0.8em;
}

.menu ul li ul{
    border-left:0px;
}
.menu ul ul{
    padding-left: 5px; /* INDENDATION */
}

.menu ul ul ul{
    padding-left: 5px; /* INDENDATION */
    border-left: 0px;
}

.menu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.menu li{
list-style: none;
display: inline;
}

.widget_recent_entries li, .list-updates li{
list-style: none;
display: inline;
border-bottom: 1px solid #dde9af;
}

.menu li a{
color: #447823;
display: block;
padding: 2px;
padding-left: 0px; /* INDENDATION */
text-decoration: none;
font-weight: 300;
border-bottom: 1px solid #dde9af;
}

.widget_recent_entries li a, .list-updates li a{
color: #447823;
display: block;
padding: 2px;
padding-left: 0px; /* INDENDATION */
text-decoration: none;
font-weight: 300;
}

.menu li a:visited, .widget_recent_entries li a:visited, .list-updates li a:visited{
color: #447823;
}

.menu li a:hover, .widget_recent_entries li a:hover, .list-updates li a:hover{ /* HOVER */
color: #447823;
background: #dde9af;
}

.menu li ul{
    padding-left: 5px; /* INDENDATION */
}


.menu li li{
list-style: none;
display: inline;
}

.menu li li a{
color: #447823;
display: block;
padding: 2px;
padding-left: 0px; /* INDENDATION */
text-decoration: none;
font-weight: 300;
border-bottom: 0;
}

.menu li a:visited{
color: #447823;
}

.menu li a:hover{ /* HOVER */
color: #447823;
background: #dde9af;
}


.menu li li li a{
color: #89a02c;
display: block;
padding: 2px;
padding-left: 0px; /* INDENDATION */
text-decoration: none;
font-weight: 300;
border-bottom: 0;
}

.menu li li li a:visited{
color: #89a02c;
}

.menu li li li a:hover{ /* HOVER */
color: #447823;
background: #dde9af;
}


ul .current-menu-item a, ul .current_page_item a, ul li .current-menu-item a, ul li .current_page_item a, ul ul li .current-menu-item a, ul ul li .current_page_item a{
font-weight: 600;
}

ul .current-page-ancestor a, ul li .current-page-ancestor a{
font-weight: 400;
}
    
.sub-menu{
	display: none;
}

.current-menu-item .sub-menu{
	display: block;
}

.current-menu-ancestor .sub-menu {
	display: block;
}

.book-menu{
    margin: 0 0 0 1em;
    padding: 0;  
}
.book-menu li{
    font-weight: 300;
}

.book-menu li.current_page_item{
    font-weight: 400;
}

.book-title, .section-title{
    font-weight: 300;
    font-size: 1.5em;
    text-align: center;
    background: #dde9af;
    color: #447823;
    padding: 0.5em;
    margin-bottom: 1em;
}
.book-title span{
    margin: 0 0 0.75em -0.5em;
    font-size: 2em;
     color: #89a02c;
}

.section-title .seriftitle{
    margin:0;
    font-size: 2em;
     color: #89a02c;
    font-family: "Sorts Mill Goudy", Georgia, "Times New Roman", Serif;
}

/* TAB MENU */
@media only screen and (min-width: 769px) {
    
.tabmenu, .woocommerce-MyAccount-navigation{
padding: 3px 0;
margin-left: 0;
margin-bottom: 1em;
border-bottom: 1px solid #89a02c;
font-size:10px;
font-weight: 300;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.tabmenu ul, .woocommerce-MyAccount-navigation ul{ 
    height: 0px;
    padding-top: 5px;
}

.tabmenu li, .woocommerce-MyAccount-navigation li{
display: inline;
margin: 0;
}

.tabmenu li a, .woocommerce-MyAccount-navigation li a{
text-decoration: none;
padding: 3px 5px;
margin-right: 3px;
border: 1px solid #89a02c;
border-radius: 5px 5px 0px 0px;
border-bottom: none;
background-color: #fff;
color: #447823;
}

.tabmenu li a:visited, .woocommerce-MyAccount-navigation li a:visited{
color: #447823;
}

.tabmenu li a:hover, .woocommerce-MyAccount-navigation li a:hover{
background-color: #89a02c;
color: #fff;
}

.tabmenu li a:active, .woocommerce-MyAccount-navigation li a:active{
color: black;
}

.tabmenu li.selected a, .woocommerce-MyAccount-navigation  li.is-active a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #fff;
color: #447823;
font-weight: bold;
}

}

@media only screen and (max-width: 768px) {
    
    .tabmenu, .woocommerce-MyAccount-navigation{
        background-color: #f6f6d4;
}
    
.tabmenu li.selected a::before, .woocommerce-MyAccount-navigation  li.is-active a::before{ /*selected tab effect*/  
font-family: "dashicons";
    content: "\f344";
    font-style: normal;
    vertical-align: text-top;
    padding-right:0.25em;
}
    
}

a.edit::before{ /*selected tab effect*/  
font-family: "dashicons";
    content: "\f464";
    font-style: normal;
    vertical-align: text-top;
    padding-right:0.25em;
}

a.edit{
    font-size: 1.5em;
}

/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

	
/*  CODE  ============================================================================= */

pre.code {
	padding: 0;
	margin: 0;
	font-family: monospace;
	white-space: pre-wrap;
	font-size: 1.1em;
}

strong.code {
	font-weight: normal;
	font-family: monospace;
	font-size: 1.2em;
}


/*  EXAMPLE  ============================================================================= */

#example .col {
	background: #ccc;
	background: rgba(204, 204, 204, 0.85);

}

/*  SAMPLE  ============================================================================= */

#sample .col {
	background: #ccc;
	padding: 1em 0;
	background: rgba(204, 204, 204, 0.85);

}

/*  CALCUATIONS  ============================================================================= */

#calculated .col {
	background: #ccc;
	padding: 1em 0;
	background: rgba(204, 204, 204, 0.85);

}

/*  NOTES  ============================================================================= */


.note {
	position:relative;
	padding:1em 1.5em;
	margin: 0 0 1em 0;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	overflow:hidden;
}

.note:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	border-width:0 16px 16px 0;
	border-style:solid;
	border-color:transparent transparent #cccccc #cccccc;
	background:#cccccc;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	display:block; width:0; /* Firefox 3.0 damage limitation */
}

.note.rounded {
	-webkit-border-radius:5px 0 5px 5px;
	-moz-border-radius:5px 0 5px 5px;
	border-radius:5px 0 5px 5px;
}

.note.rounded:before {
	border-width:8px;
	border-color:#ff #ff transparent transparent;
	background: #eee;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius:0 0 0 5px;
	border-radius:0 0 0 5px;
}

/*  FEATURE BOXES ======================================================================== */

.feature-box, .fbox, .kbox, .rbox, .tbox {
width: 95%;
margin: auto;
margin-bottom:15px;
padding:5px;
background-color: #ffffff;
border:#89a02c solid 2px;
border-radius: 8px;
box-shadow: 2px 2px 4px #cccccc;
font-weight: 300;
}
.feature-box h1, .feature-box  h2, .feature-box  h3, .feature-box  h4 {
margin-top:0em;
margin-bottom:0em;
}

.fbox h2, .kbox h2, .rbox h2, .tbox h2{
margin-top:-3px;
margin-right:-5px;
margin-left:-5px;
margin-bottom:0.25em;
padding-left:5px;
font-size:1.8em;
font-weight: 400;
color: #447823;
}

.kbox h2::before{
font-family: "dashicons";
    content: "\f112";
    font-style: normal;
    vertical-align: text-bottom;
    padding-right:0.25em;
}

.rbox h2::before{
font-family: "dashicons";
    content: "\f204";
    font-style: normal;
    vertical-align: text-bottom;
    padding-right:0.25em;
}

.tbox h2::before{
font-family: "dashicons";
    content: "\f107";
    font-style: normal;
    vertical-align: text-bottom;
    padding-right:0.25em;
}

.feature-box  p, .fbox p, .kbox p, .rbox p, .tbox p{
margin-top:0.1em;
margin-bottom:0.1em;
}

.feature-full, .feature-left, .feature-right{
font-size:1.25em;
font-style:normal;
font-weight:normal;
font-family: 'Sorts Mill Goudy', Georgia, 'Times New Roman', Serif;
color:#447823;
line-height:1.25em;
padding:5px 0px 5px 0px;
border-top:1px solid #dde9af;
border-bottom:3px solid #89a02c;
}
.feature-full p, .feature-left p, .feature-right p{
  padding:0; 
margin: 0;
}

@media only screen and (min-width: 769px) {
.feature-left{
float:left;
width:45%;
margin:20px 10px 20px 0px;
}
.feature-right{
float:right;
width:45%;
margin:20px 0px 20px 10px;
}
}

@media only screen and (max-width: 769px) {
.feature-left{
float:left;
width:100%;
margin:20px 0px 20px 0px;
}
.feature-right{
float:right;
width:100%;
margin:20px 0px 20px 0px;
}
}

/*  SCREENS  ============================================================================= */

.hoverlinkimage {
	max-width: 90%;
	padding: 5%;
	margin: 0 0 1em 0;
	background: transparent;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.hoverlinkimage:hover {
	background: #bbb;
	position: relative;
	top: -2px;
	
}

/*  COLUMNS  ============================================================================= */

.twocolumns{
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;
  }

/*  BUTTONS  ============================================================================= */


.button, .wp-block-button__link{
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	padding: .5em 1em;
	margin: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: #89a02c url(glass.png) repeat-x 0 50%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size : 1.1em;
}
.wp-block-button .wp-block-button__link{
 background-color: #89a02c;
}
.button a, wp-block-button a{
    color: #fff;
    border-bottom: 0;
}
.button:hover, select:hover, .wp-block-button__link:hover{
	background: #447823 url(glass.png) repeat-x 0 50%;
	color: #fff;
	text-decoration: none;
}
.button:active, select:active, .wp-block-button__link:active {
	background: #447823 url(glass.png) repeat-x 0 50%;
	color: #fff;
	position: relative;
	top: 1px;
}
.button:visited, select:visited, .wp-block-button__link:visited { 
	color : #fff;
}



/*  GLOBAL OBJECTS ============================================================================= */

.breaker { clear: both; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.push {
    visibility: hidden;
}

@media only screen and (max-width: 480px)
{
		
	.push {
	    display: none;
	}
	
}

/* VENDOR-SPECIFIC ============================================================================= */

html { 
-webkit-overflow-scrolling : touch; 
-webkit-tap-highlight-color : rgb(52,158,219); 
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%; }

.clearfix { 
zoom : 1; }

::-webkit-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::-moz-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
-webkit-appearance : button; }

::-webkit-input-placeholder {
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box; }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0; }

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : auto;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : auto; }

/* ACCORDION ========================================================================== */

button.accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    text-align: left;
    border: none;
    border-bottom:3px solid #89a02c;
    outline: none;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #f6f6d4;
}

div.acpanel {
    padding: 0 18px;
    background-color: white;
    border:1px solid #89a02c;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

div.acpanel p{
    margin-top:8px;
    padding:0px;
}

div.acpanel.show {
    opacity: 1;
    max-height: 500px;
}

button.accordion:after {
    content: '\02795'; 
    font-size: 13px;
    color: #447823;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796"; /
}