body.gallery-singular .site {
    padding-top: 116px;
    padding-bottom: 86px;
}

.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: #f9c809;
    font-family: 'Raleway', sans-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(38, 38, 38, 0.3);
    text-align: center;
    opacity: 1;
}

.img-content {
    position: relative;
    margin-top: 40px;
    padding: 10px 0 35px 25px;
    border: 5px solid #f9c809;
}

.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: 101px;
}

.sidebar-gallery-item .widget-title {
    margin-bottom: 49px;
}

.sidebar-gallery-item.container {
    padding: 0;
}

.img-content .container {
    width: 100%;
}

.img-content .entry-title {
    margin: 23px 20px 19px 0;
}

.img-desc {
    margin-right: 20px;
    margin-top: 23px;
}

.img-details {
    margin: 0 -6px 0 -15px;
}

.img-details-header {
    background-color: #f9c809;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 70px;
    margin: 0;
    padding: 0 30px;
}

.img-details-body {
    background-color: #f5f5f5;
    list-style: none;
    padding: 30px;
}

.img-details-body li {
    background-color: #fff;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
}

.img-details-body li + li {
    margin-top: 20px;
}

.img-details-body li > div,
.img-details-body li > div * {
    display: inline;
}

.img-details-body li > strong {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.img-details-body li > div,
.img-details-body li > div a {
    color: #929292;
    font-weight: 400;
}

.img-details-body li > div a:hover {
    color: #f9c809;
}

.img-content .post-navigation {
    right: -5px;
    bottom: -5px;
}

.img-content .post-navigation a {
    padding-top: 10px;
    padding-bottom: 10px;
}


/**
 *  Media Queries -> 240px ( 15em )
 */

@media screen and (min-width: 15em) {

    .img-details {
        margin-top: 30px;
    }

}


/**
 *  Media Queries -> 992px
 */

@media screen and (min-width: 992px) {

    .img-details {
        margin-top: 0;
    }

}


/* Rtl */

body.rtl .img-content {
    padding: 10px 25px 35px 0;
}

body.rtl .img-content .share-icons li + li {
    margin-right: 7px;
    margin-left: auto;
}

body.rtl .img-content .entry-title {
    margin: 23px 0 19px 20px;
}

body.rtl .img-desc {
    margin-left: 20px;
    margin-right: auto;
}

body.rtl .img-details {
    margin: 0 -15px 0 -6px;
}

body.rtl .img-details-body li {
    padding-right: 20px;
    padding-left: 0;
}

body.rtl .img-content .post-navigation {
    left: -5px;
    right: auto;
}