/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-edge-backtotop{
    /*position:absolute;
    bottom:24px;
    right:16px;*/
}
.wp-block-edge-backtotop {
    position: fixed;
    bottom:24px;
    right:16px;
	color: #fff;
	margin:0;
	padding: 0;

}
.wp-block-edge-backtotop a{
	display:block;
	text-decoration:none;
}
.wp-block-edge-backtotop a:hover{
	text-decoration:none;
}
/*.chevron{
	width:1px;
}*/
.chevron::before{
	margin: 0;
	padding:0;
	margin:0;
	padding:0;
	margin-left:4px;
	margin-left:0;
	content: "\f343";
    font-weight: 900;
}

.triangle::before{
	margin: 0;
	padding:0;
	content: "\f142";
    font-weight: 900;
}

.arrow::before{
	position:absolute;
	top:0;
	left:0;
	margin: 0;
	padding:0;
	content: "\f342";
    font-weight: 900;
}

.wp-block-edge-backtotop.shape-square{
	border-radius: 0;
}
.wp-block-edge-backtotop.shape-circle{
	border-radius: 50%;
}
.shape-circle{
	border-radius: 50%;
}
.shape-square{
	border-radius: 0;
}
