/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 08 2022 | 11:27:41 */
.rcb-content-blocker div[style*="cursor"] * {
	color: #ffffff !important;
	font-family: "Inter", Sans-serif;
	font-size: 15px;
	font-weight: 500;
}
.rcb-content-blocker div[style*="cursor"] {
	background-color: #1d5781 !important;
	border-radius: 50px !important;
	padding: 15px 35px !important;
	display: inline-block;
}
.animate__animated.animate__none div[style*="rgb(201, 82, 82)"],
.rcb-content-blocker div[style*="rgb(201, 82, 82)"] {
    display: none !important;
}
.rcb-content-blocker * {
	color: var( --e-global-color-text ) !important;
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	line-height: 1.4em !important;
	font-size: 12px !important;
	text-align: center !important;
}

.rcb-content-blocker div[style*="text-decoration: underline;"] {
	display: none;
}

.rcb-content-blocker {
	border-radius: 20px;
	background-color: #fff !important;
}
.btc-footer-sub a {
	color: #1D5781 !important;
	font-weight: inherit !important;
}


/* Consent Issue */
.btc-blocked .btcc-post-list-filter-container,
.btc-blocked .btcc-post-list-pagination {
    cursor: not-allowed !important;
}
.btc-blocked .btcc-post-list-filter-container *,
.btc-blocked .btcc-post-list-pagination * {
	pointer-events:none !important;	
}

