/*
Theme Name: Ewebot - Child
Author: GT3themes
Author URI: http://gt3themes.com
Description: -
Version: 1.0
Template: ewebot
*/
@import url("../ewebot/style.css");

/* Spostato nella personalizzazione CSS del tema per farci lavorare Filippo
body #back_to_top {
	right: 39px;
	bottom: 39px;
	border: none;
	background: #283b50;
	border-radius: 50%;
}

body #back_to_top:before {
	width: 11px;
	height: 16px;
	background-image: url("./img/back2top.png");
	background-repeat: no-repeat;
	background-size: 22px 16px;
	background-position: 0 0;
	content: "";
}

body #back_to_top:hover:before {
	background-position: -11px 0;
}

body #back_to_top:hover {
	background: #3b3663 !important;
}
*/