

/* BLOCKS CSS  */

/*************************************************************************/
/* Text   */

@media only screen and (max-width: 970px) {
	.res-typo .typo-box {
		margin-top: 40px;
		padding-top: 20px;
		border-top: 1px solid #eee;
	}
}

.res-typo .typo-box span {
	font-size: 400%;
	line-height: 120%;
	display: block;
}
.res-typo .typo-box small {
	font-size: 14px;
	line-height: 150%;
	display: block;
	padding-top: 10px;
}
.res-typo .typo-bold, .res-typo .typo-bold small {font-weight: 700}
.res-typo .typo-semibold, .res-typo .typo-semibold small {font-weight: 600}
.res-typo .typo-regular, .res-typo .typo-regular small {font-weight: 400}
.res-typo .typo-light, .res-typo .typo-light small {font-weight: 300}

.res-typo .color-box {
	min-height: 250px;
	background: #eee;
	color: #fff;
	margin-bottom: 15px;
}
.res-typo .color-box p {
	font-size: 90%;
	line-height: 120%;
	display: block;
}
.res-typo .color-box span {
	font-size: 160%;
	line-height: 120%;
	display: block;
}
.res-typo .postContent p {
	font-size: 85%;
    line-height: 130%;
}
.res-typo .postContent p.postTitle {
	font-size: clamp(20px,1.5vw,150%);
}
.res-typo .btn {
	margin-right: 15px;
}

/* ------------  CMS Backend Preview ---------------- */

.acf-block-preview .res-typo {
	position: relative;
	border-left: 1px solid #f4f4f4;
}
.acf-block-preview .res-typo {
	border-top: 1px solid #eee;
	padding: 5px 20px;
}


.acf-block-preview .res-typo h1,
.acf-block-preview .res-typo h2,
.acf-block-preview .res-typo h3 {
	font-size: 22px;
	line-height: 24px;
	padding: 0;
	margin: 10px 0;
}
.acf-block-preview .res-typo p {
	font-size: 16px !important;
	padding: 0;
	margin: 10px 0;
}
.acf-block-preview .res-typo .py-3{
	padding: 15px 0;
}
.acf-block-preview .res-typo .w-25{
	max-width: 25%;
}
.acf-block-preview .res-typo a {
	color: #000;
	text-decoration: none;
}
.acf-block-preview .res-typo ul,
.acf-block-preview .res-typo li{
	font-size: 16px !important;
	line-height: 20px;
	padding: 4px 0;
	margin: 0 0 0 15px;
}
.acf-block-preview .res-typo .btn {
	font-size: 14px !important;
	padding: 8px 16px;
	margin: 8px 0;
	border: 0;
	background-color: #eee;
}



