.tax-project_type .blog-shortcode.style-2 .post-info .post-info__thumb {
    margin-bottom: 25px;
}
.tax-project_type .blog-shortcode.style-2 .post-info .post-info__meta {
    margin-bottom: 10px;
}
.tax-project_type .blog-shortcode.style-2 .post-info .post-info__meta span {
    color: #9d9d9d;
}
.tax-project_type
    .blog-shortcode.style-2
    .post-info
    .post-info__meta
    span:first-child {
    margin-right: 10px;
    padding-right: 15px;
    position: relative;
}
.tax-project_type
    .blog-shortcode.style-2
    .post-info
    .post-info__meta
    span:first-child:after {
    content: "";
    background: #9d9d9d;
    height: 15px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
}
.tax-project_type .blog-shortcode.style-2 .post-info .post-info__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}
.tax-project_type .blog-shortcode.style-2 .post-info .post-info__title a {
    color: #000;
}
.tax-project_type .blog-shortcode.style-3 .post-info__thumb {
    margin-bottom: 10px;
}
.tax-project_type .blog-shortcode.style-3 .post-info__title {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.5;
}
.tax-project_type .blog-shortcode.style-3 .post-info__description {
    line-height: 1.72;
}
.tax-project_type .blog-shortcode.style-3 .post-info__meta {
    margin-bottom: 10px;
}
.tax-project_type #slider {
    background: transparent;
}
/* Single project */
.single-project {
    overflow-x: hidden;
}
.single-project .site-content > .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.single-project #slider {
    padding-bottom: 0;
}
.single-project .page-title,
.single-project h1.entry-title {
    font-size: 40px;
}
.single-project .single-meta span {
    color: #9d9d9d;
}
.single-project .single-meta span:first-child {
    margin-right: 10px;
    padding-right: 15px;
    position: relative;
}
.single-project .single-meta span:first-child:after {
    content: "";
    background: #9d9d9d;
    height: 15px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 2px;
}
.single-project .single-content__inner {
    padding: 50px 100px;
    background: #fff;
    margin-top: -150px;
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    color: #737373;
}
.single-project .gallery-project {
    margin-bottom: 30px;
}
.single-project .gallery-project h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}
.single-project #thumb_slider {
    outline: none;
}
.single-project .project-gallery .item {
    max-width: 700px;
    outline: none;
    padding: 6px;
    background: #fff;
}
.single-project .project-gallery .item .name {
    margin: 8px 0;
    font-size: 16px;
    display: none;
}
.single-project .project-gallery .item .img a {
    display: block;
    position: relative;
}
.single-project .project-gallery .item .img a:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.single-project .project-gallery .item .img span.zoom-gallery {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    text-align: center;
}
.single-project .project-gallery .item .img span.zoom-gallery span {
    display: block;
    margin-bottom: 5px;
}
.single-project .project-gallery .item.carousel_center {
    transform: translate(0) !important;
}
.single-project .project-gallery .item.carousel_center .name {
    display: block;
    color: #58595b;
}
.single-project .project-gallery .carousel_center {
    position: relative !important;
}
.single-project .f_arrow {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url("../images/arrows-48-48-4.png") left top no-repeat;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transition: all 300ms ease-in-out;
}
.single-project .f_arrow.prev {
    left: -30px;
}
.single-project .f_arrow.prev:hover {
    background: url("../images/arrows-48-48-4.png") left bottom no-repeat;
}
.single-project .f_arrow.next {
    right: -30px;
    background: url("../images/arrows-48-48-4.png") right top no-repeat;
}
.single-project .f_arrow.next:hover {
    background: url("../images/arrows-48-48-4.png") right bottom no-repeat;
}
.single-project .fcarousel:hover .f_arrow.prev {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.single-project .fcarousel:hover .f_arrow.next {
    right: 0;
    opacity: 1;
    visibility: visible;
}
.single-project .section-featured .big-title {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    border-left: 5px solid #fc1b1b;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
@media (max-width: 576px) {
    .single-project .section-featured .big-title a {
        display: none !important;
    }
}
.single-project .section-featured .big-title a {
    text-transform: none;
    display: inline-block;
    padding: 10px 20px;
    background: #fc1b1b;
    color: #212529;
    font-size: 15px;
}
/* Single project */
@media only screen and (max-width: 991.98px) {
    .single-project .single-content__inner {
        padding: 0;
        margin-top: 30px;
    }
    .single-project .page-title,
    .single-project h1.entry-title {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767.98px) {
    .tax-project_type #categories-sv .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .tax-project_type #categories-sv .col-cat {
        max-width: 50%;
        flex: 0 0 50%;
        margin: 0 0 20px;
        border: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .tax-project_type #categories-sv .col-inner {
        padding: 15px;
    }
    .tax-project_type
        .blog-shortcode.style-2
        .post-info
        .post-info__description {
        -webkit-line-clamp: 2;
    }
    .tax-project_type .blog-shortcode.style-2 .post-info .post-info__title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .tax-project_type .blog-shortcode.style-2 .post-info .post-info__meta {
        margin-bottom: 0 !important;
        font-size: 12px;
    }
    .tax-project_type .blog-shortcode.style-2 .post-info .post-info__meta span {
        display: block;
        margin-right: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 10px !important;
    }
    .tax-project_type
        .blog-shortcode.style-2
        .post-info
        .post-info__meta
        span:after {
        display: none;
    }
    /* single project */
    .single-project .page-title,
    .single-project h1.entry-title {
        font-size: 24px;
    }
    /* single project */
}
