/* -- NU -- */
/* top of page button */
.button-top-of-page a:hover {
	background-color: #ddd !important;
}

/* turn off home title */
.page-id-1706 .wp-block-post-title {
	box-sizing: border-box;
	word-break: break-word;
	display: none;
}

/*gradient title bg*/
.home-heading {
	padding: .5em .5em .5em 1em;
	font-size: 1.1em;
	font-weight: 600;
	color: #efefef;
	letter-spacing: .2em;
	background-image: linear-gradient(to right, rgba(37, 99, 144,1), rgba(193, 213, 230,1));
}

/* WORD LINKS */
a, .wp-block-navigation a {
	cursor: pointer;
	text-underline-offset: .15em;
	text-decoration: underline;
}

li a, .wp-block-navigation li a {
	cursor: pointer;
	text-underline-offset: .15em;
	text-decoration: none;
}

a:hover, .wp-block-navigation a:hover {
	cursor: pointer;
	text-underline-offset: .15em;
	text-decoration: none;
}

/*lists - lessen indent*/
ul {
	padding-left: 0;
	margin-left: 8px;
	padding: 12px 0;
}

ul li {
	list-style-position: outside;
	margin-left: 1em;
	line-height: 150%;
}

.list-checkmark {
	list-style-image: url('https://stocktonmechanical.com/wp-content/uploads/2022/07/checkmark-25.png');
}

/* quotations */
.wp-block-quote {
	background-image: url('https://stocktonmechanical.com/wp-content/uploads/2022/07/quote-graphic-curve-2-15pct.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 15%;
	z-index: -100;
}

.wp-block-quote {
	border-width: 0;
	border-style: solid;
	font-style: normal;
	color: #2a2a2a;
	font-size: 120%;
	padding: 0 0 30px 50px;
	line-height: 140%;
}

/* coupon */
.rk-coupon h2 {
	line-height: 130%;
	margin: 0;
	padding: 0;
}

.rk-coupon h3 {
	line-height: 130%;
	margin: 0;
	padding: 0;
}

.rk-coupon p {
	margin: 0;
	padding: .25em 0;
}

.rk-coupon {
	margin: 0;
	padding: 0;
}

/* == red button == */
.wp-block-button__link:hover {
	background-color: white;
	color: #2a2a2a !important;
}

.red-button a {
	background-color: #d73106;
	color: #fefefe !important;
	font-weight: bold;
	border: 1px solid #ddd;
}

.red-button a:hover {
	background-color: #fefefe;
	color: #d73106;
	font-weight: bold;
}

/* === MEDIA QUIERIES === */
@media screen and (max-width: 600px) {
	p {
		line-height: 1.8rem;
	}
	
	.rk-coupon {
		line-height: 120%;
	}
	
	/*MQ lists - lessen indent*/
	ul {
		padding-left: 0;
	}
	
	ul li {
		list-style-position: outside;
		margin-left: .5em;
		line-height: 120%;
		margin-bottom: .6em;
	}
	
	/* quotations */
	.wp-block-quote {
		background-image: url('https://stocktonmechanical.com/wp-content/uploads/2022/07/quote-graphic-curve-2-15pct.png');
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 33%;
		z-index: -100;
	}
	
	.wp-block-quote {
		border-color: var(--wp--custom--color--primary);
		border-width: 0;
		border-style: solid;
		font-size: var(--wp--custom--font-sizes--normal);
		font-style: normal;
		padding-left: var(--wp--custom--gap--horizontal);
		color: #2a2a2a;
		font-weight: medium;
		font-size: 90%;
		padding: 40px 10px 10px 25px;
		line-height: 140%;
	}
	
	.quote-group {
		font-size: 70%;
		line-height: 70%;
	}
}

/* END MQ */