/*
Theme Name: Studio Idee Materia
Description: Studio Idee Materia custom theme
Author: Studio Idee Materia
Author URI: http://www.wearesim.it/
Version: 1.1.0
*/
body{width:100% !important;}
.start-link{
		display:flex;
		align-items:center;
		justify-content:center;
		margin-top:100px;
	}
.common-video__video{width:100% !important;}
.images__link{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:100px;
}
.images__link a{
	color:#fff;
	font-size:30px;
}
.blog-list__card {
  width: calc((100% - 2.8vw) / 3) !important;
}

.menu {  height: fit-content !important; }
.menu__item {
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 2.6041666667vw;
  padding: 8px!important;
}
.menu__item.active {
	background: #ae284f;
}
.menu__item.active a{
	color:#dff5ef!important;
}
.menu__item:hover {
	background: #ae284f;
}
.menu__item:hover a{
	color:#dff5ef!important;
}
.menu__item a:hover{
	color:#dff5ef!important;
}
.contattaci__title.lavora_subtitle{
	font-size:2.3vw;
	
}

.header__logo {
	height: auto !important;
	max-width:180px;
}