.gallery-photo {
    margin-right: 0;
    margin-left: 0;
    position: relative;
    left: -10px;
}

.gallery-photo-one {
    height: 180px;
    background-size: contain;
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin: 10px auto;
}

.gallery-photo-one-hover {
    opacity: 0;
    transition: 200ms;
    margin: 10px auto;
    height: 180px;
    z-index: 2;
    line-height: 180px;
    text-align: center;
    font-size: 28px;
    color: white;
    background-color: rgba(0, 0, 0, .4);
}

.gallery-photo-one:hover > .gallery-photo-one-hover {
    opacity: 1
}

.gallery-files {
    width: 100%;
}

.gallery-photo > div {
    padding-left: 10px;
    padding-right: 10px;
}

.single-gallery-photos .gallery-photo-one {
    height: 250px;
}

.single-gallery-photos .gallery-photo-one-hover {
    height: 250px;
    line-height: 250px;
}

.single-gallery-photos > div {
    padding-left: 1px;
    padding-right: 1px;
}

.single-gallery-photos {
    margin-right: -1px;
    margin-left: -1px;
}


.gallery-video {
    margin-top: 20px;
}

.gallery-video-one video {
    width: 100%;
    margin-bottom: 15px;
}

.gallery-file-one {
    display: block;
    padding: 10px 0;
}

.gallery-files hr {
    width: calc(100% - 30px);
    margin: 0 15px;
}

.gallery-files-list:last-child {
    border-bottom: 1px solid #b8b8b8;
}

.gallery-file-one:hover, .gallery-file-one:focus {
    text-decoration: none;
}

.gallery-files h3 {
    font-size: 24px;
    color: rgb(27, 76, 137);
    line-height: 1.2;
    text-align: left;
    font-weight: 600;
}

.gallery-file-one ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.gallery-file-one ul li {
    display: inline-block;
}

.gallery-file-one ul li:nth-child(2) {
    max-width: 90%;
}

.gallery-file-one ul li.file-icon {
    text-align: left;
    width: 45px;
}

.gallery-file-one ul li.file-icon img {
    vertical-align: super;
    height: 35px;
    position: relative;
    top: 5px;
}

.gallery-file-one .file-name {
    font-size: 16px;
    color: rgb(27, 76, 137);
    line-height: 1.5;
    margin: 0;
}

.gallery-file-one .file-downloads {
    font-size: 14px;
    color: #737373;
    font-style: italic;
    line-height: 1.5;
}

.gallery-file-one .file-size {
    font-size: 16px;
    color: #737373;
    line-height: 1.5;
}


.gallery-photo > a:focus {
    outline: none;
}
