.content-area {
    margin-top: 3px;
    margin-bottom: 80px;
}

.custom-loop-title {
	font-family: 'Jost', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 42px;
	line-height: 1.5;
	color: var(--global-palette3);
	margin-bottom: 1px;
	margin-top: 7px;
	display: block;
}

.custom-loop-title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease-in-out;
}

.custom-loop-title a:hover {
	color: inherit;
	text-decoration: none;
}

.home h1 {
	font-size: 44px;
	text-align: center;
}


.onlyfans-heading {
	text-align:center;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: -15px;
	margin-top: 50px;
}

.breadcrumbs {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	  padding-left: 32px;
    padding-top: 14px;
	  padding-bottom: 14px;
	
}

.breadcrumbs a {
    color: #255fdd;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.breadcrumbs a:hover {
    color: #1b48aa;
    text-decoration: underline;
}

.breadcrumbs span,
.breadcrumbs .current {
    color: #333;
    font-weight: 500;
}

.breadcrumbs .separator {
    margin: 0 0.4em;
    color: #adb5bd;
}





