/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 03 2026 | 21:00:21 */

h1,h2 {
	font-weight:bold;
}


.fake-h3,
.fake-h2 {
	font-family: Quicksand;
	font-weight: normal;	
}

.fake-h2 {
	color: #845aff;
	font-size: 37px;
	line-height: 1.2em;
	font-weight: bold;
}


.fake-h3 {
	color: #845aff;	
	font-size: 28px;
	line-height: 1.4em;
}


/*
h2 {
    
    background: #845aff;
    padding:1.2em .5em;
    color: #fff;
    text-align: center;
}
*/

.content-wrapper h2 {
	font-weight: bold;
}

/** silver **/
/*
body:not(.home,.single-showcases) .content-wrapper h2:not(.no-decoration) {
	position:relative;
	padding-inline: .5em;
	padding-block: .75em;
	border-radius: 10px;
	overflow: hidden;
    border:none;
}
body:not(.home,.single-showcases) .content-wrapper h2:not(.no-decoration):after {
	display:block;
	content:"";
	position: absolute;
	left:0; top:0;
	width:100%;
	height:100%;

    background: linear-gradient(135deg, rgba(192,192,192,.15), transparent) !important;
    z-index: -1;
}
*/



/* blue box */
/*
body:not(.home) .content-wrapper h2:not(.no-decoration) {
	position: relative;
    background:none;
	border-left-style: solid;
	border-left-color: #845aff;
	border-left-width: 4px;
    color: #845aff;
    text-align: left;
	padding-inline: .5em;
	padding-block: .75em;
	border-radius: 10px;
	overflow: hidden;
}

body:not(.home) .content-wrapper h2:after {
	content:"";
	display:block;
	position: absolute;
	left:0; top:0;
	width:100%;
	height:100%;
	z-index: -1;
    background: rgb(132, 90, 255, .1);
	background: linear-gradient(180deg, rgb(132, 90, 255, .1), rgb(132, 90, 255, .025) )
}

*/
