
/* /bow/950/modules/vc-image-full-text-bottom-overlay/template.css */


/* /bow/950/modules/vc-image-right-due-col/template.css */


/* /bow/950/modules/vc-listing/template.css */


/* /bow/950/modules/vc-allegati-link/template.css */


/* /bow/950/modules/vc-gallery-text-right/template.css */
.divider-style-02 .divider-dot span {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -13px;
    width: 25px;
    height: 25px;
    box-shadow: inset 0 0 0 6px #fff;
}
.border-color-extra-medium-gray {
    border-color:   #f0f0f0 !important;
}
.divider-style-02 .divider-dot:after {
    top: 0;
    content: "";
    height: 100%;
    width: 1px;
    flex: 1 1 auto;
    -webkit-box-flex: 1 1 1px;
    -ms-flex: 1 1 1px;
    border-left: 1px solid #cccccc;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* /bow/950/modules/vc-listing-icon-center/template.css */


/* /bow/950/modules/vc-social-fixed/template.css */
.sidebar-contact {
		position: fixed;
		top: 45%;
		right: 0;
		transform: translateY(0%); /* Centra perfettamente i bottoni verticalmente */
		display: flex;
		flex-direction: column;
		gap: 14px; /* Spazio tra i bottoni */
		z-index: 1032;
	}

	.btn-contact {
		display: flex;
		align-items: center;
		justify-content: center; min-height: 50px;
		background-color: #081b36;
		color: white;
		text-decoration: none;
		padding: 8px 20px;
		border-radius: 5px 0 0px 5px; /* Arrotonda solo il lato sinistro */
		font-family: sans-serif;
		font-size: 14px;
		transition: all 0.3s ease;
		box-shadow: -2px 2px 5px rgba(0,0,0,0.2);
	}

	/* Colori diversi per ogni azione (opzionale) */
	.btn-theme-dark { background-color: #081b36; }
	.btn-whatsapp, .btn-whatsapp { background-color: #25D366; }
	.btn-linkedin, .btn-linkedin-in { background-color: #0077b5; }
	.btn-facebook, .btn-facebook-f { background-color: #3b5998; }
	.btn-instagram { background-color: #E1306C; }
	.btn-youtube { background-color: #FF0000; }

	/* Effetto hover */
	.btn-contact:hover {
		background-color: #111;
	}
	@media all and (max-width: 991px) { 
		.sidebar-contact {
			position: fixed;
			top: 70px;
			right: 0px;
			transform: translateY(0%); /* Centra perfettamente i bottoni verticalmente */
			display: flex;
			flex-direction: column;
			gap: 3px; /* Spazio tra i bottoni */
			z-index: 1032;
		}
		.btn-contact {
			min-height: 45px;
			padding: 10px 18px;
			border-radius: 5px 0px 0px 5px; /* Arrotonda solo il lato sinistro */

		}
		.btn-linkedin { display: none; }
		.btn-facebook { display: none; }
		.btn-youtube { display: none; }
		.btn-instagram { display: none; }
		.btn-geo { display: none; }
	}

/* /bow/950/modules/vc-contatti-form/template.css */
.barra-fixed-form {
	position: fixed;
	bottom: -100px; /* nascosta inizialmente */
	left: 0;
	right: 0;
	z-index: 9999;
	transition: bottom 0.4s ease;
	padding: 0px 0;
}
.barra-fixed-form.show { bottom: 0; }

/* /bow/950/modules/footer-brands-center/template.css */

