/* -------------------------------------------------------------
	SCROLL TOP LINK
------------------------------------------------------------- */

#scroll-top-link
{
	width: 50px !important;
	height: 50px !important;
	right: 20px !important;
	bottom: 20px !important;
	-webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
	border-radius: 50% !important;
    opacity: 1 !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

#scroll-top-link:before
{
	font-size: 30px !important;
	position: relative !important;
	-webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
    top: -2px;
}

#scroll-top-link:hover
{
	background-color: #403f4c !important;
	color: #fff !important;
	opacity: 1 !important;
	border: 1px solid rgba(255, 255, 255, 0.4) !important;
}

#scroll-top-link:hover:before
{
	top: -4px !important;
}


/* Show on mobile devices */
@media only screen and (max-width: 767px) {
	.responsive #scroll-top-link {
	    display: block;
	}
}



/* -------------------------------------------------------------
	UPDATE ENFOLD 7 - SVG ICONS
------------------------------------------------------------- */

#scroll-top-link.avia-svg-icon svg:first-child,
#av-cookie-consent-badge.avia-svg-icon svg:first-child {
    stroke: #fff !important;
    fill: #fff !important;
}

#scroll-top-link.avia-svg-icon svg:first-child {
    height: 35px !important;
    width: auto !important;
    margin-top: 5px !important;
}
