/*  
    Created on : 05 June 2023
    Author     : Tiego Masemola | Hashbrown_CWA
    https://cw-arts.netlify.app/about-us
*/




/* GALLERY STYLING */
.image-container {
    width: 100%;
    height: auto;
    background-color: transparent;
    padding: 10px;
    border-radius: 10px;
}

.cwa-lightbox-image {
    display: flex;
    float: left;
    margin: 5px;
    height: 25vh;
    width: auto;
    background-color: transparent;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    top: 130px !important;
    right: 110px !important;
    background-color: #6f717180 !important;
    padding: 0px 8px !important;
    font-size: 40px !important;
    font-weight: 400 !important;
}

.prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    z-index: 102;
    color: rgb(114, 114, 114);
    font-weight: bold;
    font-size: 30px !important;
    transition: all 0.6s ease 0s;
    user-select: none;
    background-color: #1c1c1cab !important;
    left: 0px;
    border-radius: 0px 3px 3px 0px;
}

.next {
    background-color: #1c1c1cab !important;
    color: rgb(114, 114, 114);
    font-size: 30px !important;
}

.desc {
    margin: auto;
    font-size: 16px;
    text-align: center;
    background-color: rgba(11, 11, 11, 0.68) !important;
    bottom: 60px;
    color: #fff;
    padding: 10px 15px !important;
    position: absolute;
    width: auto;
    z-index: 11;
    pointer-events: none;
    -moz-transition: all ease-in-out 800ms;
    left: auto;
    opacity: 1;
    height: auto;
    /*-moz-transform: translate(-50%, 0%);*/
    margin-top: -50px !important;
}