/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 06 2024 | 02:10:36 */
/*
 * Theme Name:  Uppercase Child
 * Theme URI:   https://codesupply.co/themes/uppercase/
 * Description: Uppercase Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    uppercase
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */




/*Home > Page Headerh > Line Height*/
.home .cs-page-header-title {
	line-height: 1.3;
}


/*Global > Body Paragraph > Color*/
.entry-content p {
	--cs-color-primary: #363636;
}
[data-scheme=dark] .entry-content p {
	color: #d1d1d1;
}

/*Global > Body Paragraph > Bold Line*/
.entry-content strong{
	color: #000;
}
[data-scheme=dark] .entry-content strong {
	color: #fff;
}


/*Global > Block > Quote*/

blockquote.wp-block-quote {
  border-left: 5px white solid;
  padding-left: 20px;
}


/*Powerkit > Header > Social Counter > Font Size*/
.pk-social-links-items span {font-size: 14px;}

/*Powerkit > Post > Social Share > Icon Size*/
.pk-share-buttons-after-post .pk-share-buttons-icon {
  font-size: 2rem;
}


h1 	{font-size:41.8px;}
h2 	{font-size:34.84px;}
h3 	{font-size:29.03px;}
h4 	{font-size:24.19px;}
h5 	{font-size:20.16px;}
h6 	{font-size:16.8px;}



