* {
  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:#a5e4fa;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: top 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: 'Lora', Georgia, serif;
  font-size: 16px;
	font-weight: 400;
}

p {margin:0; padding:0 0 1em 0; line-height:1.8em;}
img {border:none;}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: 'Lora', Georgia, serif;
  margin: 0px;
  padding: 0px 0px 12px 0px;
	color: #3e5fbd;
}

a, a:active {
	color:#27a2cf;
	-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: #3e5fbd;
  -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: 1280px;
}


/* BACKGROUND */
.highlight-inside {
	background-image: url(../images/highlight-inside.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto;
	width: 100%;
}



/* HEADER */
.theheader-navigation {
	background-color: transparent;
	background-image: url(../images/headernav-bg.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	position: fixed;
	width: 100%;
	z-index: 999;
	padding: 0px;
	text-align: center;
}
	.theheader-navigation-nav {
		width: auto;
		margin: auto;
		text-align: center;
		display: inline-block;
		padding: 20px 0px 0px 0px;
	}
.theheader {
	padding: 100px 0px 0px 0px;
}


.header-logo {
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: center;
	vertical-align: bottom;
}
.header-logo img {width: 100%; height: auto; vertical-align: bottom;}



.nav-body {
	background-color: transparent;
	background-image:  url(../images/navbg.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
	padding: 10px 0px 0px 0px;
	height: 85px;
	width: auto;
	float: left;
}

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


/* Header on Scroll */
.fixed {
  position: fixed;
  top: 0;
	width: 100%;
  z-index: 999;
  left: 0;
}


/* FOOTER */
.thefooter {
  background-color: transparent;
  text-align:center;
  padding: 40px 0px 20px 0px;
}

.thefooter-sn {padding: 0px 0px 10px 0px;}
.thefooter-sn ul {margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; text-align: center;}
.thefooter-sn ul li {
  vertical-align: middle;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
  display: inline-block;
  list-style-type: none;
}
.thefooter-sn ul li a {
	color: #08a9d9;
	text-decoration: none;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.thefooter-sn ul li a:hover {
	color: #000;
	text-decoration: none;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.thefooter-sn ul li i {font-size: 50px;}

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


/* MAIN */
.thebody {
	padding-bottom: 0px;
}

.mainbody {
	background-image: url(../images/insidebg.png);
	background-repeat: repeat-y;
	background-position: center;
	background-size: 100% auto;
	width: 100%;
}
.mainbody-bg {
	width: 100%;
	background-image: url(../images/insidebg-top.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% auto;
	padding: 60px 60px 60px 60px;
}



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

/* INSIDE PAGE */
.sectiontitle {
	width: 100%;
  text-align: center;
  margin: 0px 0px 40px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 48px;
  line-height: 60px;
  color: #000;
 background-image: url(../images/sectionheader.gif);
 background-repeat: repeat-x;
 background-position: center;
 text-transform: uppercase;
 font-weight: 400;
}
	.sectiontitle span {
		display: inline-block;
		background-color: #fff;
		padding: 0px 20px 0px 20px;
	}

.page-content {
  margin: 0px;
  padding: 0px 40px 0px 40px;
}
.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: 52px;
  line-height: 0.85em;
  color: #3e5fbd;
  font-weight: normal;
	font-family: 'Dyna', cursive;
}
.thesubtitle span {
	display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
}
.thesubtitle img {vertical-align: middle;}

.bookscontainer .thesubtitle {margin-top: 40px; 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:#5f98a9;
}
.widget h2 {
  color: #000;
  font-size: 32px;
  line-height: normal;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Dyna', cursive;
	background-image: url(../images/widget-title.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.widget ul {margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
.widget ul li {
  list-style-type: none;
  margin: 0px 0px 10px 0px;
  padding: 0px 12px 7px 15px;
	border-bottom: 1px solid #cacaca;
  line-height: 24px;
	font-weight: 400;
}
.widget ul li a {color:#27a2cf; text-decoration: none;}
.widget ul li a:hover {color: #3e5fbd; text-decoration: underline;}
.widget ul li p a {text-decoration: underline;}

.widget input[type=text], .widget .searchform input[type=text] {
  background-color: #a9deff;
  border: 1px solid #a9deff;
  padding: 5px 10px 5px 10px;
  font-size: 16px;
  font-family: 'Lora', Georgia, serif;
	color: #000;
	font-style: italic;
}

.widget .searchform {
  background-color: #a9deff;
  border: none;
  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: #000;

}

.widget #searchsubmit {
  padding: 6px 8px 6px 8px;
	width: 80px;
  float: right;
  height: 32px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  border: none;
  color: #fff;
  font-family: 'Lora', Georgia, serif;
	cursor: pointer;
	background: #3e5fbd;
}
.widget .screen-reader-text {display: none;}
.widget #searchsubmit:hover {background-color: #000;}

.widget select, .eventtaxonomy-links select{
  background-color: #a9deff;
  border:1px solid #a9deff;
  margin: 0px 0px 20px 15px;
  padding: 10px 10px 9px 10px;
	font-style: italic;
  font-size: 16px;
  color:#3e5fbd;
  width: 90%;
  font-family: 'Lora', Georgia, serif;
}

.sb-about {
	background-color: #666666;
	border: 5px solid #595959;
	color: #dadada;
	font-size: 14px;
	line-height: 23px;
	text-align: left;
	margin-bottom: 30px;
	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: 5px 0px 0px 0px;
	}
	.sb-about-text {
		padding: 15px 0px 0px 0px;
	}
		.sb-about-text p {margin: 0px; padding: 0px;}
		.sb-about-text a {color: #ffffff;}
		.sb-about-text a:hover {color: #a5e4fa;}
		
	.sb-about-sn {padding: 15px 0px 0px 0px;}
	.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: #ffffff;
		text-decoration: none;
	}
	.sb-about-sn ul li a:hover {
		color: #a5e4fa;
		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: #5f98a9;
	font-family: 'Open Sans', sans-serif;
}


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



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


.blog-date {
  font-size: 12px;
  text-transform: uppercase;
  color: #5f99aa;
  padding: 0px 0px 10px 0px;
  font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	background-color: transparent;
}
.blog-date i {color: #5f99aa; padding-right: 3px;}
.blog-title {
  font-size: 45px;
  line-height: 0.85em;
  padding: 0px 0px 0px 0px;
	font-family: 'Dyna', cursive;
  color: #3e5fbd;
}
.blog-title a {color: #3e5fbd; text-decoration: none;}
.blog-title a:hover {color: #000; text-decoration: underline;}

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

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




/* BLOG POST NEXT-BACK */
.nextback-box {margin: 30px 0px 30px 0px;}
.nextback-box .barsep {margin: 0px;}
.nextback {
  margin: 40px 0px 40px 0px;
  padding: 10px 10px 8px 10px;
  font-size: 18px;
  line-height: 26px;
	font-weight: normal;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	font-style: italic;
}

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

.nextback .nextlink {
  text-align: right;
  width: 48%;
  float: right;
}
.nextback a {color: #27a2cf; text-decoration: none;}
.nextback a:hover {color: #000;}

.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: 0px 0px 0px 0px;
  padding: 0px 0px 30px 0px;
}
.blogarchive-item .blog-tagscategs {padding: 10px 0px 0px 0px;}

.blogarchive-item .blog-titledate {
  margin: 0px 0px 0px 0px;
  padding: 0px 20px 10px 20px;
}
.blogarchive-item .blog-title {
  font-size: 38px;
  	line-height: 0.85em;
}


/* 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: #c1b5aa;}

.wp-pagenavi {
	clear: both;
}

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

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}
.wp-pagenavi a:hover {
  border-color: #000 !important;
  background-color: #19b8e8 !important;
  color: #fff;
}

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


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

.errorpage .searchform input[type=text] {
  height: 32px;
	color:#fbebc5;
  background-color: #c1c1c1;
  border: 1px solid #c1c1c1;
  width: 80%;
  padding: 8px 10px 8px 10px;
}

.errorpage #searchsubmit {
  background-color: #da4d93;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  border: none;
  margin-left: 7px;
  padding: 6px 8px 6px 8px;
}
.errorpage .screen-reader-text {display: none;}
.errorpage #searchsubmit:hover {background-color: #fada8e; color: #a36e02;}


/* BOOKS PAGE */
.twocol-image {width: 35%; float: left;}
	.twocol-image img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
}
.twocol-text {width: 65%; float: right; padding-top: 10px; padding-left: 30px;}

.sectiontitle-bookspage {margin-bottom: -40px;}
.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;
	color: #18b5e6;
	font-size: 18px;
	font-weight: 400;
	font-style: italic;
}
.book-item-default .book-publisher {padding-top: 0px;}



.book-excerptbox {
	margin-bottom: 40px;
	padding: 40px;
	background: #c4eefb;
}

.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: #fff5c3;
	font-size: 38px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align: left;
} 


	
/* BOOKS - DEFAULT */
.book-item-default {
	  margin: 0px 0px 40px 0px;
		padding: 0px 40px 0px 40px;
}
.book-item-default .twocol-image {width: 30%; text-align: center;}
.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-titlepublisher {padding-bottom: 20px;}
.book-item-default .book-publisher {text-align: left; padding-top: 10px;}

.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: 46px;
  line-height: 0.85em;
  font-weight: normal;
  padding: 0px 0px 40px 0px;
	color: #3e5fbd;
	text-align: center;
	font-family: 'Dyna', cursive;
}
.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: 42px;
}
.bookpage .book-title {padding: 0px 0px 0px 0px;}

.book-item-default .book-title a {color:#3e5fbd; text-decoration: none;}
.book-item-default .book-title a:hover {color: #000; 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: 16px;
  padding: 0px 0px 8px 0px;
  color: #3e5fbd;
  font-weight: 500;
	text-transform: uppercase;
}
  .form-item-label span {font-size: 11px; color: #19b8e8; padding-left: 5px; font-weight: normal;  text-transform: uppercase; font-style: italic;}
.form-item input, .form-item textarea {
  width:100%;
  padding:10px;
  font-size:15px;
  line-height: 22px;
  color: #666666;
  font-family: 'Lora', Georgia, Times New Roman, serif;
  border: 1px solid #dadada;
  background-color: #f2f2f2;
}
.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: 8px 20px 5px 20px;
  text-transform:uppercase;
  color: #fff;
  font-weight: normal;
  font-size:16px;
  font-family: 'Lora', Georgia, serif;
  border: 1px solid #171718;
	background: #3e5fbd;
}
.theform-button input:hover {
  border-color:#171718;
	background: #171718;
}
.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;
}

.eventslisting tr:nth-child(even) {
  background: #f1f2f8;
}
	.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: #e7ebf7;
}
.eventslisting tr table tr:nth-child(odd) {background-color: transparent; border: none;}

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

.elisting-title {
	font-size: 24px !important;
	font-weight: 500;
	color:#3e5fbd;
	font-style: italic;
}
.elisting-title a {color:#3e5fbd; text-decoration: none;}
.elisting-title a:hover {color: #000; text-decoration: underline;}

.elisting-label {
	color: #3e5fbd;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	font-style: normal;
}
	.elisting-label i {color: #3e5fbd;}
.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: #19b8e8 !important; font-style: italic;}
td.eventsentry-time {width: 30%; color: #19b8e8 !important; font-style: italic;}
td.eventsentry-venue {width: 37%; color: #19b8e8 !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: #a9deff;
  border:1px solid #a9deff;
  margin: 0px 10px 0px 0px;
  padding: 10px 10px 9px 10px;
	font-style: italic;
  font-size: 16px;
  color:#3e5fbd;
  width: auto;
  font-family: 'Lora', Georgia, serif;
}

.eventtax-title{
	text-align: center;
		font-size: 35px;
	line-height: 45px;
	  font-weight: 500;
  padding: 0px 0px 40px 0px;
  font-family: 'Dyna', cursive;
  color: #3e5fbd;
}


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

/* NEWSLETTER */

.newsletter {
  text-align: center;
  width: 60%;
	margin: auto;
	padding: 10px 0px 10px 0px;
}

.mc-field-group {
  width: 100%;
  width: calc(100% - 180px);
  width: -o-calc(100% - 180px);
  width: -webkit-calc(100% - 180px);
  width: -moz-calc(100% - 180px);
  float: left;
}
.mc-field-group label {display: none;}
.mc-field-group input {
  width: 100%;
  border:none;
  height: 42px;
  line-height:42px;
  background-image: url(../images/mlistbg.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0px 10px 0px 40px;
  font-size: 16px;
  font-family: 'Roboto Slab', Georgia, Times New Roman, serif;
	font-style: normal;
	font-weight: 300;
  background-color: #07225f;
  color: #46a9e2;
}
.input-group {
	display: block;
	text-align: left;
	padding: 10px 0px 20px 0px;
	color: #7dcdf0;
	font-family: 'Overlock', Arial, sans-serif;
	font-size: 16px;
	font-style: italic;
}
.input-group a {color: #7dcdf0;}
.input-group a:hover {color: #fff;}
.input-group input[type="checkbox"] {
	display: inline;
	text-align: left;
	float: left;
}
.input-group label {
	display: inline;
	text-align: left;
	float: left;
}

.mlistbutton {width: 180px; float: right; height: 42px;}
.mlistbutton input {
  cursor: pointer;
  width: 100%;
  height: 42px;
  line-height: 40px;
  vertical-align: middle;
  border: 1px solid #07225f;
  background-color: #46a9e2;
  font-family: 'Overlock', Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
	font-weight: bold;
  color: #07225f;
}
.mlistbutton input:hover {
  background-color: #f0a247;
  color: #fff;
}



.newsletterbox-text {
	width: 100%;
	display: block;
	text-align: center;
	font-family: 'Cormorant', Georgia, Times New Roman, serif;
	font-style: italic;
	font-size: 14px;
	color: #434857;
	vertical-align: top;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 20px 0px;
}
	.newsletterbox-text h3 {
		font-style: normal;
		color: #697889;
		font-size: 24px;
		text-transform: none;
		padding: 0px 0px 0px 0px;
		font-variant: small-caps;
	}
.newsletterbox-form {
	width: 85%;
	margin: auto;
}



/*==========  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;
}

/*==========  RESOURCES PAGE  ==========*/
.resourcespage {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	display: table;
}
.resourcespage-col1 {
	display: table-cell;
	width: 61%;
	vertical-align: top;
	padding: 0px 20px 0px 20px;
}
	
.resourcespage-col2 {
	display: table-cell;
	width: 39%;
	vertical-align: top;
}
.resourcespage-col2 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;
}
ul.resourceslist {margin: 0px; padding: 0px 0px 40px 0px;}
ul.resourceslist li {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 25px;
	background-image: url(../images/icon-list.gif);
	background-repeat: no-repeat;
	background-position: top left;
	list-style-type: none;
	font-size: 18px;
	line-height: 28px;
}
ul.resourceslist li a {color: #ffc37c;}
ul.resourceslist li a:hover {color:#fee57b;}

.buttonlink, a.buttonlink {
  cursor: pointer;
  width: auto;
  text-decoration: none;
  padding: 4px 15px 3px 15px;
  text-transform:uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  border: 1px solid #171718;
	background: #3e5fbd;
-webkit-box-shadow: 2px 2px 0px 0px rgba(51,42,32,1);
-moz-box-shadow: 2px 2px 0px 0px rgba(51,42,32,1);
box-shadow: 2px 2px 0px 0px rgba(51,42,32,1);
}
.buttonlink, a.buttonlink:hover {
	background-color: #19b8e8;
}


/*==========  STYLE OVERRIDES  ==========*/
.nosidebar {width: 90%; margin: auto;}


/* Cookie Notice Plugin */
.cn-button.wp-default {
	color: #fff;
	background: #54b3e1 !important;
}

.cn-button.wp-default:hover {
	background: #000 !important;
}

.cn-button.bootstrap {
	color: #fff;
	background: #54b3e1 !important;
}

.cn-button.bootstrap:hover {
	background: #000 !important;
}


/*==========  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%; height: auto;}

/* 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;}



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

.clearfix:after {
  clear: both;
}

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