* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html, body {
  margin: 0px;
  padding: 0px;
}
body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color:#f2da84;
	background-image: url(../images/BG-page.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	background-attachment: fixed;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: auto;
	font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	overflow-x: hidden; /* For Opera */
}

body, td, th {
	color:#2e2e2e;
	font-family: 'Poppins', Arial, sans-serif;
  font-size: 16px;
	font-weight: 300;
}

p {margin:0; padding:0 0 1em 0; line-height:1.8em;}
img {border:none;}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: 'Sue Ellen Francisco', Arial, sans-serif;
  margin: 0;
  padding: 1em 0 0.25em 0;
	color: #000;
	line-height: 1.2em;
	font-variant: small-caps;
}
h6 {font-size: 1.25em;}
h5 {font-size: 1.5em;}
h4 {font-size: 1.75em;}
h3 {font-size: 2em;}
h2 {font-size: 2.25em;}
h1 {font-size: 2.5em;}

a, a:active {
	color:#0da9bb;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: underline;
}
a:hover {
	color: #f48d00;
  -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.container {
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  width: 1260px;
}


/* BACKGROUND */
.bg-bottomleft {
	background-image: url(../images/BG-lowerleftgfx.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-attachment: fixed;
	/* background-size: 24% auto; */
}
.bg-bottomright {
	background-image: url(../images/BG-hedgehog.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
	/* background-size: 10% auto; */
}


.mainheight {min-height:100vh;}


/* HEADER */
.theheader-navigation {
	width: 100%;
	padding: 0px;
	text-align: center;
	padding: 20px 0px 0px 0px;
}
	.theheader-navigation-nav {
		width: 100%;
		text-align: center;
		display: inline-block;
	}
.theheader {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


.header-logo {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	width: 100%;
	text-align: center;
	vertical-align: bottom;
	background-image: url(../images/content-gfx.png);
	background-repeat: no-repeat;
	background-position: bottom center;
		background-size: 100% auto;
}
.header-logo img {width: 46.5%; height: auto;}
.header-logo a img:hover {
	animation: pulse;
  animation-duration: 1s;
}


.nav-body {
	background-color: transparent;
	padding: 6px 0px 0px 0px;
	height: 68px;
	width: auto;
}

.nav-deco {float: left; vertical-align: top;}



/* FOOTER */
.thefooter {
  background-color: transparent;
  text-align:center;
  padding: 20px 0px 60px 0px;
	font-family: 'Poppins', sans-serif;
}

.thefooter-sn {
	width: 100%;
	margin-top: -5em;
}

.footer-copyright {
		text-align: center;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
	padding: 0px 0px 0px 0px;
	line-height: 26px;
}
.footer-copyright a {color: #ffffff; text-decoration: underline;}
.footer-copyright a:hover {color: #ffffff; text-decoration: underline;}



/* SOCIAL NETWORKS */
.snsicons {
	width: 50%;
	margin: auto;
}
	.snsicons-home {width: 69%;}
.snsicons ul {margin: 0px; padding: 0px;}
.snsicons ul li {
	list-style-type: none;
	text-align: center;
	display: inline-block;
	width: 23%;
	margin: 0 -2.5em 0 0;
	padding: 0px 0px 0px 0px;
}
	.snsicons-home ul li {margin: 0 -3.5em 0 0;}
.snsicons ul li img {width: 100%; height: auto;}
.snsicons ul li a img:hover {
	animation: tada;
  animation-duration: 1s;
}


/* MAIN */
.thebody {
	margin: 0px 0px 0px 0px;
	padding-bottom: 0px;
}
.thebody-borders {
	background-color: #faf8f7;
background: #faf8f7;
background: -moz-linear-gradient(top,  #faf8f7 0%, #ffffff 42%);
background: -webkit-linear-gradient(top,  #faf8f7 0%,#ffffff 42%);
background: linear-gradient(to bottom,  #faf8f7 0%,#ffffff 42%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf8f7', endColorstr='#ffffff',GradientType=0 );
	padding: 0px 0px 60px 0px;
}

.mainbody {padding:0px 30px 0px 30px;}

.main-gfx {width: 100%;}
.main-gfx img {width: 100%; height: auto; vertical-align: bottom;}

/*==========  CONTENT STYLES  ==========*/

/* INSIDE PAGE */
.sectiontitle {
	width: 100%;
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 30px 0px;
}
.sectiontitle h1 {
	font-size: 48px;
  line-height: normal;
  color: #000000;
 font-family: 'Sue Ellen Francisco', Arial, sans-serif;
 font-weight: normal;
 margin: 0px;
 padding: 0px;
}
.sectiontitle h1 span.shdeco {
	display: inline-block;
	padding: 0px 5px 0px 5px;
}
.sectiontitle h1 span.shdeco img {vertical-align: middle;}
.sectiontitle h1 span.shtext {
	
}

.standardpage  {padding: 0px 0px 0px 0px;}
.blogpage {padding: 0px 0px 0px 0px;}

.page-content {
  margin: 0px;
  padding: 0px 20px 0px 20px;
}
.search-page {
	padding: 100px 0px 300px 0px;
	text-align: center;
}


.thesubtitle {
	width: 100%;
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 30px 0px;
  font-size: 28px;
  line-height: normal;
  color: #9d2c85;
  font-weight: 500;
	font-family: 'Poppins', Arial, sans-serif;
}
.thesubtitle span {
	display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
}
.thesubtitle img {vertical-align: middle;}

.bookscontainer .thesubtitle {margin-top: 0px; padding-bottom: 0px;}

.standardpage ul, .standardpage ol, .blog-contentbody ul, .blog-contentbody ol, .twocol-text ul, .twocol-text ol {
	margin-top: 0px; padding-top: 10px; margin-bottom: 0px; padding-bottom: 10px;}
.standardpage ul li, .standardpage ol li, .blog-contentbody ul li, .blog-contentbody ol li, .twocol-text ul li, .twocol-text ol li
{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

/* SIDEBAR */
.widget {
  margin: 0px 0px 40px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 15px;
  color:#777;
	font-weight: 500;
}
.widget h2 {
  color: #fff;
  font-size: 24px;
  line-height: normal;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
  padding: 0px 0px 15px 0px;
  font-family: 'Sue Ellen Francisco', Arial, sans-serif;
	text-transform: uppercase;
}
.widget h2 span {
	display: inline-block;
	background-image: url(../images/sbheader.gif);
  background-repeat: no-repeat;
  background-position: top left;
	background-size: 100% 100%;
	padding: 3px 15px 0px 15px;
}

.widget ul {margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
.widget ul li {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 10px 18px;
	background-image: url(../images/icon-sblist.gif);
	background-repeat: no-repeat;
	background-position: top left;
  line-height: 24px;
	font-weight: 400;
}
.widget ul li a {color:#b17c9e; text-decoration: underline;}
.widget ul li a:hover {color: #1e97a3; text-decoration: underline;}
.widget ul li p a {text-decoration: underline;}

.widget input[type=text], .widget .searchform input[type=text] {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 5px 10px 5px 10px;
  font-size: 14px;
  font-family: 'Poppins', Arial, sans-serif;
	color: #623952;
	font-style: normal;
}

.widget .searchform {
  background-color: #fff;
	border: 1px solid #d0c7c2;
  clear: both;
  margin-bottom: 10px;
}

.widget .searchform input[type=text] {
  height: 32px;
  border: none;
  background-color: transparent;
  width: 80%;
  width: calc(100% - 80px);
  width: -o-calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
	color: #623952;

}

.widget #searchsubmit {
  padding: 5px 8px 6px 8px;
	width: 80px;
  float: right;
  height: 32px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  border: none;
  color: #fff;
	cursor: pointer;
	font-family: 'Poppins', Arial, sans-serif;
  border: 1px solid #58bbb6;
background: #58bbb6;
background: -moz-linear-gradient(top,  #58bbb6 0%, #00968d 100%);
background: -webkit-linear-gradient(top,  #58bbb6 0%,#00968d 100%);
background: linear-gradient(to bottom,  #58bbb6 0%,#00968d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58bbb6', endColorstr='#00968d',GradientType=0 );
}
.widget .screen-reader-text {display: none;}
.widget #searchsubmit:hover {
	  border-color:#771470;
background: #771470;
background: -moz-linear-gradient(top,  #771470 0%, #9b2984 100%);
background: -webkit-linear-gradient(top,  #771470 0%,#9b2984 100%);
background: linear-gradient(to bottom,  #771470 0%,#9b2984 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#771470', endColorstr='#9b2984',GradientType=0 );

}

.widget select, .eventtaxonomy-links select{
  background-color: #fff;
  border:1px solid #d0c7c2;
  margin: 5px 0px 20px 15px;
  padding: 10px 10px 9px 10px;
	font-style: normal;
  font-size: 14px;
  color:#623952;
  width: 90%;
  font-family: 'Poppins', Arial, sans-serif;
}

.sb-about {
	color: #4a4a05;
	font-size: 14px;
	line-height: 23px;
	text-align: left;
	margin-bottom: 30px;
	padding: 0px;
}
.sb-about-body {
		background-image: url(../images/sb-about1.png);
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 100% auto;
		padding: 20px 20px 20px 20px;
}
.sb-about-image {margin: 0px 0px 0px 0px; padding: 0px;}
	.sb-about-image img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
.sb-about-content {}
	.sb-about-heading {
		color: #fff;
		font-weight: 500;
		font-size: 32px;
		font-style: italic;
		line-height: normal;
		text-transform: none;
		padding: 15px 0px 5px 42px;
	}
	.sb-about-heading-mobile {display: none;}
	.sb-about-text {
		padding: 15px 0px 0px 0px;
	}
		.sb-about-text p {margin: 0px; padding: 0px;}
		.sb-about-text a {color: #000; font-weight: 500;}
		.sb-about-text a:hover {color: #fff;}
		
	.sb-about-sn {
		padding: 0px 20px 70px 20px;
		background-image: url(../images/sb-about2.png);
		background-repeat: no-repeat;
		background-position: bottom left;
		background-size: 100% auto;
	}
	.sb-about-sn ul {margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
	.sb-about-sn ul li {
		vertical-align: middle;
		margin: 0px 0px 0px 0px;
		padding: 0px 5px 0px 5px;
		display: inline-block;
		list-style-type: none;
	}
	.sb-about-sn ul li a {
		color: #fff799;
		text-decoration: none;
	}
	.sb-about-sn ul li a:hover {
		color: #fff;
		text-decoration: none;
	}
	.sb-about-sn ul li i {font-size: 24px;}

.blogsidebargfx {margin: 0px; padding: 0px; text-align: center;}
.blogsidebargfx img {width: 100%; height: auto;}


/* WIDGET STYLES */
.widget ul li span.post-date {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
	color: #a3afb7;
	font-weight: 300;
	font-family: 'Poppins', Arial, sans-serif;
}


/* BLOG */
.blog-body {width: 73%; float: left;}
.blog-sidebar {width: 25%; float: right;}



/* BLOG POST - BODY */
.blogpost {
  padding: 30px 0px 30px 0px;
}
.blog-titledate {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
}

.blog-date {
  font-size: 12px;
  text-transform: uppercase;
  color: #846727;
  padding: 0px 0px 5px 0px;
  font-weight: normal;
	font-family: 'Poppins', Arial, sans-serif;
	background-color: transparent;
}
.blog-date i {color: #cb9616; padding-right: 3px;}
.blog-title {
  font-size: 28px;
  line-height: 30px;
  font-weight: 500;
	font-style: normal;
  padding: 0px 0px 0px 0px;
  color: #000;
}
.blog-title a {color: #9d2c85; text-decoration: none;}
.blog-title a:hover {color: #000; text-decoration: underline;}

.blog-contentbody {padding: 0px 0px 0px 0px;}

.blog-meta {
  padding: 15px 0px 20px 0px;
  color: #846827;
  font-size: 14px;
}
  .blog-meta i {color: #cb9616;}
  .blog-meta strong {font-weight: 400;}
  .blog-meta a {color: #846827; text-decoration: underline;}
  .blog-meta a:hover {color: #f48d00; text-decoration: underline;}
  .blog-meta p {margin: 0px; padding: 0px 0px 5px 0px;}



/* BLOG POST NEXT-BACK */
.nextback-box {}
.nextback-box .barsep {margin: 0px;}
.nextbackbg {
	margin: 30px 0px 30px 0px;
		background-image: url(../images/barsep.png);
	background-repeat: repeat-x;
	background-position: top left;
}
.nextback {
  margin: 0px 0px 0px 0px;
  padding: 20px 10px 18px 10px;
  font-size: 18px;
  line-height: 26px;
	font-weight: 500;
	background-image: url(../images/barsep2.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.nextback .backlink {
  text-align: left;
  width: 48%;
  float: left;
}

.nextback .nextlink {
  text-align: right;
  width: 48%;
  float: right;
}
.nextback a {color: #9d2c85; text-decoration: none;}
.nextback a:hover {color: #f48d00;}

.nextback .backlink a, .nextback .nextlink a {background-repeat: no-repeat; display: inline-block;}
.nextback .backlink a {
  background-image: url(../images/post-back.gif);
  background-position: top left;
  padding: 0px 0px 0px 20px;
}

.nextback .nextlink a {
  background-image: url(../images/post-next.gif);
  background-position: top right;
  padding: 0px 20px 0px 0px;
}


/* ARCHIVE PAGES */
.blogarchive-item {
  margin: 40px 0px 0px 0px;
  padding: 40px 30px 0px 30px;
		background-image: url(../images/barsep2.png);
	background-repeat: repeat-x;
	background-position: top left;
}
.blogarchive-item .blog-tagscategs {padding: 10px 0px 0px 0px;}

.blogarchive-item .blog-titledate {
  margin: 0px 0px 15px 0px;
}
.blogarchive-item .blog-title {
  font-size: 28px;
  line-height: 40px;
}


/* SEARCH RESULTS */
.searchtext-desc {
  margin: -20px 0px 20px 0px;
  padding: 0px 0px 20px 0px;
  font-size: 20px;
}

.thesearchresults {}
.thesearchresults .blog-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  padding: 0px 0px 10px 0px;
}



/* PAGE NAVI */
.pagination {padding: 40px 20px 40px 20px; color: #a38e53;}

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #a38e53 !important;
	padding: 3px 5px;
	margin: 2px;
}
.wp-pagenavi a {
  border: 1px solid #a38e53;
	color: #a38e53;
}
.wp-pagenavi span:first-child {
  border: none !important;
  padding: 4px 6px;
  color: #a38e53 !important;
	font-weight: 500;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #a38e53;
}
.wp-pagenavi a:hover {
  border-color: #7c587e !important;
  background-color: #7c587e !important;
  color: #fff;
}

.wp-pagenavi span.current {
	font-weight: bold;
	color: #fff;
	background-color: #6e5b2d;
	border: 1px solid #6e5b2d !important;
}


/* 404 PAGE */
.errorpage {
  width:65%;
  margin: auto;
  text-align: center;
}
.errorpage .searchform {
}

.errorpage .searchform input[type=text] {
  height: 36px;
	color:#000;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  width: 80%;
  padding: 10px 10px 10px 10px;
	font-size:16px;
	font-family: 'Poppins', Arial, sans-serif;
}

.errorpage #searchsubmit {
    cursor: pointer;
  width: auto;
  text-decoration: none;
	margin-left: 7px;
  padding: 5px 15px 4px 15px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size:16px;
	font-family: 'Poppins', Arial, sans-serif;
  border: 1px solid #58bbb6;
background: #58bbb6;
background: -moz-linear-gradient(top,  #58bbb6 0%, #00968d 100%);
background: -webkit-linear-gradient(top,  #58bbb6 0%,#00968d 100%);
background: linear-gradient(to bottom,  #58bbb6 0%,#00968d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58bbb6', endColorstr='#00968d',GradientType=0 );
}
.errorpage .screen-reader-text {display: none;}
.errorpage #searchsubmit:hover {
		  border-color:#771470;
background: #771470;
background: -moz-linear-gradient(top,  #771470 0%, #9b2984 100%);
background: -webkit-linear-gradient(top,  #771470 0%,#9b2984 100%);
background: linear-gradient(to bottom,  #771470 0%,#9b2984 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#771470', endColorstr='#9b2984',GradientType=0 );
}


/* BOOKS PAGE */
.twocol-image {width: 35%; float: left;}
	.twocol-image img {
		width: 98%;
		height: auto;
		vertical-align: top;
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.3);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.3);
}
.twocol-text {width: 65%; float: right; padding-top: 10px; padding-left: 30px;}


.bookpage {
	margin: 0px 0px 0px 0px;
	padding: 0px 40px 40px 40px;
}

.book-publisher {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	font-family: 'Poppins', Arial, sans-serif;
	color: #9ba440;
	font-size: 16px;
	font-weight: 400;
}



.book-excerptbox {
	margin-bottom: 40px;
	padding: 40px;
	background: #f8f2e0;
	background: rgba(242, 218, 132, 0.20);
}

.bookbuttons {padding: 20px 0px 20px 0px;}


.booksbox {width: 100%; display: table; padding-bottom: 40px;}
.booksbox-col1 {
	width: 40%;
	display: table-cell;
	vertical-align: top;
	text-align: center;
	background-image: url(../images/bookbg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	padding: 0px 0px 0px 0px;
}
	.thebookcover {margin: 0px; padding: 0px;}
	.thebookcover img {width: 69%; height: auto; border: 5px solid #fff7de;}
	.bookspacer {margin: 0px; padding: 0px;}
	.bookspacer img {width: 100%; height: auto;}
	
.booksbox-col2 {
	width: 60%;
	display: table-cell;
	vertical-align: top;
	padding: 80px 20px 20px 0px;
}

.booksbox .book-title {
	color: #9d2c85;
	font-size: 38px;
	line-height: 50px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align: left;
}


	
/* BOOKS - DEFAULT */
.book-item-default {
  margin: 0px 0px 30px 0px;
  padding: 30px 30px 40px 30px;
	background-image: url(../images/barsep.png);
	background-repeat: repeat-x;
	background-position: bottom right;
}
.book-item-default .twocol-image {width: 30%; padding-bottom: 20px;}
.book-item-default .twocol-text {width: 70%;}


.book-titlepublisher {padding-bottom: 40px;}
.book-titlepublisher .thesubtitle {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

.book-item-default .book-publisher {text-align: left; padding-top: 5px;}
.book-item-default .book-titlepublisher {padding-bottom: 20px;}

.bookseriespagelist {
	margin: 0px 0px 80px 0px;
	padding: 0px 40px 0px 40px;
	border-bottom: 5px double #c3cfda;
}

.bookserieslogo {
	width: 100%;
	text-align: center;
	padding: 0px 0px 40px 0px;
}
.bookserieslogo img {width: 30%; height: auto;}


/* BOOKS PAGE - SINGLE */
.bookpage-single {padding: 0px 0px 0px 0px;}
.book-title, .bookpage-single .book-title, .book-item-default .book-title,
.event-title, .eventtax-title {
  font-size: 38px;
  line-height:50px;
  font-weight: 500;
  padding: 0px 0px 40px 0px;
	color: #9d2c85;
	text-align: center;
	font-style: normal;
	font-family: 'Poppins', Arial, sans-serif;
}
.eventtax-title {padding:0px 0px 20px 0px;}
.book-item-default .book-title {
	text-align: left;
	  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
}
.bookpage .book-title {padding: 0px 0px 0px 0px;}

.book-item-default .book-title a {
	color: #9d2c85;
	text-decoration: none;
	}
.book-item-default .book-title a:hover {
	color: #1798a4;
	text-decoration: underline;
}


/* BOOKS - CATEGORIZED */
.bookscontainer {width: 100%; text-align: center;}
.bookscontainer h1 {
	margin: 80px 0px 20px 0px;
	padding: 0px;
	text-align: center;
	font-size: 24px;
	line-height: normal;
	font-family: 'Poppins', Arial, sans-serif;
	font-weight: 600;
	display: block;
}
.bookscontainer h1:first-of-type {margin-top: 20px;}
.bookboxed {
	width: 19%;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 40px 0px;
	vertical-align: top;
	text-align: center;
}
.bookboxed img {
	width: 80%;
	height: auto;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,1);
		-moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,1);
		box-shadow: 5px 5px 0px 0px rgba(0,0,0,1);
}


/* BOOKS THUMBNAILS */
.bookcategory {
	width: 100%;
	display: block;
	margin: 0px 0px 80px 0px;
	padding: 0px 0px 0px 0px;
}
.bookscatalog {
	display: flex;
  flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	background-image: url(../images/catalogbg.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
	margin: 0px 0px 20px 0px;
	padding: 0px 20px 0px 20px;
}
.bookboxeditem {
	width: 20%;
	padding: 20px 20px 20px 20px;
	float: left;
}
.bookitem {
  padding: 0px 10px 0px 10px;
}
.bookthumb {width: 100%;}
.bookthumb img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.bookthumb-gfx {vertical-align: top; width: 100%;}
.bookthumb-gfx img {width: 100%; height: auto; vertical-align: top; display: block;}

.bookitem-title {
  color: #3d3d3d;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: 600;
  padding: 10px 10px 0px 10px;
}
.bookitem-title a {color: #3d3d3d; text-decoration: none;}
.bookitem-title a:hover {color: #b8252b;}

.bookboxeditem .bookitem-title {padding: 10px 0px 0px 0px; }
.bookboxeditem .bookitem {padding: 0px;}


/* CONTACT FORM */
.theform {
  margin: 20px auto 20px auto;
  padding: 0px;
}
  .theform h3 {font-weight: 400; margin: 0px; padding:20px 0px 20px 0px;}
.form-item {
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 30px 0px;
}

.form-item p {margin: 0px; padding: 0px;}
.form-item-label {
  font-size: 24px;
  padding: 0px 0px 8px 0px;
  color: #000;
  font-weight: 600;
	font-family: 'Sue Ellen Francisco', Arial, sans-serif;
	text-transform: uppercase;
}
  .form-item-label span {
		font-family: 'Poppins', Arial, sans-serif;
		font-size: 12px; color: #b4448f; padding-left: 5px; font-weight: normal;  text-transform: none;}
.form-item input, .form-item textarea {
  width:100%;
  padding:10px;
  font-size:16px;
  line-height: 22px;
  color: #666666;
  font-family: 'Roboto', Arial, sans-serif;
  border: 1px solid #cacaca;
  background-color: #ffffff;
}
.form-item textarea {height: 120px;}

.form-item input[type="radio"] {width: auto;}
.wpcf7-radio {margin: 0px 20px 0px 0px;}

.theform-button {text-align: left;}
.theform-button input {
    cursor: pointer;
  width: auto;
  text-decoration: none;
  padding: 5px 15px 4px 15px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size:16px;
	font-family: 'Poppins', Arial, sans-serif;
  border: 1px solid #58bbb6;
background: #58bbb6;
background: -moz-linear-gradient(top,  #58bbb6 0%, #00968d 100%);
background: -webkit-linear-gradient(top,  #58bbb6 0%,#00968d 100%);
background: linear-gradient(to bottom,  #58bbb6 0%,#00968d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58bbb6', endColorstr='#00968d',GradientType=0 );
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.theform-button input:hover {
	  border-color:#771470;
background: #771470;
background: -moz-linear-gradient(top,  #771470 0%, #9b2984 100%);
background: -webkit-linear-gradient(top,  #771470 0%,#9b2984 100%);
background: linear-gradient(to bottom,  #771470 0%,#9b2984 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#771470', endColorstr='#9b2984',GradientType=0 );
}
.form-1col {padding-right: 20px; box-sizing: border-box;}
.form-2col {width: 50%; float: left; padding-right: 20px; box-sizing: border-box;}


/* EVENTS PAGE */
.eventslisting {
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
	border-spacing: 0;
  border-collapse: collapse;
	vertical-align: top;
}
.eventlisting-eventdetails {vertical-align: top;}

.eventslisting tr:nth-child(even) {
  background: transparent;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.15);
}
	.eventslisting tr:nth-child(even) td {padding-top: 10px; padding-bottom: 10px;}
.eventslisting tr table tr:nth-child(even) {background-color: transparent; border: none;}
.eventslisting tr:nth-child(odd) {
  background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.30);
}
.eventslisting tr table tr:nth-child(odd) {
	background-color:transparent;
	border: none;
}

.eventslisting tr td {
	margin: 0px 0px 0px 0px;
	padding:10px;
}
.theeventlistingdetails tr td {
	margin: 0px 0px 0px 0px;
	padding:10px 20px 10px 20px;
	font-size: 16px;
	/*color: #c3ebfd;*/
	vertical-align: top;
}

.elisting-title {
	font-size: 28px !important;
	font-weight: 500;
	font-family: 'Sue Ellen Francisco', Arial, sans-serif;
	color:#000;
	font-style: italic;
}
.elisting-title a {color:#000; text-decoration: none;}
.elisting-title a:hover {color: #913b34; text-decoration: underline;}

.elisting-label {
	color: #b3a06c;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0px 0px 5px 0px;
	font-style: normal;
}
	.elisting-label i {color: #b3a06c; font-weight: normal;}
.eventdetailes-item {
	padding: 0px 0px 20px 0px;
}
.eventdetailes-item .elisting-label {
	display: inline-block;
	padding: 0px 5px 0px 0px;
	font-size: 16px;
}
td.eventsentry-date {width: 33%; color: #2c69a4 !important; font-style: italic;}
td.eventsentry-time {width: 30%; color: #2c69a4 !important; font-style: italic;}
td.eventsentry-venue {width: 37%; color: #2c69a4 !important; font-style: italic;}

.eventphotographic {
	float: left;
	margin: 0px 30px 30px 0px;
	width: 30%;
}
.eventphotographic img {width: 100%; height: auto;}

.eventslisting tr td.eventlisting-photo {width: 25%; vertical-align: top; padding: 20px 10px 20px 20px;}
.eventslisting tr td.eventlisting-photo img {width: 100%; height: auto;
}

.eventtaxonomy-links {margin: 0px 0px 0px 0px; padding: 0px 0px 20px 0px; }
.eventtaxonomy-links select {
  background-color: #fff;
  border:1px solid #fff;
  margin: 0px 10px 0px 0px;
  padding: 10px 10px 9px 10px;
	font-style: italic;
  font-size: 16px;
  color:#946501;
  width: auto;
  font-family: 'Open Sans', Arial, sans-serif;
}

.eventtax-title{
	text-align: center;
		font-size: 35px;
	line-height: 45px;
	  font-weight: 500;
  padding: 0px 0px 40px 0px;
  font-family: 'Englebert', Comic Sans MS, sans-serif;
  color: #bb1b14;
}


/*==========  ELEMENT STYLES  ==========*/
.bar {
  width: 100%;
  height:1px;
  margin: 30px 0px 30px 0px;
	background-color: #ddd5c6;
	clear: both;
}



/*==========  ABOUT PAGE  ==========*/
.aboutpage {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	display: table;
	width: 100%;
	  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.aboutpage-col1 {
	display: table-cell;
	width: 32%;
	vertical-align: top;
}
	.aboutpage-col1 img {width: 100%; height: auto;}
.aboutpage-col2 {
	display: table-cell;
	width: 68%;
	vertical-align: top;
	padding: 0px 20px 0px 20px;
}
.aboutpage-col2 img {width: 95%; height: auto;}
p.aboutbottomimg {
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

.aboutpage-title {
	width: 100%;
  text-align: left;
  margin: 0px 0px 20px 0px;
  padding: 20px 0px 0px 0px;
  font-size: 48px;
  line-height: normal;
  color: #fee57b;
  font-weight: normal;
 font-family: 'Englebert', Comic Sans MS, sans-serif;

}

.aboutpage-title span {
	display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 30px 0px;
	background-image: url(../images/page-title.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

ul.about_me_stuff {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	list-style-type: none;
}
ul.about_me_stuff li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	display: block;
	width: 20%;
	float: left;
}
ul.about_me_stuff li img {width: 100%; height: auto;}

/*==========  CONTACT PAGE  ==========*/
.contactpage {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	display: table;
}
.contactpage-col1 {
	display: table-cell;
	width: 73%;
	vertical-align: top;
	padding: 0px 20px 0px 20px;
}
	
.contactpage-col2 {
	display: table-cell;
	width: 27%;
	vertical-align: top;
}
.contactpage-col2 img {width: 100%; height: auto;}




/*==========  CLIENT-SPECIFIC CONTENT STYLES  ==========*/
.barsep {
	background-image: url(../images/barsep.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 4px;
	width: 100%;
	margin: 40px 0px 40px 0px;
}

a.buttonlink {
  cursor: pointer;
  width: auto;
  text-decoration: none;
  padding: 5px 15px 4px 15px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size:16px;
	font-family: 'Poppins', Arial, sans-serif;
  border: 1px solid #58bbb6;
background: #58bbb6;
background: -moz-linear-gradient(top,  #58bbb6 0%, #00968d 100%);
background: -webkit-linear-gradient(top,  #58bbb6 0%,#00968d 100%);
background: linear-gradient(to bottom,  #58bbb6 0%,#00968d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58bbb6', endColorstr='#00968d',GradientType=0 );
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
a.buttonlink:hover {
	  border-color:#771470;
background: #771470;
background: -moz-linear-gradient(top,  #771470 0%, #9b2984 100%);
background: -webkit-linear-gradient(top,  #771470 0%,#9b2984 100%);
background: linear-gradient(to bottom,  #771470 0%,#9b2984 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#771470', endColorstr='#9b2984',GradientType=0 );
}


/*==========  STYLE OVERRIDES  ==========*/

.nosidebar {width: 90%; margin: auto;}
.wp-block-columns {
	display: flex;
	margin: 0px 0;
}

.wp-block-column {
	flex: 1;
	margin: 0 0px;
}
.wp-block-image {padding: 0px; margin: 0px;}
.wp-block-image img {width: 100%; height: auto; margin: 0px; padding: 0px;}
.wp-block-image img.alignnone, .wp-block-image .alignnone, .wp-block-image img.aligncenter, .wp-block-image .aligncenter {margin: 0px !important; padding: 0px !important;}

hr.wp-block-separator, hr, .wp-block-separator {
	background-color: #fff;
  border: 0;
	height: 4px;
  background-image: url(../images/barsep.png);
	background-repeat: repeat-x;
	background-position: center;
}


/*==========  IMAGES  ==========*/
img.alignnone {margin: 20px 0px 20px 0px;}
img.alignright {float:right; margin:20px 0 20px 20px;}
img.alignleft {float:left; margin:20px 20px 20px 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:20px 0 20px 20px}
a img.alignleft {float:left; margin:20px 20px 20px 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

img.responsive {width: 100% !important; height: auto !important;}

/* ALIGNMENTS */

/* img.alignnone, img.alignright, img.alignleft, img.aligncenter {
  outline: 1px solid white;
  outline-offset: -4px;
}
*/
.center, .centered {text-align: center; margin: auto;}
.alignright {float:right; margin:20px 0 20px 20px;}
.alignleft {float:left; margin:20px 20px 20px 0}


/* COLORS */
.white {color: #fff;}
.pink {color: #f477aa;}
.purple {color:#b4448f;}
.blue {color: #0a9a92;}
.orange {color: #e29438;}
.green {color:#c2c23e;}


/* CLEARFIX */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1; /* ie 6/7 */
}