/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2024年4月22日, 下午12:46:01
    Author     : Shine
*/
/* Noto Sans TC (Chinese Traditional) 黑體字體（思源黑體）*/
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
#ftds-main *:not(.fa):not(.fas){
    font-family:"Noto Sans TC", '微軟正黑體', sans-serif !important;
    /*font-size: 16px;*/
    letter-spacing: 1px;
}

i{
    font-size: 12px !important;
    color: #6c757d;
}

button > i{
    font-size: 16px !important;
    color: #ffffff;
    margin-right: 8px;

}

#ftds-main{
    padding-bottom: 60px;
}

.ftds-breadcrumb h1, .ftds-breadcrumb h2{
    margin-bottom: 15px;
}

#ftds-art-template h1, #ftds-art-template div.ftds-head-title{
    margin-bottom: 15px !important;
    font-size: 36px !important;
    font-weight: 400;
}

.ftds-head-title span{
    border-bottom: 5px #ff6c00 solid;
}


#ftds-art-template h2{
    font-size: 24px !important;
    line-height: 35px;
    font-weight: 400;
}

#ftds-art-template h3{
    font-size: 20px !important;
    margin-bottom: 15px !important;
    font-weight: 400;
}

#ftds-art-template h3.artist-name{
    margin-bottom: 10px !important;
}

#ftds-art-template h4{
    font-size: 15px !important;
    margin-bottom: 15px !important;
    font-weight: 400;
}

#ftds-art-template h5{
    font-size: 14px !important;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}

#ftds-art-template h6{
    font-size: 12px !important;
    margin-bottom: 10px !important;
    font-weight: 400;
}

#ftds-main p{
    font-size: 16px !important;
}

.ftds-section{
    padding-top: 60px;
    font-size: 16px;
}

.modal-body label{
    font-size: 14px;
}


.ftds-blog-title, .ftds-blog-content {
    text-align: center;
    padding-bottom: 50px;
}

.ftds-blog-content{
    font-size: 16px;
}

.ftds-info-text a{
    color: #ffffff;
}


.image-source-link {
    color: #98C3D1;
}

.post-breadcrumb{
    font-size: 0;
    padding-bottom: 15px;
}

.post-breadcrumb>a.breadcrumb-link{
    /*margin-right: 15px;*/
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400px;
    color: #212121;
}

a.breadcrumb-link:hover{
    color: #e1251b;
}

.post-breadcrumb>i{
    color: #212121;
    font-size: 16px;
    padding: 0 10px;
}

.breadcrumb-text{
    font-size: 16px;
    color: #a1a1a1;
}

.ftds-btn{
    padding-top: 15px;
}

.ftds-btn .btn{
    font-size: 16px;
    border-radius: 99em;
}

.ftds-btn .btn.ftds-follow,  .btn.ftds-follow{
    font-size: 14px;
    border-radius: 99em;
    padding: 4px 10px;
    min-width: 100px;
}
.tab-content{
    padding-top: 35px;
}

ul#galleryTab li{
    padding: 0;
}

ul#galleryTab li button{
    border-radius: 6px 6px 0px 0px;
    color: #212121;
    border-color: #e9ecef #e9ecef #dee2e6;
}

ul#galleryTab li button.active{
    color: #fff;
    background-color: #212529;
    border-color: #212529;

}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

ul.list-group li{
    margin: 0;
}

.ftds-gallery-img .row{
    margin-left: -10px !important;
    margin-right:  -10px !important;
}

.ftds-artist-info{
    padding: 25px 10px;
}

.ftds-artist-info.grid{
    padding: 10px !important;
}

.ftds-img-list{
    height: auto !important;
}

.ftds-img-list.grid{
    padding: 10px !important;
}

/**---*/
.ftds-artist-info{
    /*aspect-ratio: 1/1;*/
}

a.ftds-img-show{
    aspect-ratio: 1/1 !important;
    overflow: hidden;
    height: auto;
    display: inline-block;
    position: relative;
}

/*a.ftds-img-show::hover{
    transform: translateY(-10px);
}*/

a.ftds-img-show img{
    height: auto;
    max-width: 425px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transition: all 0.5s ease-in-out;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.border-radius-6 {
    border-radius: 6px;
}

/**--- img-show ---*/
a.ftds-img-show::after {
    content: '\f061';
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    /*    width: 80px;
        height: 80px;*/
    color: rgba(255,255,255,0.8);
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    transform: scale(0);
}

.popup-gallery a.ftds-img-show::after {
    content: '\f002' !important;
}



a.ftds-img-show:hover::after {
    transform: scale(1);
    transform: translate(-50%, -50%);
}


a.ftds-img-show::before {
    content: ' ';
    width: 100%;
    height: 100%;
    background: #212121;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    transition: all 0.5s linear;
}

a.ftds-img-show:hover::before {
    opacity: 0.8;
    transition: all 0.5s linear;
}

a.ftds-img-show:hover img {
    transform: scale(1.1,1.1);
    transition: all 0.5s ease-in-out;
}

/**
 *\--- card-show ---
*/
a.ftds-card-show{
    /*aspect-ratio: 1/1 !important;*/
    /*overflow: hidden;*/
    /*height: auto;*/
    /*display: inline-block;*/
    /*position: relative;*/
    text-decoration: none;
}

a.ftds-card-show::after {
    content: '\f061';
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    /*    width: 80px;
        height: 80px;*/
    color: rgba(255,255,255,0.8);
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    transform: scale(0);
}

a.ftds-card-show:hover::after {
    transform: scale(1);
    transform: translate(-50%, -50%);
}


a.ftds-card-show::before {
    content: ' ';
    width: 100%;
    height: 100%;
    background: #212121;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 998;
    transition: all 0.5s linear;
}

a.ftds-card-show:hover::before {
    opacity: 0.8;
    transition: all 0.5s linear;
    border-radius: 10px;
}

a.ftds-card-show:hover img:not(.ftds-gallery-thunbmail-img) {
    transform: scale(1.1,1.1);
    transition: all 0.5s ease-in-out;
}

#ftds-art-template span.badge{
    font-weight: 400;
    padding: 6px 10px;
    margin-bottom: 10px;
}

#ftds-art-template ul{
    list-style-type: none;
}

#ftds-art-template ul li{
    font-size: 14px;
}

.ftds-title, .ftds-year{
    font-weight: 600;
}

.ftds-size-12{
    font-size: 12px !important
}

.ftds-size-13{
    font-size: 13px !important
}

.ftds-size-14{
    font-size: 14px !important
}

.ftds-size-15{
    font-size: 15px !important
}

.ftds-size-16{
    font-size: 16px !important
}

.ftds-size-18{
    font-size: 18px !important
}

.ftds-size-20{
    font-size: 20px !important
}

.ftds-head-title{
    position: relative;
}
.ftds-head-title:before{
    content: '';
    position: absolute;
    width: 150px;
    height: 2px;
    background-color: #f00;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

#ftdsSearch{
    margin: 0;
}

#ftds-main .nav-tabs .nav-item {
    margin-bottom: 0px;
}


.ftdsSearchButton i{
    color: #212121;
    margin: 0 5px;
}

.ftdsSearchButton:hover i{
    color: #ffffff;
}

@media (min-width: 1903px) {
    .qodef-content-grid-1300 .qodef-content-grid {
        width: 100% !important;
    }
}

