@charset "utf-8";
/* CSS Document */


/*open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/light-pages/fonts/open-sans-v18-latin-regular.eot'); 
  src: local(''),
       url('/light-pages/fonts/open-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('/light-pages/fonts/open-sans-v18-latin-regular.woff2') format('woff2'), 
       url('/light-pages/fonts/open-sans-v18-latin-regular.woff') format('woff'), 
       url('/light-pages/fonts/open-sans-v18-latin-regular.ttf') format('truetype'), 
       url('/light-pages/fonts/open-sans-v18-latin-regular.svg#OpenSans') format('svg'); 
}

/* RESET */
* {
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}


html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 100%;
}

body {
	font-size: 14px;
	font-size: 1rem;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
	background-color: #e6e6e6;
	text-rendering: optimizeLegibility;
    color: #000;
	line-height: 1;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
}
a {
    outline: none;
    color: #0d86b3;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, strong, sub, sup, b, u, i, center, ol, ul, li, form, table, tbody, tfoot, thead, tr, th, td, article, aside, footer, header, hgroup, menu, nav, section/*, mark, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, tt, var, dl, dt, dd, fieldset, label, legend, caption, canvas, details, embed, figure, figcaption, output, ruby, summary, time */{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
ol, ul {
    list-style: none;
}
/* END OF RESET SECTION */

/* Main Elements */

html {
	font-size: 87.5%;
}
a.url
{
	color:#000;
}
h1, h4 {
    font-style:normal;
    font-weight: 400;
}
.entry-content h1 {
    font-size: 32px;
    color: #666;
    font-weight: 700;
}
.entry-content h3 {
	color:#000;
	font-weight: 700;
	font-size: 18px;
}
.entry-title {
	font-size: 32px;
    color: #666;
    font-weight: 700;
}
.entry-header {
    margin-bottom: 18px;
}
.entry-content h1, .comment-content h1, .entry-content h2, .comment-content h2, .entry-content h3, .comment-content h3, .entry-content h4, .comment-content h4, .entry-content h5, .comment-content h5, .entry-content h6, .comment-content h6 {
    margin: 0;
    line-height: 1.714285714;
}
.entry-header .entry-title a {
    text-decoration: none;
}
.entry-header .entry-title {
    font-size: 20px;
    font-size: 1.428571429rem;
    line-height: 1.2;
    font-weight: 400;
}
.entry-content ol, .comment-content ol {
    list-style: decimal outside;
	line-height: 1.7em;
}
.entry-content li, .comment-content li, .mu_register li {
    margin: 0 0 0 36px;
    margin: 0 0 0 2.571428571rem;
}
.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
    line-height: 1.714285714;
}
.entry-content img {
    margin-left: 10px;
}
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    border-radius: 3px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
}
img[class*=align], img[class*=wp-image-], img[class*=attachment-] {
    height: auto;
}
.site-content article {
    margin-bottom: 30px;
   
    word-wrap: break-word;
    min-height: 150px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
#upcoming_on_frontpage>div>div>p>a {
    font-size: 16px;
}
div.display-posts-listing>div>span.excerpt>a.readmore {
    font-size: 14px;
    margin-bottom: 15px;
}
img.alignright, .wp-caption.alignright {
    margin: 12px 0 12px 24px;
    margin: .857142857rem 0 .857142857rem 1.714285714rem;
}
img[class*=align], img[class*=wp-image-], img[class*=attachment-] {
    height: auto;
}
.entry-content img, .comment-content img, .widget img {
    max-width: 100%;
}
.entry-content img {
    margin-right: 10px;
}
.entry-content ul {
	line-height: 1.7em;
	list-style: disc;
	margin-bottom: 20px;	
}
.alignright {
    float: right;
}
.site {
	display: inline-block;
    padding: 0 24px;
    padding: 0 1.714285714rem;
    background-color: #fff;
}
.mobile-site-title {
    font-size: 35px;
    margin-top: 15px;
    text-align: center;
}
.main-navigation {
    margin-top: 14px;
    text-align: center;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu>ul {
    display: block;
}
.main-navigation li {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.42857143;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 1px;
    margin-right: 3px;
}
.main-navigation a {
    color: #0d86b3;
    text-decoration: none;
}
.main-navigation .current-menu-item>a, .main-navigation .current-menu-ancestor>a, .main-navigation .current_page_item>a, .main-navigation .current_page_ancestor>a {
    color: #2b2b2b;
    font-weight: 700;
}
.nav-previous{ float:right; }
.nav-next { float:left; }
.site-header-frontpage {
    text-align: center;
    font-size: 60px;
    margin-top: 30px;
    margin-bottom: 10px;
    display: none;
}

.site-content {
    margin: 25px 0 0;
}
.display-posts-listing a {
    font-size: 32px;
    text-decoration: none;
    color: #0d86b3;
    font-weight: 700;
    line-height: 1.1em;
    display: inline-block;
   
}
.entry-content p, .excerpt {
	margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.widget-area .widget {
	margin-bottom: 20px;
	word-wrap: break-word;
}
.widget-area .textwidget ul {
    list-style: disc outside;
    margin: 8px 0;
}
.widget-area .textwidget li {
    margin-left: 22px;
}
button, input, select, textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: inherit;
    padding: 6px;
    padding: .428571429rem;
}

#book_widget_title h4 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 5px;
}
.widget-area .widget a {
    color: #0d86b3;
    text-decoration: none;
}
#book_widget_first_chapter, #listen_to_podcast {
    float: left;
    clear: both;
}
#listen_to_podcast
{
	line-height: 1.71;
	margin-top: 5px;
	margin-bottom: 15px;
}
#podcast 
{
	line-height: 1.5;
	margin-top: 20px;	
}
#podcast a{text-decoration: none;
font-weight: 500;}
#podcast_title {font-size: 18px;}

.morebooks {
	margin-top: 15px;
	font-size: 18px;
	width: 140px;
	margin-left: auto;
	margin-right: auto;
}
.morebooks a{
	text-decoration: none;
}
img.aligncenter, .wp-caption.aligncenter {
    clear: both;
    margin-top: 12px;
    margin-top: .857142857rem;
    margin-bottom: 12px;
    margin-bottom: .857142857rem;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.griditem {
    float: left;
    margin: 0 30px 20px 0;
	padding-left: 10px;
    height: 280px;
    width: 150px;
}
.griditem a{
	margin-left: 10px;
}
.griditem .fasc-button{
	margin: 10px 0 0 10px;	
}
.widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget {
    font-size: 13px;
    font-size: .928571429rem;
    line-height: 1.846153846;
}
.widget-area .widget p {
    line-height: 1.5;
}
a.fasc-button {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    margin: 3px 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
}
.fasc-size-small {
    font-size: 12px;
    padding: 6px 8px;
    line-height: 17px;
}
.fasc-size-medium {
    font-size: 14px;
    padding: 7px 9px;
    line-height: 19px;
    border: 0;
}
#chapter-subscribe {
	width: 200px;
	margin: 20px auto;
}
#subscribe_button {
	margin-top: 10px;
}
#chapter-bluedots {
	margin-bottom: 0;
}
	.book-widget-h215{
		height: 215px;
	}
	.book-widget-h216{
		height: 216px;
	}
	.book-widget-h219{
		height: 219px;
	}
	.book-widget-h242{
		height: 242px;
	}

	#book_widget_image img {
    width: 90px;
    max-width: 90px;
    height: 130px;
    margin-right: 14px;
    float: left;
}
	#book_widget_excerpt {
    margin-left: 5px;
		line-height: 1.5;
}
#bookmeta{
	margin:0;
}
#book_widget_buy {
    float: left;
    clear: both;
    text-align: center;
    margin-bottom: 12px;
}
	.entry-meta{
		margin-top: 40px;
    font-size: 120%;
	}
#nav-below {
	padding-bottom: 30px;
}
#www_chapters
{
	margin-top: 20px;
	margin-bottom: 30px;
	
}
#www_chapters li
{margin-bottom: 15px;
}
#www_chapters a
{text-decoration: none;}

@media screen and (min-width: 600px){
	.site {
		display: block;
    margin: 0 auto;
    max-width: 960px;
    max-width: 68.571428571rem;
    overflow: hidden;
	}

	.mobile-site-title{
		display: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #0d86b3;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
		text-decoration: none;
	}
	.main-navigation li {
		margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}
	.main-navigation ul.nav-menu, .main-navigation div.nav-menu>ul {
    border-bottom: 1px solid #ededed;
    display: inline-block !important;
    text-align: center;
    width: 100%;
	}
	.site-header-frontpage {
    display: inherit;
	}
	.site-header h1 {
    font-size: 35px;
    margin-bottom: 10px;
}
	.site-content {
    float: right;
    width: 65.104166667%;
}
	.widget-area {
    float: left;
    width: 28.041666667%;
}
	.archive-title, .page-title, .widget-title, .entry-content th, .comment-content th {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: none;
    color: #111;
}
	.entry-header .entry-title {
    font-size: 32px;
    font-weight: 700;
    color: #666;
}

	footer[role=contentinfo] {
    border-top: 1px solid #ededed;
    clear: both;
    font-size: 12px;
    font-size: .857142857rem;
    line-height: 2;
    max-width: 960px;
    max-width: 68.571428571rem;
    margin-top: 24px;
    margin-top: 1.714285714rem;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 0;
    padding: 1.714285714rem 0;
}
	#footer_menu {
    float: right;
}
	#footer_menu ul {
    display: flex;
}
	#footer_menu li {
    margin-left: 8px;
}


}
@media screen and (min-width: 960px){
body .site {
    padding: 0 40px;
	padding: 0 2.857142857rem;
    margin-top: 48px;
    margin-top: 3.428571429rem;
    margin-bottom: 48px;
    margin-bottom: 3.428571429rem;
    box-shadow: 0 2px 6px rgb(100 100 100 / 30%);


}

}
