




.wa-btn {
	padding: 1px 16px 3px 34px;
	border-radius: 8px;
	font-size: .95rem;
	font-weight: bold;
	font-weight: 700;
	background-image: url(../img/wa-icon.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 8px 4px;
}
a.wa-btn {
	background-color: #4dc247;
	color: #fff;
	border: 1px solid transparent;
}
a.wa-btn:hover {
	text-decoration: none;
	background-color: #2db227;
	border-color: #4dc247;
	/* box-shadow: 2px 2px 1px 1px rgba(0,0,0,0.2); */
}
.wrap-floater {
	/* display: flex; */
	/* margin: 0; */
}
.img-right-small {
	/* width: 150px; */
	/* max-height: 100%; */
	height: 250px;
	border: 3px solid #ddd;
	border-radius: 6px;
	overflow: hidden;
	margin: 0 0 0 16px;
	float: right;
}
.img-opaq {
	opacity: 0.8;
}
.img-opaq:hover {
	opacity: 1;
}

div.box-two-cols {
	display: flex;
	width: 100%;
}
div.box-two-cols div {
	flex-basis: 50%;
}
div.box-two-cols div h3 {
	margin-top: 1.8rem;
}


.h-id {
	font-size: 1rem;
	display: none;
	position: absolute;
	margin-left: 1rem;
	padding: 0 1rem;
	z-index: 50;
	background-color: rgba(0,0,0,0.4);
	border-radius: 3px;
}
.h-id:hover {
	background-color: rgba(0,0,0,0.2);
}
h1:hover .h-id, h2:hover .h-id, h3:hover .h-id {
	display: inline-block;
}


/* ====Media Indexes  */

table.video_index {
	width: 100%;
}
table.video_index th {
	/* text-align: center; */
	font-weight: bold;
	font-weight: 700;
	background-color: rgba(255,255,255,0.1);
}
table.video_index td {
	text-align: center;
}
table.video_index th:nth-of-type(2), table.video_index td:nth-of-type(2) {
	text-align: left;
}
table.video_index td:nth-of-type(3), table.video_index td:nth-of-type(4) {
	white-space: nowrap;
}
table.video_index tr {
	border-bottom: 1px rgba(255,255,255,0.2) solid;
	/* font-size: .9rem; */
	line-height: 220%;
}

table.video_index tr:nth-of-type(odd) {
	background-color: rgba(100,100,200,0.05);
}
table.video_index tr:nth-of-type(even) {
	background-color: rgba(100,100,200,0.1);
	color: #ddd;
}
table.video_index tr:nth-of-type(odd):hover, table.video_index tr:nth-of-type(even):hover {
	background-color: rgba(150,150,250,0.2);
}


section .video_index ul {
	margin: 0;
	padding: 0;
}
section .video_index li {
	list-style-type: none;
	border-bottom: 1px rgba(255,255,255,0.2) solid;
	font-size: .9rem;
	line-height: 220%;
}

section .video_index.vi--audio li {
	padding: 1rem;
}

section .video_index li:nth-of-type(odd) {
	background-color: rgba(100,100,200,0.07);
}
section .video_index li:nth-of-type(even) {
	background-color: rgba(100,100,200,0.15);
	color: #ddd;
}
/* .video_index li:nth-of-type(odd):hover, .video_index li:nth-of-type(even):hover { */
	/* background-color: rgba(150,150,250,0.1); */
/* } */
.vidx-br {
	display: inline-block;
	margin-left: 1rem;
}
li h3.video-srs {
	display: inline-block;
	padding: 0 1rem 0 2.5rem;
	border-radius: .25rem 0 0 .25rem;
	/* background-color: rgba(150,150,250,0.2); */
	background-color: #44889955;
	/* rgba(150,150,250,0.2); */
	margin: 0 -2.5rem;
	/* line-height: 2.5rem; */
	width: calc(100% + 3.5rem);
	text-transform: uppercase;
}

.vi--audio li b.video-srs {
	margin: -1rem -2rem -1rem -2rem;
	line-height: 3rem;
}

.video-wrap {
	margin-bottom: 2.5rem;
}
.video--meta {
	text-align: center;
	font-size: 85%;
}
.video--meta-bit {
	display: inline-block;
	padding: .1rem 1rem;
	margin: 1px;
	font-size: .85rem;
	background-color: rgba(255,255,255,0.1);
}
.video--meta-bit.amb--title {
	font-size: .9rem;
	font-weight: bold;
	padding: .25rem 1rem;
	width: 100%;
}
.video-wrap .video--meta-bit {
	font-size: .9rem;
	border: 1px solid #ffffff11;
	padding: .1rem 1rem;
}
.video-wrap .video--meta-bit:first-of-type {
	border-radius: .5rem 0 0 .5rem;
}
.video-wrap .video--meta-bit:last-of-type {
	border-radius: 0 .5rem .5rem 0;
}

li .video--meta-bit {
	padding: 0 10px;
	line-height: 180%;
	background-color: rgba(255,255,255,0.05);
}
.video--yt-wrap {
	border: 20px solid rgba(255,255,255,0.05);
	/* border: 1px solid white; */
	position: relative;
	width: 80%;
	padding-bottom: calc(56.25% * 0.90); 
	height: 0;
	margin: 1em auto;
}

.video--yt-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 90;
	cursor: pointer;
}

.video--yt-still img.yt-still {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 100;
	text-align: center;
	cursor: pointer;
	
	/* height: 100%; */
	/* zoom: 1.1; */
    /* height: auto; */
}
img.yt-still-play {
    position: absolute;
	z-index: 110;
	width: 100px;
    top: 50%;
    left: 50%;	
	transform: translate(-50%,-50%);
	cursor: pointer;
	opacity: 0.6;
	/* margin-left: -100px; */
	/* margin-top: -50px; */
    /* left: 0; */
    /* width: 100%; */
    /* height: 100%; */

}
img.yt-still-play:hover, img.yt-still-play:active {
	opacity: 0.8;
}



.video--desc {
	font-size: 85%;
	white-space: pre-wrap;
	/* margin-left: 2rem; */
	/* background-color: #00000011; */
	background-color: #ffffff11;
	padding: 1.25rem 1.5rem;
	border: 1px solid #ffffff11;
	border-radius: .5rem;
}


.txt_full {
	padding-left: 1rem;
}

.txt_verse {
	white-space: pre-wrap;
	padding-left: 2rem;
	padding-top: 1rem;
	font-style: italic;
	padding-bottom: 1rem;
	color: #bbb;
	
}
.txt_trans, .txt_notes {
	white-space: pre-wrap;
	padding-left: 1rem;
	padding-bottom: 1rem;
}
.txt_notes {
	font-size: 90%;
	padding-left: 0;
	color: #ccc;
}

.txt_full mark {
	font-style: normal;
	background-color: rgba(0,255,255, 0.3);
	color: #eee;
	/* padding: 0 .3rem; */
	border-radius: .2rem;
	display: inline-block;
}

.txt_verse:hover .txt_verse--after, .txt_verse:focus .txt_verse--after, .txt_verse:active .txt_verse--after {
	display: inline;
}

.txt_verse--after {
	margin-left: 1rem;
	display: none;
}
.txt_verse--after a {
	background-color: rgba(255,255,255,0.2);
	padding: 0 .75rem;
	font-size: .8rem;
	/* font-style: normal; */
	border-radius: .5icurem .1rem;
	line-height: 0.75;
}
.txt_verse--after a:hover, .txt_verse--after a:focus, .txt_verse--after a:active {
	color: #eee;
	background-color: rgba(255,255,255,0.3);
	
}

form.txt_query {
	position: fixed; 
	bottom: .25rem;
	right: .25rem;
	/* background-color: rgba(255,255,255,0.2); */
	/* padding: .2rem; */
}

form.txt_query input, form.txt_query button {
	font-size: 70%;
	line-height: 1.5;
}

form.txt_query input {
	padding: .1rem .5rem;
	/* border: 1px solid #bbb; */
	border-radius: .2rem 0 0 .2rem;
	/* margin-right: 0; */
	width: 10rem;
}
form.txt_query button[type="submit"].btn-submit {
	/* margin-left: 0; */
	padding: .2rem 1rem;
	/* border: 1px solid #fff; */
	border-radius: 0 .2rem .2rem 0;
}

.date-i, .tnum {
	font-size: 70%;
	background-color: #ffffff22;
	border-radius: .25rem;
	padding: 0 .6rem;
	color: #799;
}
.tnum {
	font-size: 80%;
	font-weight: bold;
	font-weight: 700;
}
.date-footer {
	background-color: #00000022;
	padding: .5rem 2rem;
	color: #888;
	font-style: normal;
}



/* ============ */

.img-round {
	/* border: 3px solid #ffffff10; */
	border-radius: 100%;
	shape-outside: circle();
	background-color: #ffffff10;
	position: relative;
}
.img-round-right {
	/* border: 3px solid #ffffff10; */
	border-radius: 25% 100% 100% 50%;
	/* border-radius: 1rem 100% 100% 1rem; */
	shape-outside: circle();
	background-color: #ffffff10;
	position: relative;
}
.img-brdr {
	position: relative;
	border-radius: 100%;
	border: 3px solid #ffffff10;
}
.img-rf {
	/* border-radius: 100%; */
	float: right;
	padding: 5px;
	margin: .5rem;
	/* margin: .5rem .5rem .5rem 1rem; */
	/* shape-outside: ellipse(); */
}
.img-lf {
	/* border-radius: 100%; */
	float: left;
	padding: 5px;
	margin: .5rem;
	/* margin: .5rem .5rem .5rem 1rem; */
	/* shape-outside: ellipse(); */
}
.img-mw25 {
	width: 15%;
	min-width: 150px;
	height: auto;
}
.img-page-topleft {
	margin-top: -.5rem;
	margin-right: -1rem;
	/* margin-right: 2rem; */
}
.img-l-icon {
	float: left;
	width: 108px; 
	height: auto;
	padding: 3px;
	margin: .5rem;
	left: -1.4rem; 
	top: -1rem;
}




/* Content Addons */

.printonly {
	display: none;
}

img.page-img {
	border: 3px solid rgba(180,180,240,0.2);
	height: 16.5ex;
	border-radius: .5rem;
}
img.imgc {
	width: 50%;
	height: auto;
	margin: auto;
	display: block;
}
img.imgw25 {
	height: auto;
	width: 25%;
}
img.imgw33 {
	height: auto;
	width: 32%;
}
img.imgw90 {
	height: auto;
	width: 90%;
}
img.imgrfh {
	height: 8ex;
	float: right;
	margin-left: 1rem;
}

img.imgrfp {
	height: 12.8ex;
	float: right;
	margin-left: 1rem;	
}

img.imglfs {
	height: 9.8ex;
	float: left;
	margin-right: 1rem;
}
img.imglfh {
	height: 12.8ex;
	float: left;
	margin-right: 1rem;
}

img.imglfp {
	height: 12.8ex;
	float: left;
	margin-right: 1rem;	
}


/* MEDIAS */

.aicu-audio {
	vertical-align: middle;
	width: 100%;
}

@media only screen {
	.imgmidpage .imgw90 {
		/* margin-top: 5ex; */
	}
}
@media only screen and (min-width: 900px) {
	.imgmidpage .imgw90 {
		width: 50%;
	}
}

@media only screen and (max-width: 860px) {
	
	header {
		
	}
	header h1 {
		/* max-width: 100%; */
		font-size: 14vw;
		line-height: 1em;
		margin: 0;
		/* padding: 0; */
		/* font-size: 2.6rem; */
		/* line-height: 3.5rem; */
	}
	header h2 {
		padding: 0 1em;
		font-size: 3vw;
	}
		
	#wrap-main {
		width: 95vw;
	}
	#wrap-main section {
		/* padding: 1rem; */
		width: 100%;
	}
	
}
@media only screen and (max-width: 600px) {
	header {
		padding: 1.25rem 0 1rem;
	}
	header h2 {
		font-size: 1.2rem;
	}
	article h1 {
		/* padding:  .5em; */
		font-size: 1.3rem;
	}
	#wrap-main section {
		font-size: 1rem;
		padding: 1.5rem;
		/* width: 100%; */
	}
	
	.img-l-icon {
		float: none;
		margin: auto;
		width: 90%;
		left: 0; 
		top: 0;
	}
	.img-l-icon.img-round-right {
		border-radius: 25%;
		/* border-radius: 1rem 100% 100% 1rem; */
		shape-outside: circle();
		/* background-color: #ffffff10; */
		/* position: relative; */
	}
	
	
	p img.img-video-trans {
		width: 50%;
	}
	
	.video_index {
		font-size: 85%;
		margin-left: -1rem;
		width: calc(100% + 2rem);
	}
	.video_index li {
		padding: 4px 8px;
	}
	.vidx-br {
		display: block;
	}
	
	.video--yt-wrap {
		border: 4px solid rgba(255,255,255,0.05);
		width: 100%;
		left: -8px;
		width: calc(100% + 16px);
	}
	
	.video--yt-frame {
		/* width: calc(100% + 16px); */
	}
	img.yt-still-play {
		position: absolute;
		z-index: 110;
		width: 20%;
	}
	.video--desc {
		font-size: 85%;
		white-space: pre-wrap;
		margin-left: .5rem;
	}
	
}

