/*
Theme Name: Network Service
Theme URI: https://www.network-service.it/
Author: Network Service Srl
Author URI: https://www.network-service.it/
Version: 1.0
Description: Network Service
Theme domain: networkservice
*/

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
    margin: 0;
	overflow-x: hidden;
}

.flatpickr-month input {
	padding: 5px !important;
}

.flatpickr-month {
	height: 50px !important;
}

.wpml-ls-current-language .elementor-item {
	color: var(--e-global-color-accent) !important;
}

.swiper-pagination {
	z-index: 1 !important;
}

superedux {
	font-size:60%!important;
	font-weight:500;
	line-height:0.8!important;
	display:block!important;
}

redux {
	font-size:70%!important;
	font-weight:500;
	line-height:0.8!important;
	display:block!important;
}
		[class*=" eicon-"],
	[class^=eicon] {
	    display: flex;
	}

	.eicon-chevron-left:before,
	.e-eicon-chevron-left:before,
	.eicon-chevron-right:before,
	.e-eicon-chevron-right:before{
	    	    content: url(https://testwp6-network.it/parkphilip/wp-content/uploads/2023/09/chevron-left-thin.svg);
		
	    width: 40px;
	    filter: invert(100%) opacity(50%);
	    transition: all .6s ease-out;
	}

	.eicon-chevron-right:before,
	.e-eicon-chevron-right:before{
	    content: url(https://testwp6-network.it/parkphilip/wp-content/uploads/2023/09/chevron-right-thin.svg);
	}

	.eicon-chevron-left:hover:before,
	.e-eicon-chevron-left:hover:before,
	.eicon-chevron-right:hover:before,
	.w-eicon-chevron-right:hover:before {
	    width: 40px;
	    filter: invert(100%) opacity(100%);
	    transition: all .1s ease-in;
	}