@charset "utf-8";

/*
* Title                   : Wall/Grid Gallery (WordPress Plugin)
* Version                 : 1.9
* File                    : jquery.dop.WallGridGallery.css
* File Version            : 1.3
* Created / Last Modified : 25 March 2025
* Author                  : Dot on Paper
* Copyright               : © 2025 Dot on Paper
* Website                 : #
* Description             : Wall/Grid Gallery Stylesheet.
*/

/* Container */
.DOP_WallGridGallery_Container{
    direction: ltr;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.DOP_WallGridGallery_Container img, .DOP_WallGridGallery_LightboxWrapper img{
    background: none !important;
    border: none !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    padding: 0 !important;
}

.DOP_WallGridGallery_Clear{
    clear: both;
}

/* Background */
.DOP_WallGridGallery_Background{
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 100;
}

/* Thumbnails */
.DOP_WallGridGallery_ThumbnailsWrapper{
    background: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    z-index: 200;
}

.DOP_WallGridGallery_Thumbnails{
    background: none;
    margin: 0;
    padding: 0;
}

.DOP_WallGridGallery_ThumbContainer{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}

.DOP_WallGridGallery_Thumb{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: static;
}

.DOP_WallGridGallery_ThumbLoader{
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.DOP_WallGridGallery_ThumbLabel{
    font: bold 11px/1em Arial, Helvetica, Verdana, sans-serif;
    padding: 7px 0 10px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

/* Lightbox */
.DOP_WallGridGallery_LightboxWrapper{
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 900000;
}

.DOP_WallGridGallery_LightboxWindow{
    cursor: pointer;
    left: 0;
    position: absolute;
    top: 0;
}

.DOP_WallGridGallery_LightboxLoader{
    display: none;
    position: fixed;
}

.DOP_WallGridGallery_LightboxContainer{
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;    
}

.DOP_WallGridGallery_LightboxBg{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
}

.DOP_WallGridGallery_Lightbox{
    position: absolute;
}

.DOP_WallGridGallery_Lightbox img{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* Lightbox Navigation*/
.DOP_WallGridGallery_LightboxNavigation{
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
}

.DOP_WallGridGallery_LightboxNavigation .hover{
    display: none;
}

.DOP_WallGridGallery_LightboxNavigationButtons,
.DOP_WallGridGallery_LightboxNavigationExtraButtons{
    height: 0;
    position: absolute;
}

.DOP_WallGridGallery_LightboxNavigation_PrevBtn{
    cursor: pointer;
    float: left;
    margin: 0 0 0 10px;
    padding: 0;
}

.DOP_WallGridGallery_LightboxNavigation_NextBtn{
    cursor: pointer;
    float: right;
    margin: 0 10px 0 0;
    padding: 0;
}

.DOP_WallGridGallery_LightboxNavigation_CloseBtn{
    cursor: pointer;
    float: right;    
    margin: 10px 10px 0 0;
    padding: 0;
}

.DOP_WallGridGallery_LightboxSocialShare{
    cursor: pointer;
    float: right;
    margin: 10px 10px 0 0;
    padding: 0;
}

/* Caption */
.DOP_WallGridGallery_Caption{
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
}

.DOP_WallGridGallery_CaptionTextWrapper{
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.DOP_WallGridGallery_CaptionTitle{
    color: #ffffff;
    font: bold 14px/1em Arial, Helvetica, Verdana, sans-serif;
    margin: 10px 0 0 0;
    position: relative;
}

.DOP_WallGridGallery_CaptionTitle .title{
    float: left;
}

.DOP_WallGridGallery_CaptionTitle .count{
    float: right;
}

.DOP_WallGridGallery_CaptionTextContainer{
    margin: 5px 0 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.DOP_WallGridGallery_CaptionText{
    color: #ffffff;
    font: 12px/1em Arial, Helvetica, Verdana, sans-serif;
    position: relative;
}

/* Tooltip */
.DOP_WallGridGallery_Tooltip{
    border: 1px solid #000000;
    display:none;
    font: normal 11px/1.5em Arial, Helvetica, Verdana, sans-serif;
    padding: 0px 5px 1px 5px;
    position: absolute;
    text-align: center;
    text-transform:none;
    z-index:300;
}

.DOP_WallGridGallery_Tooltip_ArrowBorder{
    border-color: #000000 transparent transparent transparent;
    border-style: solid;
    border-width: 5px;
    bottom: -10px;
    height: 0;
    position: absolute;
    width: 0;
}

.DOP_WallGridGallery_Tooltip_Arrow{
    border-color: #ffffff transparent transparent transparent;
    border-style: solid;
    border-width: 5px;
    bottom: -9px;
    height: 0;
    position: absolute;
    width: 0;
}