body.gallery-singular .site {
    padding-top: 116px;
}

.img-header {
    text-align: center;
    margin-bottom: 40px;
}

body.gallery-singular .entry-content .img-header h1 {
    color: #2c2c2e;
    font-size: 50px;
    font-size: 5.0rem;
    margin-bottom: 20px;
    text-align: center;
}

.img-header .portfolio-category {
    display: inline-block;
    color: #fff;
    background-color: #d8203b;
    font-family: 'Vidaloka', serif;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    padding: 1px 23px 0;
    line-height: 19px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.img-header .portfolio-category:hover {
    color: #fff;
    background-color: #026f9f;
}

.theme-default .nivoSlider {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
}

.nivo-controlNav {
    display: none;
}

.nivo-caption {
    display: none !important;
    background-color: rgba(50, 50, 50, 0.3);
    text-align: center;
    opacity: 1;
}

.img-content {
/*     background-color: #fff; */
    padding: 35px 45px 42px;
    text-align: center;

    border-color: #e5e5e5;
    border-style: solid;
    border-width: 0 1px 1px;

    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.img-content p:last-of-type {
    margin-bottom: 0;    
}

.img-content .share-icons {
    display: inline-block;
    padding-top: 12px;
}

.img-content .share-icons li + li {
    margin-left: 7px;
}

.img-content p + .share-icons {
    padding-top: 33px;
}

.sidebar-gallery-item {
    margin-top: 80px;
}