/*
Theme Name: Vertu
Theme URI: vertu.com
Template: astra
Author: Child Theme Configurator
Version: 1.0.0.1719551946
Updated: 2024-06-28 06:19:06

*/
@media (min-width:600px) {

	
/*footer a */
.footer-menu a, .b-l-btn a{
	position:relative;
	margin-left:24px;
	margin-right:24px;
	padding-left:0 !important;
	padding-right:0 !important;
}
.footer-menu a{
	margin-left:0 !important;
}
/*header a:before, footer a:before, */
.footer-menu a:before, .b-l-btn a:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0;
	height: 1px;
	background: #FFF;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/*header a:hover:before, footer a:hover:before, */
.footer-menu a:hover:before, .b-l-btn a:hover:before{
	width: 100%;
	right: 0;
}

.elementor-element-1712373{
    z-index: -1;
}

			
}