/*
 Theme Name:   OneArt Child
 Theme URI:    https://oneart.wpengine.com/
 Description:  OneArt Child Theme
 Author:       the WeDesignTech team
 Author URI:   https://wedesignthemes.com/
 Template:     oneart
 Version:      1.0.0
 Text Domain:  oneart-child
 Tested up to: 6.8 
 Requires PHP: 7.4
 Tags: Blog,Portfolio
 License: GNU General Public License v2 or later License URI: https: //www.gnu.org/licenses/gpl-2.0.html
 Copyright (C) 2025 designthemes. All rights reserved.
*/



.wdt-artist-single-content {
    display: none !important;
}

.featured_image_wrap {
  display: none;
}

/* Hide artist featured image */
.wdt_artist_single-wrapper .featured_image_wrap {
  display: none !important;
}

.wdt_artist_single-wrapper .featured_image_wrap {
  display: none;
}


.wdt-portfolio-single-content .wdt-feature-title {
  color: #6b6b6b !important;   /* 柔和灰 */
  font-weight: 500;
}

.wdt-portfolio-single-content .wdt-feature-description {
  color: #6b6b6b !important;
}

/*在作品页面， Dimension 和图片之间要 明显分组 */

.single-wdt_listings 
.wdt-listings-features-box-item-wrap {
  padding-bottom: 24px;
}

.single-wdt_listings 
.moved-featured-image {
  margin-top: 24px;
  border-top: 1px solid rgba(0,0,0,0.08);
  padding-top: 16px;
}




