/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 07 2023 | 21:26:17 */
.custom-btn a i{
	position: relative;
    left: -15px;
	opacity: 0;
    display: inline-block;
	margin-left: -1.5em;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.custom-btn a:hover i{
    left: -5px;
	opacity: 1;
	margin-left: 0.1em !important;
}