.et_pb_scroll_top:before {
/* 	Change content here */
}

.et_pb_scroll_top.et-pb-icon {
	font-size: 40px !important;
	border-radius: 25px !important;
	background-color: #ddd !important;
	color: #000 !important;
	font-weight: bolder !important;
	margin-right: 22px !important;
}

#back-to-top-p {
	display: inline;
	position: fixed;
	z-index: 99999;
	right: 0;
	bottom: 80px;
	width: 50px;
	margin-right: 22px;
	text-align: center;
	cursor: pointer;
	line-height: 1.3em;
}

#back-to-top-p:before {
	content: '';
}

@media all and (max-width: 480px) {

	.et_pb_scroll_top.et-pb-icon {
		margin-right: 8px !important;
	}

	#back-to-top-p {
		margin-right: 8px;
	}
}
