.fb-floating-button {
	position: fixed;
	top: 450px;
	right: 0px;
	background: var(--wp--preset--color--custom-logo-1);
	color: #fff;
	border-radius: 15% 0 0 15%;
	width: 40px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 9999;
}

.fb-floating-button a {
	height: 70%;
}

.fb-floating-button img {
	height: 100%;
	/*padding-top: 6px;*/
}

/* .fb-floating-button:hover { background: #005177; } */

@media screen and (max-width: 600px) {
	.fb-floating-button {
		display: none;
	}
}

@media screen and (max-width: 1100px) {
	.fb-floating-button {
		top: 400px;
	}
}

/*
@media screen and (min-width: 1100px) and (max-width: 1700px) {
	.fb-floating-button {
		top: 450px;
	}
}
*/