/*

 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1

*/

/* Style for the lock overlay */
.gb-loop-item.post-password-required .gb-element-b21f5f10 {
    position: relative;
}

/* Add the SVG lock icon */
.gb-loop-item.post-password-required .gb-element-b21f5f10::after {
    content: "";
    display: block;
    position: absolute;
    top: 30%;
    left: 50%;
    width: 50px; /* Adjust size */
    height: 50px;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23ebd724" d="M144 144l0 48 160 0 0-48c0-44.2-35.8-80-80-80s-80 35.8-80 80zM80 192l0-48C80 64.5 144.5 0 224 0s144 64.5 144 144l0 48 16 0c35.3 0 64 28.7 64 64l0 192c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 256c0-35.3 28.7-64 64-64l16 0z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    z-index: 10;
    opacity: 0.8; /* Adjust transparency */
}


/* Add play for 360 video */
.gb-loop-item.is-360 .gb-element-b21f5f10 {
    position: relative;
}

/* Add the SVG lock icon */
.gb-loop-item.is-360 .gb-element-b21f5f10::before {
    content: "";
    display: block;
    position: absolute;
    top: 70%;
    left: 50%;
    width: 50px; /* Adjust size */
    height: 50px;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23ffffff" d="M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM188.3 147.1c7.6-4.2 16.8-4.1 24.3 .5l144 88c7.1 4.4 11.5 12.1 11.5 20.5s-4.4 16.1-11.5 20.5l-144 88c-7.4 4.5-16.7 4.7-24.3 .5s-12.3-12.2-12.3-20.9l0-176c0-8.7 4.7-16.7 12.3-20.9z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    z-index: 10;
    opacity: 0.8; /* Adjust transparency */
}


.single-galleries div#content {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 20px;
}

.gb-element-b21f5f10 {
    background-blend-mode: normal;
    background-color: var(--accent);
    background-image: var(--inline-bg-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    min-height: 200px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 40px;
}

/* Password protect */

form#boothbook-password-request {
    padding: 25px;
    background: #cdcdcd;
    border-radius: 16px;
    max-width: 600px;
    text-align: left;
}

#boothbook-password-request label {
    display: block;
    font-weight: 600;
}
