.cont-socials-feeds {
	overflow: hidden;
	position: relative;
	padding: 5% 10%;
}

.cont-socials-feeds:before {
	right: -5%;
	bottom: -5%;
	content: "";
	width: 20%;
	height: 20%;
	display: block;
	opacity: 0.5;
	position: absolute;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("/wp-content/uploads/2022/12/logo-icon.svg");
}


.feeds-title h2 {
	color: #641B5F;
	font-size: 53px;
	line-height: 64px;
	text-align: center;
	margin: 0!important;
	letter-spacing: -1.32px;
	text-transform: uppercase;

}

.feeds-title h2 > span {
	z-index: 99;
	width: 100%;
	color: #D81B5A;
	display: block;
	font-size: 35px;
	line-height: 16px;
	letter-spacing: 0;
	text-transform: none!important;
	position: relative;
	font-weight: 400;
	font-style: normal;
	font-family: adobe-handwriting-ernie, sans-serif;

}

.social-items {
	gap: 2em;
	padding: 1em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: row;
	justify-content: center;
}

.item-social {
	position: relative;
}

.item-social a {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}


.ff-header {
	display: none!important;
}

#ff-stream-1 {
	/*background: transparent!important;*/
}


/*RESPONSIVE*/

/*phone*/
@media (max-width: 767px) {

	#site-footer:before {
		right: -10%;
		width: 40%;
		bottom: -34%;
	}

	.feeds-title h2 {
		font-size: 32px;
		line-height: 40px;
	}

	.feeds-title h2 > span {
		font-size: 24px;
		line-height: 14px;
	}

}

/*tablet*/
@media (min-width: 768px) and (max-width: 1024px) {

	.feeds-title h2 {
		font-size: 32px;
		line-height: 42px;
	}

	.feeds-title h2 > span {
		font-size: 27px;
		line-height: 20px;
	}

}

/*mobile and tablet*/
@media (max-width: 1024px) {

}

/*desktop*/
@media (min-width: 1025px) {

}

/*pc portable*/
@media (min-width: 1025px) and (max-width: 1700px) {

}


/*RESPONSIVE*/
