
.portfolio-detail .title{
    text-align: center;
    font-size: 30px;
    color: #FF9016;
    padding: 25px 0;
}
.portfolio-detail .portfolio-meta .name{
    margin: 20px 0;
}
.portfolio-detail .portfolio-meta .phone_number{
    background: #FF9016;
    color: #fff;
    padding: 5px 7px;
    margin-left: 8px;
    font-size: 15px;
    line-height: 160%;
}
.portfolio-detail .portfolio-meta .icon-phone{
    margin-right: 5px;
}
.portfolio-meta p {
    font-size: 18px;
}
.meta-box .address{
    color: #2E2E2E;
}

/*......portfolio category......*/
.portfolio .banner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 586px;
    background-color: #000;
    color: #fff;
}

.portfolio .banner .category-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.portfolio .banner .category-text {
    position: absolute;
    transform: translate(1, -50%);
    z-index: 2;
    left: 0;
}

.portfolio .category-title {
    font-size: 80px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.portfolio .category-description {
    font-size: 30px;
    margin-top: 10px;
    font-weight: 550;
}

.portfolio .category-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.portfolio .category-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}
.portfolio .portfolio-item {
    text-align: center;
}
.portfolio .portfolio-item img{
    width: 100%;
}
.portfolio .portfolio-item .box-text{
    background-color: rgb(247, 247, 247);
}
.portfolio .subcategory-head {
    text-align: center;
    color: #FF9016;
}
.portfolio .subcategory-title a{
    font-size: 64px;
    color: #FF9016;
    font-weight: 700;
}
.portfolio .subcategory-description {
    font-size: 30px;
}
.portfolio .portfolio-item-title {
    color: #FF9016;
    font-size: 25px;
}
.portfolio .portfolio-meta._portfolio_address {
    font-size: 20px;
    font-weight: 700;
}
.portfolio .category{
    padding-top:30px;
}
.portfolio .pagination {
    text-align: center;
    margin-bottom: 100px;
}
.portfolio .pagination span.page-numbers.current {
    background: #FF9016;
    color: #fff;
}
.portfolio .pagination .page-numbers {
    border: #F7F7F7 1px solid;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
    display: inline-block;
}
.portfolio-item .more-link{
    display: none;
}
.portfolio-item .more-link a {
    padding: 6px 14px;
    color: #fff;
    background: #FF9016;
    clear: both;
    display: inline-block;
}
.portfolio-wrapper .col-inner {
    padding: 24px 21px;
}
.portfolio-wrapper .meta-more {
    margin-top:24px;
}
.portfolio-wrapper .meta-more a {
    background: #FF9016;
    color: #FFFFFF;
}
.portfolio-wrapper .image-cover{
    padding-top: 66.66%;
    height: auto;
}
.portfolio-wrapper .box-text .portfolio-title{
    margin-bottom:1rem;
    margin-top:0;
}
.portfolio-wrapper .box-text .portfolio-title a{
    font-size: 26px;
    line-height: 160%;
    letter-spacing: 0.08em;
    margin-bottom: 0;
    margin-top: 0;
    display: block;
} 
.portfolio-wrapper .box-text .post-meta.address {
    margin-bottom: 1em;
}
.portfolio-address{
    font-family: 'AR VF JXHeiB5 WrW', sans-serif;
}
.portfolio-wrapper .box .box-text {
    padding: 24px 24px 32px 24px;
}
.portfolio-wrapper .box .box-text .weekday{
    margin-bottom:8px;
}
.portfolio-wrapper .box .box-text .business_hours{
    font-size: 16px;
}
.portfolio-wrapper .box .box-text .business_hours .weekday,
.portfolio-wrapper .box .box-text .business_hours .weekend
{
    font-family: 'AR VF JXHeiB5 WrW', sans-serif;
}
.portfolio-wrapper .box .box-text .meta-box{
        color: #2E2E2E;
}
.portfolio-wrapper .bg-zoom-fade:hover .bg, .portfolio-wrapper .has-hover:hover .image-zoom-fade img,
.portfolio-wrapper .bg-zoom:hover .bg, .portfolio-wrapper .has-hover:hover .image-zoom img{
    transform: scale(1.3);
}
.business_hours .weekday-title,
.business_hours .weekend-title,
.business_hours .weekday-time,
.business_hours .weekend-time{
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0;
    color: #2E2E2E;
    font-family: 'AR VF JXHeiB5 WrW', sans-serif;
}

@media screen and (max-width: 549px) {
    .portfolio-wrapper .box .box-text .business_hours{
        font-size: 13px;
    }
    .portfolio-wrapper .box-text .portfolio-title a{
        font-size: 17px;
    } 
    .portfolio-wrapper .col-inner {
        padding: 16px;
    }
    .portfolio-item .more-link{
        display: inline-block;
    }
    .portfolio .subcategory-title a, .portfolio .subcategory-description {
        font-size: 18px;
    }
    .portfolio .banner{
        height: 190px;
    }
    .portfolio .category-title, .portfolio .category-description{
        font-size: 22px;
    }
    .portfolio .banner .category-text{
        transform: none;
        width: 100%;
        text-align: center;
        line-height: 1;
    }
    .business_hours .weekday-title,
    .business_hours .weekend-title,
    .business_hours .weekday-time,
    .business_hours .weekend-time{
        font-size: 0.8125rem;
    }
}