/***
 * Copyright © 2025 Bible Scholastic / Timothy A. Lee. All rights reserved.
 */
.widget {
	border: none;
	padding: 8pt;
}
.widgetHeader {
	font-weight: bold;
	color: navy;
}
.night .widgetHeader {
	color: lightblue;
}
.wrapperOuter {
	padding-top: initial;
}
.wrapper-central {
    margin: auto;
    max-width: 880px;
    border-radius: 0 0 14px 14px;
    overflow: auto;
}
.wrapper-blog {
	background-color: white;
	padding: 1vh 8px 1vh 8px;
}
.night .wrapper-blog {
	background-color: black;
}
.wrapper-footer {
	/*padding: 1vh 8px 1vh 8px;*/
}
.wrapper-bottom {
	display: flex;
	flex-direction: row;
}
.footer-row {
	display: flex;
	flex-direction: column;
	width:100%;
}
.core-content {
	display: flex;
	margin: auto;
	justify-content: center;
}
.blogButton:hover {
    background-color: #aaaaf1;
    border-color: #999999;
}
.blogButton {
	cursor: pointer;
	background-image: -webkit-linear-gradient(top, #D1D1CA, #FAFAF1);
	background-image: -moz-linear-gradient(top, #D1D1CA, #FAFAF1);
	background-image: -ms-linear-gradient(top, #D1D1CA, #FAFAF1);
	background-image: -o-linear-gradient(top, #D1D1CA, #FAFAF1);
	background-image: linear-gradient(to bottom, #D1D1CA, #FAFAF1)
    font-family: "Calibri",Helvetica, Arial, Sans-Serif;
    font-size: 11pt;
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-color: #6666CC;
    padding: 8px 9px 8px 9px;
}
.blogButton-left {
	display:block;
}
.blogButton-right {
	display:block;
}
.groupImage {
	max-height: 500px;
	max-width: 90%;
	/*border: 2px solid;*/
	border-radius: 8px;
}
.img-blog {
	width:100%;
	border-radius: 5px;
}
.img-blog:hover {
	filter: hue-rotate(180deg) drop-shadow(2px 4px 6px grey);
}
.licence {
	font-size: 0.9em;
	font-style: italic;
	padding-top: 0.9em;
}
input {
	padding: 12px 20px;
}
.search {
	padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
	background-image: url('/files/images/magnify-glass.svg');
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding-left: 40px;
}
.post-archive {
	padding-left: 0px;
    list-style: none;
}
.post-archive li a {
    vertical-align: text-top;
}
/*li a {
    vertical-align: top;
}*/
.post-archive li {
	margin-left: -10px;
}
/*Header */
.header {
}
.widget-header iframe {
	max-height: 240px;
}
.wrapper-footer iframe {
	max-height: 240px;
}
.float-header {
	z-index: 1;
}

.headerImage {
	height: 300px;
	width: 100%;
	background-size: cover;
	background-position: center; 
}
/*nav menu*/
ul.menuBarButtons {
	list-style: none;
	background-color: white;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.menu-top::after {
    color: rgb(116, 119, 121);
    content: "▼";
    margin-left: 5px;
}
.menu-right::after {
	color: rgb(116, 119, 121);
    content: "►";
    margin-left: 5px;
}
.menuBar.menubar-bottomFooter {
	background-color: initial;
	border: none;
}
.menuBar.menubar-bottomFooter ul.menuBarButtons {
	background-color: initial;
}
.menuBar.menubar-bottomFooter a {
	color: inherit!important;
}
.menuBar.menubar-bottomFooter .menu-0, .menuBar.menubar-bottomFooter .list-0 {
	background-color: initial;
	z-index: 0;
	position: inherit!important;
	vertical-align: top;
	font-weight: bold;
	display: flex;
	width:100%;
}
.menuBar.menubar-bottomFooter .menu-1, .menuBar.menubar-bottomFooter .list-1 {
	background-color: inherit;
	display: block;
	z-index: 0;
	position: inherit!important;
	box-shadow: none;
	font-weight: initial;
	margin-left: 0.3em;
}

.menuBar.menubar-bottomFooter .menu-2, .menuBar.menubar-bottomFooter .list-2 {
	background-color: inherit!important;
	display: block!important;
	z-index: 0;
	position: inherit!important;
	box-shadow: none;
	font-weight: initial;
	margin-left: 0.6em;
}
.menubar-bottomFooter .menu-top::after, .menubar-bottomFooter .menu-right::after {
    content: "";
}
ul.menuBarButtons li a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
	border:none;
}

/* Sub Menus */
.menu-1 {
	position: relative;
	display: none;
    padding: 8px 0px;
	margin: 0;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 2;
	width: max-content;
}
.list-0:hover .menu-1 {
	position: relative;
	display: block;
}
.list-0 {
	display: inline-block;
	position: relative;
}
.list-1 {
	display: block;
}
.list-2 {
	display: block;
}
.list-1:hover .menu-2 {
	display: inline-table;
	min-width: 200px;
}
.menu-2 {
	position: absolute;
	display: none;
	padding: 8px 0px;
	margin: -8px 0px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
/*Comments*/
.commentsBoxLink {
	cursor: pointer;
	width:100%;
	background-color: #aabbaa;
	text-align: center;
    padding: 8pt;
    box-sizing: border-box;
    border: 1px solid grey;
}
.continueReading::before {
    content: "... Continue reading";
}
.continueReading {
	color: #228800;
}
span.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}
.hide {
	display: block;
}
.audio-icon:hover {
	filter: brightness(2);
}
/* To avoid wide blog entries */
pre {
	white-space: pre-wrap;
	font-size: 0.7em;
	line-height: 2em;
}
figcaption {
	text-align: center;
}
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  font-size: 0.9em;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

/** Embeded elements*/
iframe {
	max-width: 100%;
}
.ig-large {
	max-width: 500px;   /* increase this to whatever size you want */
	width: 80%;
	margin: 0 auto;
}
/*Media Queries */
@media screen and (max-width: 800px) { /*iPad vertical*/
	#wrapper-left {display:none;}
}
@media screen and (max-width: 640px) {
	#wrapper-left {display:none;}
	#wrapper-right {display:none;}
	.groupImage {
		max-width: 320px;
		max-width:92%;
	}

	ul.menuBarButtons {
		display: block;}
	.menu-top::after {
	    content: "";
	}
	.menu-right::after {
	    content: "";
	}
	ul.menuBarButtons li a {
	    color: black;
	    padding: 8px 16px;
	    text-decoration: none;
		border:none;
		width: 100%;
		box-sizing: border-box;
	}
	.menu-2 {
		left: 32px;
		margin-top:40px;
	}
	figure {
		margin: 0.5em;
	}
}
@media screen and (min-width: 640px) {
	.float-header {
		top: 0px;
		position: fixed;
	}
}