/* ------------ SPLASH SCREEN (start) ------------ */
html { /*background-color: #FFF;*/ }
body > .siteWrapper { opacity: 0; }
.not-scrollable {
    overflow: hidden;
}
.lb-splashscreen {
    position: fixed;
    z-index: 9999;
    top: 0; bottom: 0;
    left: 0; right: 0;
    text-align: center;
    background: #e8dcce;
}
.lb-splashscreen > div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.lb-splashscreen > div > img {
    max-width: 650px;
}
/* ------------ SPLASH SCREEN (end) ------------ */

/* ------------ Text overlay - image description (start) ------------ */

.fixedHeightGallery img.contentImg {
    position: initial;
    width: auto;
}
.imgHover-overlay {
    margin: 0 auto;
}
.imgHover-content {
    padding: 0;
}
.imgHover-content p {
    background-color: rgba(232, 220, 206, .92);
    padding: 10px;
}

/* ------------ Text overlay - image description (end) ------------ */


/* ------------ FIX FOR HOME PAGE'S JUICER EMBED (start) ------------ */

.block_e7680834e7524f73add5e805036f4b1e {
    position: relative;
    z-index: 1;
}

/* ------------ FIX FOR HOME PAGE'S JUICER EMBED (end) ------------ */


/* ------------ CUSTOM SOCIAL ICON IN NAV (start) ------------ */

.navSocialIcons .acrobat {
    background-image: url(https://static.livebooks.com/fd770ac8644843dbbc1028235f91fa87/i/f1631a39039a42bfbec5ccb06be587dc/1/5feFb8zhrk/SocialIcon.jpg);
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
}
.zocial.acrobat:before {
    opacity: 0;
}

/* ------------ CUSTOM SOCIAL ICON IN NAV (end) ------------ */


