/*
Theme Name:   Pronto Gallery
Description:  Seed Child Theme by SeedThemes.com
Author:       SeedThemes
Template:     todsorb
Version:      1.0
*/


/* GRID */

.pg-grid {
    text-align: center;
}

.pg-grid a {
    display: inline-block;
    margin: 2px 0;
}


/* GENERAL */

div.pg-box {
    background-color: #161616;
}

div.pg-box>.slides {
    transition: 0.3s;
}


/* HEADER */

.pg-box.blueimp-gallery-controls>.pg-head {
    opacity: 1;
    height: 50px;
}

.pg-box.blueimp-gallery-controls>.pg-head .pg-logo img {
    height: 50px;
}

.pg-box>.pg-head {
    background-color: #fff;
    position: relative;
    opacity: 0;
    height: 0;
    transition: 0.3s;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.pg-box>.pg-head .pg-logo img {
    height: 0;
    transition: 0.3s;
}

.pg-box>.pg-head .pg-title {
    position: absolute;
    margin: 0;
    top: 55px;
    left: 0;
    right: 0;
    font-size: 16px;
    padding: 15px;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.pg-box>.pg-head .pg-title a {
    color: #fff;
}

@media (min-width: 768px) {
    .pg-box>.pg-head .pg-title {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-shadow: none;
    }
    .pg-box>.pg-head .pg-title a {
        color: #333;
        font-size: 18px;
        line-height: 50px;
    }
}

.pg-box>.pg-head .pg-pagination {
    position: absolute;
    right: 60px;
    top: 18px;
    font-size: 14px;
    line-height: 1;
}


/* BUTTONS */

.pg-wrap .pg-box>.close {
    font-size: 40px;
    padding: 6px 15px;
    color: #333;
    text-shadow: none;
    z-index: 2;
}

.pg-wrap .pg-box>.close:hover {
    color: #c00;
    cursor: pointer;
}

.pg-wrap .pg-box>.next,
.pg-wrap .pg-box>.prev {
    border: none;
    background-color: #fff;
    color: #333;
    border-radius: 0;
    font-size: 80px;
    line-height: 32px;
    opacity: 1;
    width: 44px;
    height: 44px;
    margin-top: -10px;
    text-shadow: none;
}

.pg-wrap .pg-box>.next:hover,
.pg-wrap .pg-box>.prev:hover {
    color: #c00;
}

.pg-wrap .pg-box>.next {
    right: 0;
}

.pg-wrap .pg-box>.prev {
    left: 0;
}

.pg-wrap .pg-box .sharing {
    display: none;
}

.pg-wrap .pg-box.blueimp-gallery-controls>.sharing {
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, 0);
}

@media (min-width: 768px) {
    .pg-wrap .pg-box.blueimp-gallery-controls>.sharing {
        right: 10%;
        left: auto;
        bottom: 8px;
        transform: none;
    }
}


/* SHOW TITLE */

.pg-wrap .pg-box.-hide-title>.title {
    display: none;
}

.pg-wrap .pg-box>.title {
    position: absolute;
    bottom: 55px;
    left: 50%;
    top: auto;
    font-size: 16px;
    margin: 0;
    transform: translateX(-50%);
    opacity: 1;
}

@media (min-width: 768px) {
    .pg-wrap .pg-box>.title {
        bottom: 25px;
    }
}


/* NO NAV */

.pg-wrap .pg-box.-nav-none>.indicator {
    display: none;
}

.pg-wrap .pg-box.-nav-none.blueimp-gallery-controls>.slides {
    height: calc(100% - 120px);
}

.pg-wrap .pg-box.-nav-none.-hide-title.blueimp-gallery-controls>.slides {
    height: calc(100% - 50px);
}

.pg-wrap .pg-box.-nav-none.-hide-title>.slides {
    height: 100%;
}


/* BOTTOM NAV */

.pg-wrap .pg-box.-nav-bottom>.indicator {
    margin: 0 15px;
}

.pg-wrap .pg-box.-nav-bottom>.indicator>li {
    width: 75px;
    height: 75px;
    margin: 5px 3px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 0.6;
    transition: all 0.5s ease;
}

.pg-wrap .pg-box.-nav-bottom>.indicator>li.active {
    opacity: 1;
    border-color: #fff;
}

.pg-wrap .pg-box.-nav-bottom>.indicator>li:after {
    display: none;
}


/* LEFT NAV */

.pg-wrap .pg-box.-nav-left>.slides {
    height: calc(100% - 50px);
    padding-top: 10px;
}

.pg-wrap .pg-box.-nav-left>.slides>.slide>.slide-content {
    left: 160px;
    right: 5px;
    max-width: calc(100% - 165px);
}

.pg-wrap .pg-box.-nav-left>.indicator {
    margin: 0;
    left: 0;
    right: auto;
    top: 70px;
    bottom: 0;
    overflow-y: auto;
    background-color: #161616;
}

.pg-wrap .pg-box.-nav-left>.indicator>li {
    display: block;
    width: 150px;
    height: 150px;
    margin: 5px;
}

.pg-wrap .pg-box.-nav-left>.prev {
    left: 170px;
}
