@charset "UTF-8";
/* CSS Document */

/* ==========================================================
   BibleLandImages.com
   Main Stylesheet
   ========================================================== */

/* ---------- Global Reset ---------- */

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* ---------- Base Page ---------- */

html {
	font-size: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;

	background: #f6f6f3 url("/assets/images/funky-lines.png") repeat;

	font-family: Optima, Garamond, "Times New Roman", serif;
	font-size: 1rem;
	line-height: 1.6;
	color: #333;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* ---------- Images ---------- */

img {
	max-width: 100%;
	height: auto;
	display: block;
	border: 0;
}

/* ---------- Links ---------- */

a {
	color: #234f7d;
	text-decoration: none;
	transition: color .25s ease;
	border-bottom: 1px dotted rgba(29,79,135,.45);
	font-weight: 500;
}

a:hover,
a:focus {
	color: #4A77A5;
	border-bottom-style: solid;
}

/* ---------- Headings ---------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	font-weight: 500;
	line-height: 1.2;
	color: #2A4D6F;
	font-weight: bold;
}

.hmy-section h1:first-child {
	text-align: center;
	font-variant: small-caps;
	font-size: 1.8rem;
	margin: 0 0 0.5em;
}

.hmy-section h2 {
	font-size: 1.5rem;
}


h2 + figure, h2 + div {
	margin-top: 18px !important;
}

.hmy-section h3 a {
	text-decoration: none;
	border-bottom: 1px dotted #2A4D6F !important;
	font-weight: bold;
}

.pbx-content h3 {
	margin-top: 20px;
}

.hmy-section h3 a:hover {
	border-bottom-style: solid !important;
}

.hmy-section h4 {
	margin-top: .5rem !important;
	font-size: 1.15rem;
	color: #8a6f35;
	margin-bottom: 2rem !important;
	font-weight: 600;
}


/* ---------- Paragraphs ---------- */

p {
	margin: 0 0 1em;
}

hr {
    line-height: 1px;
    background-color: #2A4D6F;
    height: 5px;
    border: none;
	margin: 20px 0 20px 0;
}

hr.photoLine {
    line-height: 1px;
    background-color: #2A4D6F;
    height: 5px;
    border: none;
    box-sizing: content-box;
    overflow: visible;
    text-align: center;
	margin-bottom: 40px;
	margin-top:60px;
}

hr.photoLine:before {
    content: "click photos for larger views";
    display: inline;
    padding: .2em .75em 0.4em .75em;
    color: white;
    text-align: center;
    font-size: 1.1em;
    background-color: #2A4D6F;
    font-variant: small-caps;
    letter-spacing: .05em;
	border-radius: 4px;
}

hr.samplePhotos {
    line-height: 1px;
    background-color: #2A4D6F;
    height: 5px;
    border: none;
    box-sizing: content-box;
    overflow: visible;
    text-align: center;
	margin-bottom: 40px;
	margin-top:40px;
	
}

hr.samplePhotos:before {
    content: "featured photo galleries";
    display: inline;
    padding: .2em .75em 0.4em .75em;
    color: white;
    text-align: center;
    font-size: 1.1em;
    background-color: #2A4D6F;
    font-variant: small-caps;
    letter-spacing: .05em;
	border-radius: 4px;
}



span.dropcap {
    float: left;
    font-size: 1.6em;
    margin-right: 4px;
    padding-right: 4px;
    display: block;
    line-height: 0.775em;
    border-right: 1px solid;
    font-stretch: ultra-condensed;
    color: #2A4D6F;
}


.caption {
	border: 1px solid #CCC;
	padding: 4px 8px;
	background-color: #DDD;
	text-align: left;
}

section.withIndent, p.withIndent, h3.withIndent {
	margin-left: .5in;
}

cite {
	font-style: italic;
}

.centerText {
	text-align: center;
}

.right-column {
	margin-top: 20px;
	margin-left: 20px;
}

.left-column {
	margin-top: 20px;
}

figure {
    margin: 0;
}

figure img {
    display: block;
    width: 100%;
    height: auto;
}

figcaption {
    width: calc(100% - 16px);
    margin: 8px auto 0;
	text-align: left;
    padding: 4px 8px 2px 8px;
    background: #d9d9d9;
    color: #444;
	border: 1px solid #CCC;
	box-sizing: border-box;
}

figcaption.figure-center {
	text-align: center;
}

.figure-extra-narrow  { width: 265px; }
.figure-narrow  { width: 300px; }
.figure-medium  { width: 420px; }
.figure-wide    { width: 560px; }
.figure-full    { width: 100%; }

.figure-left {
    float: left;
    margin: .3rem 1rem 1rem 0;
}

.figure-right {
    float: right;
    margin: .3rem 0 1rem 1rem;
}

figcaption.addSpace {
	margin-bottom: 20px;
}

.inline-menu {
	display: flex;
	justify-content: center;
	gap: 1.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.hmy-section .bread-crumb {
	text-align: center;
	font-size: .9em;
	margin-top: 50px;
}

.inline-menu li:not(:last-child)::after {
    content: "|";
    margin: 0 10px 0 20px;
    color: #888;
}

.inline-menu li {
    margin: 0;
    padding: 0;
}

ul.inline-menu li {
    list-style-type: none;
	list-style-image:url("../images/graphics/box_bli_brown.png")	
}

ul.inline-menu li.red {
    list-style-type: none;
    list-style-image:url("../images/graphics/box_red.png");
}

ul.inline-menu li.green {
    list-style-image:url("../images/graphics/box_green.png");	
}

ul.menuList {
	margin-left: -20px;
	margin-top: 6px; 
	line-height: 1.6em;
}

ul.menuList li {
	list-style-type: none;
	list-style-image:url("../images/graphics/box_bli_brown.png")
}
ul.menuList li.green {
    list-style-image:url("../images/graphics/box_green.png");
}

ul.menuList li.red {
    list-style-image:url("../images/graphics/box_red.png");
}								


.book-feature {
    margin-top: 10px;
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 2rem;
}

.book-cover {
    width: 200px;
    flex-shrink: 0;
}

.book-cover img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.photo-enlarge {
    display: block;
	transition: transform 0.25x ease;
}

.photo-enlarge:hover {
    transform: scale(1.02);
}

.book-info {
    flex: 1;
}

.book-info p,
.book-card p {
    color: #374151;
    line-height: 1.65;
}

.mapContainer {
	margin-bottom: 15px;
	cursor: pointer;
}

.map-hint {
  margin: -0.15rem 0 1.25rem;
  text-align: center;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2A4D6F;
}

/* Hero Image Button
--------------------------------------------------*/
.hero-button {
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translate(-50%, -50%);

    display: inline-block;
    width: 200px;
    padding: 8px 16px;

    background-color: #2A4D6F;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 14px;

    border: none;
    border-bottom: none;
    box-shadow: none;

    border-radius: 4px;
    cursor: pointer;

    transition: background-color .25s ease;
}

.hero-button:hover {
    background-color: #3A5D7B;
    color: #fff;
    text-decoration: none;
    border-bottom: none;
    box-shadow: none;
}

.book-buttons {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin: 1.25rem 0 .8rem 0;
}

.btn-primary,
.btn-secondary {
    display: inline-block;
    margin-top: 8px;
    padding: 10px 22px;
    background: #2A4D6F;
    border-radius: 8px;
    color: #ffffff !important;
    text-decoration: none;
    transition: background-color .25s ease;
	font-weight: 700;
}

.btn-primary:hover {
    background: #3A5D7B;
    text-decoration: none;
	color: #ffffff;
}

.btn-secondary {
  background: #d6c49a;
  color: #3A5D7B !important;
}

.btn-secondary:hover {
  background: #c6b17c;
}

.site-updated {
  margin: .6rem 0 1.5rem;
  text-align: center;
  font-size: .9rem;
  color: #666;
}

.site-updated a {
  color: #2A4D6F;
  text-decoration: none;
  border-bottom: 1px dotted #2A4D6F;
}

.site-updated a:hover {
  color: #3A5D7B;
}

.float-image-left {
    float: left;
    margin: 10px 20px 10px 0;
}
.float-image-right {
    float: right;
    margin: 10px 0 10px 10px;
}

.error-panel {
    max-width: 500px;
    margin: 2rem auto 3rem;
    padding: 2rem 2.5rem;

    background: #fcfcfb;
    border: 1px solid #ddd;
    border-radius: 12px;

    box-shadow: 0 4px 12px rgba(0,0,0,.08);

    text-align: center;
}

.error-panel p:last-child {
    margin-bottom: 0;
}

/* pop-up background for scripture reference box */

.bli-scroll-box{
    position:relative;
    padding:28px 34px;
    background:
        radial-gradient(circle at top left,
        rgba(255,255,255,.55),
        rgba(255,248,232,.96) 70%);

    border:1px solid #cbb78b;
    border-radius:10px;

    box-shadow:
        0 10px 24px rgba(0,0,0,.18),
        inset 0 1px 0 rgba(255,255,255,.6);

    overflow:hidden;
}

.bli-scroll-box h2{
    margin:0 0 18px;
    color:#2d4f77;
    font-size:2rem;
    font-weight:700;
}

.bli-scroll-box ul{
    margin:0;
    padding-left:28px;
}

.bli-scroll-box li{
    margin:0 0 .55em;
    line-height:1.55;
}

.bli-scroll-box strong{
    font-weight:700;
}

.bli-scroll-box{
	margin: 20px 0;
    position:relative;
    padding:28px 34px;
    /*background: radial-gradient(
    ellipse at center,
    #fbf9f3 0%,
    #f4ead0 65%,
    #e7cf9d 100% );*/
	background:
  radial-gradient(circle at top left,
    #fffef9 0%,
    #f9f2e2 45%,
    #f1e4c7 100%);

    border: 1px solid #d8c6a2;
    border-radius:10px;
	box-shadow:
    0 8px 24px rgba(0,0,0,.18),
    inset 0 0 25px rgba(140,100,40,.08);

    overflow:hidden;
}

.bli-scroll-box > * {
    position: relative;
    z-index: 2;
}

.bli-scroll-box h2{
    margin:20px 20px 18px;
    color:#2d4f77;
    font-size:2rem;
    font-weight:700;
}

.bli-scroll-box ul{
    margin:0;
    padding-left:28px;
}

.bli-scroll-box li{
    margin:0 0 .55em;
    line-height:1.55;
}

.bli-scroll-box strong {
	color:#5a3923;
    font-weight:700;
}

.bli-scroll-box:after{
    content:"";
    position:absolute;

    right:-10px;
    bottom:-30px;

    width:300px;
    height:300px;

    background:url("/assets/images/thumbs/scroll-for-pop-up-box.png") no-repeat center;
    background-size:contain;

    opacity:.40;
    pointer-events:none;
	z-index: 1;
}

.pbx-content.pbx-popup-brown {
	background-color: #ddc39d !important;
}

/* audio button */
.bli-intro-audio {
    margin: 18px 0 24px;
}

.bli-audio-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 15px;
    border: 1px solid #b7a27f;
    border-radius: 5px;
    background: #f6f0e5;
    color: #2a4d6f;
    font: inherit;
    cursor: pointer;
}

.bli-audio-button:hover {
    background: #eee3d1;
}

.bli-audio-duration {
    color: #6f665b;
    font-size: 0.9em;
}

/* put two buttons on the same row */
.bli-action-buttons {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 18px;
    margin: 25px 0;
}

.bli-action-buttons > .journalButton,
.bli-audio-controls {
    min-height: 50px;
    margin: 0 !important;
    box-sizing: border-box;
}

.bli-action-buttons > .journalButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}

.bli-audio-controls {
    display: inline-flex;
    align-items: stretch;
}

.bli-audio-button,
.bli-audio-stop {
    box-sizing: border-box;
    margin: 0;
    font: inherit;
}

.bli-audio-button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    gap: 12px;

    border-radius: 8px 0 0 8px;
}

.bli-audio-stop {
    min-width: 54px;
    padding: 0 16px;

    border: 1px solid #b79a68;
    border-left: 0;
    border-radius: 0 8px 8px 0;

    background: #f7f1e6;
    color: #2a4d6f;
    cursor: pointer;
}

.bli-audio-stop:hover:not(:disabled) {
    background: #eee3d1;
}

.bli-audio-stop:disabled {
    opacity: 0.4;
    cursor: default;
}

@media (max-width: 700px) {
    .bli-action-buttons {
        align-items: flex-start;
    }
}
/* =====================================================
   Footer
===================================================== */

.site-footer {
    background: #2D170C;
    color: #ffffff;
    text-align: center;
    padding: 35px 20px;
    margin-top: 50px;
    font-size: .95rem;
    line-height: 1.7;
}

.site-footer p {
    margin: 0 0 14px;
}

.site-footer p:last-child {
    margin-bottom: 0;
}

.site-footer a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}

.site-footer a:hover {
    text-decoration: none;
	color: #E8EFD8;
}

/* Footer Button */

.footer-button {
    display: inline-block;
    margin-top: 8px;
    padding: 10px 22px;
    background: #2A4D6F;
    border-radius: 4px;
    color: #ffffff;
    text-decoration: none;
    transition: background-color .25s ease;
}

.footer-button:hover {
    background: #3A5D7B;
    text-decoration: none;
}

.scripture {
    color: brown;
    text-decoration: none;
	border-bottom: 1px dotted #000000;
	font-weight: 700;
}

.scripture:hover {
    border-bottom-style: solid;
    color: brown;
}

.brownText {
	color: brown;
	font-weight: 700;
}

/* =====================================================
   Header / Logo
===================================================== */

.site-header {
    text-align: center;
    padding: 15px 0 10px;
}

.p7HMY img.site-logo {
    display: block;
    width: 60%;
    max-width: 750px;      /* adjust to taste */
    height: auto;
    margin: 0 auto;
	border: none;
}

/* pvii - adaptive menu magic */
.p7AMM.amm-root-black {
	background-color: #2D170C;
}

.p7AMM li a {
	padding: 8px 20px;
	z-index: 950;
}

.p7AMM.amm-rootlinks-blue ul a {
	z-index:950;
}

.pbx-content p, .pbx-content img {
	margin-top: 20px !important;
}
	
.p7HMY img {
	padding: 4px;
    box-sizing: border-box;
	border: 1px solid #BBB;
}

#p7AGM_1 {
	margin: 20px 0;
}

/*.p7HMY img {
    border: none;
}*/

