/*
=================================
Portfolio Details With Responsive
=================================
*/
.portfolio-details-area {
    padding: 100px 0 100px;
}
.metox-single-icon-port {
    padding-top: 30px;
}
.gitem img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}
.single_gallery .owl-nav div {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: var(--st-theme-color);
    text-align: center;
    margin: 0 0 14px 0;
    color: #fff;
}
.single_gallery .owl-next {
    position: absolute;
    right: 0;
    top: 45%;
}
.single_gallery .owl-prev {
    position: absolute;
    left: 0;
    top: 45%;
}
.inner-meta-post {
    background: #efefef;
    display: inline-block;
    padding: 40px 30px 26px;
    margin-top: -45px;
    z-index: 2;
    position: relative;
    margin-bottom: 60px;
    width: 29%;
}
.portfolio-title h2 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 25px;
}
.portfolio-details-desc {
    margin-bottom: 40px;
}
.meta-post-item h4 {
    margin-bottom: 0;
    font-size: 18px;
}
.meta-post-item {
    margin-bottom: 15px;
}
h4.meta-post-main-title {
    font-size: 25px;
    color: var(--st-theme-color);
    font-weight: 600;
}
.metox-single-icon-port .metox-single-icon-inner a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: var(--st-theme-color);
    border: 1px solid var(--st-theme-color);
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    font-size: 16px;
}
.metox-single-icon-port .metox-single-icon-inner a:hover{
    background:var(--st-theme-color) ;
    border: 1px solid var(--st-theme-color);
    color: #fff;
}
/* Responsive */
@media (max-width: 767px){
    .inner-meta-post {
        width: 100%;
    }
    .portfolio-single-thumb {
        margin-bottom: 30px;
    }
}
/*
=================================
    Breadcumb CSS With Responsive
=================================
*/
.si-breadcumb-section {
    padding: 170px 0 140px;
    position: relative;
    z-index: 1;
}
.si__breadcumb__content {
    text-align: center;
}
.si__breadcumb__title h2 {
    color: #fff;
    font-size: 48px;
    line-height: 1.3;
}
.si__breadcumb__inner {
    padding-top: 30px;
}
.si__breadcumb__inner ul li {
    display: inline;
    color: #fff;
    margin-left: 15px;
    font-size: 20px;
}
.si__breadcumb__inner ul li a {
    display: inline-block;
    color: #fff;
    font-size: 20px;
}
/*
=================================
    Blog Details With Responsive
=================================
*/
@media (max-width: 767px){
    .comments-area .form-control {
        margin-bottom: 25px;
    }
    .comment-button {
        margin-bottom: 50px;
    }
    .metox-single-icon {
        display: block;
    }
    .blog-tags {
        margin-bottom: 30px;
    }
    .metox-single-blog-details h2 {
        font-size: 24px;
    }
}