@charset "UTF-8";
/* CSS Document */



/* Main theme styles e.g. fonts */
body {

	font-family: karmina-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	
	color: #151721;
	line-height:1.6em;
}
@media screen {
	body {
	font-size: 20px;
	}
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	padding-top: 0;
	padding-bottom: 0.5em;
	font-family: karmina, serif;
	font-weight: 700;
	font-style: normal;
	
	
}
blockquote {
	font-family: dolly-new, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
	color: #6c6666;
}
.caps, {
	font-family: dolly-small-caps-new, sans-serif;
	font-weight: 400;
	font-style: normal;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
	clear: both;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 0px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 0.8em;
    line-height: 17px;
	margin:0;
    margin-top: 7px;
    padding: 0 4px 5px;
	text-align: left;
}

/* Text meant only for screen readers. */
.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 !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

body {
	background-image: url(images/landing-bg.jpg);
}
/* Burnham Press colours */

body#section17 {
	background-image: url(images/bp-bg.jpg);
}

h1 {font-size: 2em;} h2 {font-size: 1.5em; color: #1b3a14;} 
h3 {font-size: 1.4em;} h4 {font-size: 1.3em;} h5 {font-size: 1.2em;} h6 {font-size: 1.2em;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	
	color: #123208;
	
}
a {
color: #1b3a14;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color:#1b3a14;
	color: #e9d2ad;
	
}
.white-bg a:hover {
	color: #3D429B;
}

.hashing {	
	/* background-image:url(images/pattern5.png);
	background-repeat: repeat; */
	
	border-bottom: 10px solid #1b3a14;
}

.hp-box i {
	font-size:4em;
	color: #e9d2ad;
	
}

.widget h2 {
	color: #1b3a14;
	background-color: #c8ccb5;
	margin-left: -40px;
	padding: 15px;
	margin-top: -15px;
}

footer {
	background-color:#123208;
	color: #fff;
	padding-top:20px;
	font-size: 1em;
	border-top: 10px solid #131b11;
	padding-bottom: 40px;
	
}


/* Diary colours */
body#section13 {
	background-image: url(images/diary-bg.jpg);
}

#section13 h2 {color: #733b03} 
#section13 h1 a, #section13 h2 a, #section13 h3 a, #section13 h4 a, #section13 h5 a, #section13 h6 a {
	
	color: #733b03;
	
}
#section13 a {
color: #733b03;
}

#section13 .navbar-default .navbar-nav>.active>a, #section13 .navbar-default .navbar-nav>.active>a:focus, #section13 .navbar-default .navbar-nav>.active>a:hover {
	background-color:#733b03;
	color: #e9d2ad;
}

#section13 .hashing {	

	
	border-bottom: 10px solid #e9d2ad;
}

#section13 .hp-box i {

	color: #e9d2ad;
	
}

#section13 .widget h2 {
	color: #733b03;
	background-color: #e4d1af;
	
}

#section13 footer {
	background-color:#311b04;
	color: #fff;

	border-top: 10px solid #e9d2ad;
	
}
#section13 footer a {
	color: #e9d2ad;
}

#section13 .widget li a {
	color: #000;
}
#section13 .widget li li a {
	color: #733b03;
}

/* World colours */

body#section15 {
	background-image: url(images/world-bg.jpg);
}


#section15 h2 {color: #d0c9e2;} 
#section15 h1 a, #section15 h2 a, #section15 h3 a, #section15 h4 a, #section15 h5 a, #section15 h6 a {
	
	color: #0c0d32;
	
}
#section15 a {
color: #534a6e;
}

#section15 .navbar-default .navbar-nav>.active>a, #section15 .navbar-default .navbar-nav>.active>a:focus, #section15 .navbar-default .navbar-nav>.active>a:hover {
	background-color:#d0c9e2;
	color: #000;
}

#section15 .hashing {	

	
	border-bottom: 10px solid #d0c9e2;
}

#section15 .hp-box i {

	color: #d0c9e2;
	
}

#section15 .widget h2 {
	background-color: #d0c9e2;
	color: #0c0d32;


}

#section15 footer {
	background-color:#0c0d32;
	color: #fff;

	border-top: 10px solid #d0c9e2;
	
}
#section15 footer a{
	color: #d0c9e2;
	
}

blockquote {
	font-size: inherit;
}






/* end */
a:hover {
	text-decoration: none;
}
.wp-caption-text {
	font-size: 0.8em;
	font-weight: bold;
}
p {
	margin-bottom: 1em;
}
.main-content {
	line-height: 1.4em;
}
/* Theme scaffold */

body {
	text-align: center;
	height: 100%;

}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

@media only screen and (max-width: 700px) {
img.alignright, img.alignleft, img.aligncenter, .alignright, .alignleft, .aligncenter   { float: none; width: 100%; height: auto; margin-bottom: 20px; margin-top:20px ; margin-right: auto; margin-left: auto; clear: both; text-align: center; }

}

.container {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
	
	
}
.white-bg {
background-color:#fff;
}
.main-content {
	padding-top:20px;
	padding-bottom: 40px;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Header */

.blog-masthead {
	background: rgba(250, 250, 250, 0.9); /* Green background with 30% opacity */
	padding:0;

	 -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 8px 6px -6px #999;
	height: 100px;

}

.navbar-default {
	background-color: transparent;
	
	font-size: 0.9em;
	
	

}
#menu-main-menu, .navbar-toggle {
	margin-top: 20px;
}
.collapse {
	
}
@media (max-width: 992px) { .navbar-header { float: none; } .navbar-left,.navbar-right { float: none !important; } .navbar-toggle { display: block; } .navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); } .navbar-fixed-top { top: 0; border-width: 0 0 1px; } .navbar-collapse.collapse { display: none!important; } .navbar-nav { float: none!important; margin-top: 7.5px; } .navbar-nav>li { float: none; } .navbar-nav>li>a { padding-top: 10px; padding-bottom: 10px; } .collapse.in{ display:block !important; } }

.subheader{
display:none;
}

.navbar-toggle {
	background-color: #EADADA;
	
}
#sitelogo {
	max-width: 80%;
	position: relative;
	top:10px;
	left:0;
	
}
#sitelogo img {
	max-width: 180px;
	max-height: 150px;
	width: auto;
	height: auto;
	margin-bottom: 5px;
	
	
	
}
.home .alignbottom { 
margin-top: 100px;
}
.alignbottom {
margin-top: 30px;
}


/* Home page */


body { 
    /* The image used */
    /* background-image: url("images/alex-canvassing.jpg"); */
	 

    /* Full height */
    height: 100%;
	

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}


@media only screen and (min-width: 1350px) {
	body {
		background-position: center -40%;
	}
}
@media only screen and (max-width: 870px) {
	body {
		background-position: center top;
		background-size:200% auto;
	}
}
@media only screen and (max-width: 480px) {
	body {
		background-position: center top;
		background-size:300% auto;
	}
}



body.home { 
    background-repeat: no-repeat;
    background-size: 100% auto;
}


@media only screen and (min-width: 1450px) {
	body.home {
		background-position: center top;
	}
}
@media only screen and (max-width: 1449px) {
	body.home {
		background-position: center top;
		background-size:150% auto;
	}
}
@media only screen and (max-width: 600px) {
	body.home {
		background-position: center top;
		background-size:200% auto;
	}
}
@media only screen and (max-width: 450px) {
	body.home {
		background-position: center top;
		background-size:300% auto;
	}
}



.hp-box img {
	max-width: 90%;
	height: auto;
}

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

}

.fp-sub, .fp-w h2 {
	text-align:left;
	font-weight:900;
	color:#151721;
	font-size:3em;
	padding-bottom: 10px;
	margin-bottom: 40px;
	border-bottom: double 5px;
	width: 100%;
}

.container .par-window {
	height: 500px;
	background-color: transparent;

	padding-top: 150px;
	color: #fff;
	font-size: 4.2em;
	font-weight: bold;
	line-height: 1em;
	text-shadow: 5px 5px 20px #000000;
	color: #eeea96;
	
}
@media only screen and (max-width: 992px) {
/* .hashing-behind { background-image: url("images/alex-canvassing.jpg");background-size: cover; } */

}
.par-window .subheading {
	font-size:.6em;
	margin-right: 20px;
}



@media only screen and (max-width: 992px) {
.container .par-window{
    font-size: 9vw;
	height:300px;
	padding-top:70px;
	
}
}
.blog-post {
min-height:500px;
}

.hp-box {
	text-align: center;
	padding-bottom: 15px;
}

@media only screen and (min-width: 993px) {
.hp3:nth-child(4n+1){
    clear:left;
}
}

@media only screen and (max-width: 992px) {
.hp3:nth-child(2n+1){
    clear:left;
}
}
/* Content page */

.container .par-window.inside {
	height: 300px;
	padding-top: 70px;
	font-size: 4.2em;
	color: #eeea96;
	padding-left: 15px;
	margin-right: 50%;
	text-align: left;
	letter-spacing: 2px;
	line-height: 75px;
}
.container .par-window span {
	font-size: 0.4em;
	
}
@media only screen and (max-width: 950px) {
.container .par-window.inside span {
	display:none!important;
}
}
@media only screen and (max-width: 950px) {
.container .par-window.inside {
	line-height: 1em;
	font-size: 9vw;
}
}

.contact-widget {
	padding: 15px;
	background-color: #EDEDED;
	font-size: .9em;
	clear:both;
}
.contact-widget h2 {
	color: #151721;
	font-weight:800;
}
.contact-widget span {
	display: block;
	margin-bottom: 15px;
}
.contact-widget input {
	width: 100%;
}
.widget {
	padding: 0 15px 30px 15px;
	margin-top: 15px;
}


.widget ul {
	padding-left:0px;
	text-decoration:none;
	margin-left: 0;	
}
.widget ul ul {
	margin-left: 20px;
}
.widget li {
	display: block;
	margin-bottom: 2px;
	padding: 10px;
	padding-left: 0;
	font-family: dolly-small-caps-new, sans-serif;
	font-weight: 400;
	font-style: normal;
	
}

.widget li li {
	font-family: karmina-sans, sans-serif;
	padding: 5px;
	
	
}

.sidecol {
	margin-top: 20px;
	background-color: #e7f3e5;
}
#section15 .sidecol {
	background-color: #f4f2fd;
}
#section13 .sidecol {
	background-color: #fcfce5;
}



.sidecol .widget_nav_menu {
	margin-top:0;
}

.main-content a {
	
	text-decoration:underline;
}
.widget_nav_menu a {
	text-decoration: none;
}
.content div {
	max-width: 100%;
}
.content img {
	width: 100%;
	height: auto;
}
/* Footer */

footer {
	font-size: 0.9em;
}
.social {
	font-size: 4em;
	
}
.social span {
	/* color: #faa61a; */
	font-size: 0.8em;
	font-weight: 100;
}
@media only screen and (max-width: 700px) {
.social {
	font-size: 2em;
	
}
}

footer a {
	color: #fff;
}
footer a:hover {
	color: #EFEFEF;
}
.poll {
background-color: #EDEDED;
padding: 15px;
margin-top: 15px;
margin-botton: 15px;
}

.notice {
background-color: #ebebeb;
padding: 15px;
font-weight: bold;
font-size:1.8em;
}

#section17 .bp {
	display: inline;
	
}
#section17 .nbp {
	display: none;
}
.bp {
	display: none;
	
}
.nbp {
	display: inline;
	
}
.hashing .container {
	background-image:url(images/mary-hardy-cutout2.png);
	background-position:85% 50%;
	background-repeat:no-repeat;
	background-size: auto 110%;
}
/* #section17 .container {
	background-image:none;
} */
.button {
	background-color: #eeea96;
	padding: 5px 10px 5px 10px;
	border-radius: 10px;	
	color: #000!important;
	text-decoration: none!important;
}
.button:hover {
	
	background-color: #e4bc37
}
.ip .button {
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	font-size: 1.2em;
}
.bp-box h3 {
	text-align: center;
}
.subheading.fp {
	font-size: 0.6em;
}
.footer-content img {
	height: 150px;
}
.spines {
	text-align: center;
	
}
.spinelabels {
	text-align: left;
}
.clear {
	clear: both;
}
.testimonial {
	font-size: 2em;
	font-style:normal;
    padding: 20px;
	line-height:1.2em;
	
}

.testimonial strong {
	font-style:italic;
}
#menu-main-menu {
	width: 800px;
	max-width: 100%;
}
#menu-main-menu li {
	max-width: 135px;
	text-align: left;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-left: 1px solid #A2A2A2;
	height: 60px;
	margin-bottom: 10px;
	display: table;
	
	
}
#menu-main-menu li:first-child {
	border: 0;
}
#menu-main-menu.nav>li>a {
	padding:5px;
	font-size: 19px;
	vertical-align:middle;
	display: table-cell;
	height:50px;

}

@media only screen and (max-width: 990px) {
	
.navbar-collapse {
	background-color: #f0f0f0;
	position: absolute;
	z-index:99;
	width: 80%;
}	
.navbar-collapse #menu-main-menu.nav>li {
	width: 100%;
	margin-left: 20px;
	
}
}
.index-item {
	font-weight: bold;
}
.index a {
	text-decoration: none;
}
.continue {
	font-size: 0.9em;
	color:#ccc;
	font-weight:normal;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.home .hp-textwidget .widget {
	padding: 0;
}
.home .widget h2.fp-sub, .home .hp-textwidget h2 {
	margin-left: 0px;
}
.home .hp-textwidget .textwidget {
	padding-left: 15px;
	padding-right: 15px;
}
.home .booklist h3 {
	text-align: left;
	font-size: 2.3em;
	font-family: dolly-new, sans-serif;
	margin-left: 30px;
}
.footernav-one {
	font-weight: bold;
}
.footernav-two a, .footernav-three, .footernav-three a {
color:#c8ccb5;
}
footer .spines a:hover {
	color:#c8ccb5;
}
.footernav-three a:hover {
	color: #fff;
}
@media screen {
#printlogo, .printonly {
	display:none;
}
}

.navigation .page-numbers {
   background: #db605d;
   color: #fff;
   display: block;
   width: auto;
   float: left;
   margin: 4px 4px 4px 0;
   padding: 15px 18px 14px 18px;
   text-decoration: none;
}
.navigation .page-numbers.current {
	background: #eba8a8;
}

.navigation .page-numbers:hover {
   background: #24221D;
   color: #fff;
   text-decoration: none;
}
.navigation .page-numbers.current:hover {
	background: #d77c7c;
}
