/*
 Theme Name:        Shrink Child Theme
 Theme URI:         https://shrink.ancorathemes.com/
 Description:       Shrink is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
 Author:            AncoraThemes
 Author URI:        https://ancorathemes.com/
 Template:          shrink
 Version:           1.0
 Tested up to:      6.7
 Requires at least: 5.0
 Requires PHP:      7.0
 License:           GNU General Public License v2 or later
 License URI:       http://www.gnu.org/licenses/gpl-2.0.html
 Tags:              flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:       shrink
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */


.socials_share {
  display: none;
}

        .portfolio_page.portfolio_page_details_right .portfolio_page_details_wrap .portfolio_page_details .portfolio_page_details_item .portfolio_page_details_item_title, .portfolio_page.portfolio_page_details_left .portfolio_page_details_wrap .portfolio_page_details .portfolio_page_details_item .portfolio_page_details_item_title {
            display: none;
        }

.portfolio_page.portfolio_page_details_right 
.portfolio_page_details_wrap 
.portfolio_page_details 
.portfolio_page_details_item 
.portfolio_page_details_item_value,
.portfolio_page.portfolio_page_details_left 
.portfolio_page_details_wrap 
.portfolio_page_details 
.portfolio_page_details_item 
.portfolio_page_details_item_value {
    width: 60%;
    font-weight: bold; /* makes the text bold */
	
	font-family: var(--theme-font-h4_font-family);
    font-size: var(--theme-font-h4_font-size);
    font-weight: var(--theme-font-h4_font-weight);
    font-style: var(--theme-font-h4_font-style);
    line-height: var(--theme-font-h4_line-height);
    text-decoration: var(--theme-font-h4_text-decoration);
    text-transform: var(--theme-font-h4_text-transform);
    letter-spacing: var(--theme-font-h4_letter-spacing);

}


