/*
 Theme Name:     Vision Theme
 Theme URI:      
 Description:    Informatica Vision Theme
 Author:         Informatica Vision
 Author URI:     https://www.informaticavision.it
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Menu Desktop */
.logo-img img {
	-webkit-backface-visibility: hidden; 
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
}
@media all and (min-width: 981px) {
	.menu .et_pb_menu__menu .menu-std, .menu .et_pb_menu__menu .sub-nav {
		margin-top: 0;
		padding: 0;
	}
	.menu .et_pb_menu__menu .et-menu.nav {
		margin: 0;
	}
}
.menu .menu-std a, .menu .sub-nav > a {
	padding-top: 15px;
	padding-bottom: 15px!important;
	margin: 0 15px;
}
.menu .et_pb_menu__menu .sub-nav > a {
	cursor: default;
}
.menu .menu-std:first-child a, .has_et_pb_sticky .menu .menu-std:first-child a, .menu .sub-nav:first-child > a, .has_et_pb_sticky .menu .sub-nav:first-child > a {
	margin-left: 0;
}
.et-menu .menu-item-has-children > a:first-child {
	padding-right: 0;
}
.has_et_pb_sticky .menu .menu-std a, .has_et_pb_sticky .menu .sub-nav > a {
	padding-top: 8px;
	padding-bottom: 8px!important;
	margin: 0 12px;
}

.menu .et-menu .menu-item-has-children > a:first-child:after {
	content: "";
	
}
.menu .menu-std:hover a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0px;
	top: auto;
	border-bottom: 4px solid #bed6f4;
	opacity: 1;
}
.menu .menu-std.current-menu-item a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0px;
	top: auto;
	border-bottom: 4px solid #bed6f4;
	opacity: 1;
}
/* END Menu Desktop */

/* Menu Tablet */
/*show desktop menu on phone*/
@media all and (max-width: 980px) {
	.pa-open-mobile-menu .et_pb_menu__menu {
		display: flex!important;
	}
	.pa-open-mobile-menu .et_mobile_nav_menu {
		display: none!important;
	}
	.menu .menu-std a, .menu .sub-nav > a {
		padding-top: 8px;
		padding-bottom: 8px!important;
		margin: 0 12px;
	}
	.has_et_pb_sticky .menu .menu-std > a {
		padding-top: 8px;
		padding-bottom: 8px!important;
		margin: 0 12px;
	}
	.has_et_pb_sticky .menu .et_pb_menu__menu .menu-item {
		margin-top: 0;
	}
}
/* END Menu Tablet */



.chi-box img {
/* 	border: solid 3px #0C4792; */
	border-radius: 15px!important;
	-webkit-box-shadow: 3px 4px 4px -4px #000000;
	-moz-box-shadow: 3px 4px 4px -4px #000000;
	-o-box-shadow: 3px 4px 4px -4px #000000;
	box-shadow: 3px 4px 4px -4px #000000;
}
@media all and (min-width: 1440px) {
	.chi-box p {
		column-count: 2;
	}
}


/* Fullwidth Slider */
.ds-fw-slider .et_pb_slides .et_pb_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end /* flex-start | center */;
    width: 100%;
    min-width: 100%;
}
.ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2%;
	padding-left: 5%;
}
.ds-fw-slider .et_pb_slide {
    padding: 0;
    min-height: 50vh; /*Adjust for header height*/
    height: 50vh; /*Adjust for header height*/
}
@media all and (max-width: 480px) {
	.ds-fw-slider .et_pb_slide {
		min-height: 20vh; /*Adjust for header height*/
		height: 20vh; /*Adjust for header height*/
	}
}
@media all and (min-width: 481px) and (max-width: 980px) {
	.ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {
		padding-left: 0;
	}
	.ds-fw-slider .et_pb_slide {
		min-height: 23vh; /*Adjust for header height*/
		height: 23vh; /*Adjust for header height*/
	}
}
/* END Fullwidth Slider */

/* Post Slider */
.ds-fw-slider.postslide .et_pb_slides .et_pb_container .et_pb_slider_container_inner {
	display: none;
}