
@font-face{
    font-family: 'Quicksand';
    src: url('wp-content/themes/i-max/fonts/Quicksand-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{font-family: "Quicksand";
	}

h1,h2,h3,h4,h5,h6 {font-family: Roboto, Georgia, serif;
}

/* lineette sotto i titoli in homepage*/
.linea1 {clear: both; content: "";position: relative;left: 50%;height: 1px;width: 120px;margin: -15px 0 5px 0;background-color: #a7a7a7;transform: translateX(-50%);} 
.linea2 {clear: both; content: "";position: relative;left: 50%;height: 1px; margin: 0 0 5px 0;background-color: #a7a7a7; width: 70px;transform: translateX(-50%);}


.tx-service-title{
	word-wrap:normal;
}





#wprmenu_menu_ul{
	border-bottom: 1px solid #e7e7e7;

}

#wprmenu_menu .wprmenu_icon_par:hover {
    background-color: #dd3333;
	color: #ffffff;
	/*	width:100%;
	background-color:none;*/
	width:40px;
}
#wprmenu_menu ul li a:hover{
	background-color: #dd3333;
	color: #ffffff;
}

#wprmenu_menu.wprmenu_levels ul li a:hover{
	background-color: #dd3333;
	color: #ffffff;
}

.sezione{
	width: 80%;
	text-align: center;
  margin: 0 auto;
	border-width: 1px ;
	border-color: #000000;
	border-style: solid;
	
}
/*pulsante*/
.wp-block-button__link{
	font-size:14px;
}
/* stili home page _home*/


.boxbianco{display: block; background-color: #ffffff; width: 100%; margin-left: auto; margin-right: auto; margin-bottom: 70px; margin-top: 70px;}

.boxgrigiochiaro {display: block; background-color: #e7e7e7; width: 100%; margin-left: auto; margin-right: auto; padding-top: 20px; padding-bottom: 50px;}

.boxantracite{display: block; background-color: #575757; width: 100%; margin-left: auto; margin-right: auto; padding-top: 50px; padding-bottom: 50px;} 

.columna {float: left; width: 50%;} 

.column3 {float: left; width: 33%;}

.rowa:after {content: ""; display: table; clear: both;} 

.boxa {padding: 16px; margin: auto; text-align: center;} 

@media screen and (max-width: 1000px) {.columna {width: 100%;}}

@media screen and (max-width: 768px) {.column5 {width:100%;}.nodisplay{display: none;}}

.column5 {float: left; width: 20%;}

.column6 {float: left; width: 16%;}
@media screen and (max-width: 1000px) {.column6 {width:30%;}}
@media screen and (max-width: 768px) {.column6 {width:50%;}}

	/*.nodisplay{display: none;}*/

.column8 {float: left; width: 12.5%;}
@media screen and (max-width: 1000px) {.column8 {width:25%;}}
@media screen and (max-width: 768px) {.column8 {width:50%;}}

.column10 {float: left; width: 10%;}
@media screen and (max-width: 1000px) {.column10 {width:20%;}}
@media screen and (max-width: 768px) {.column10 {width:50%;}}

.column11 {float: left; width: 9%;}
@media screen and (max-width: 1000px) {.column11 {width:15%;}}
@media screen and (max-width: 768px) {.column11 {width:50%;}}


/*immagine commenti su immagine post*/
.tx-post-comm{
	visibility:hidden;
}

/*portfolio*/
.tx-folio-img:hover .folio-links{
	visibility:hidden;
}
.folio-style-gallery .tx-portfolio-item:hover .tx-folio-img .folio-links{
	visibility:hidden;
}

.folio-style-gallery.tx-post-row .tx-folio-title{
	position: relative;
	opacity: 1;
	left: 0px;
	padding: 20px;
	margin-bottom: 5px;
	margin-right:-12px;
	margin-left:-12px;
	background-color: rgba(0, 0, 0, 0.4);
}
/* scrolling submenu
.nav-container .sub-menu, .nav-container .children {
	max-height:300px;
	overflow-y:auto;
}*/

.approfondimenti ul {
  	
  background: #e7e7e7;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  height: auto;
  overflow: hidden;
  
}

.approfondimenti li {
  
  float: left;
  
}

.approfondimenti li a {
  display: block;
  color: #777777;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

.approfondimenti li a:hover {
    background-color: rgb(239, 153, 192);
	color: white;
}
.approfondimenti img{
	padding-left: 15px;
    padding-right: 15px;
}

.gallery{
	  margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}