/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 18 2024 | 09:53:59 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
#tertiary {
	display: none !important;
}

.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
	padding: 0 !important;
}


.entry-header, .entry-content, .entry-summary, .entry-meta {
    margin: 0 auto;
    max-width: 980px;
    width: 100%;
}

/*menu*/
.nav-menu .sub-menu, .nav-menu .children {
    background-color: #ffffff;
  	border-color: #024070;
}
.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
    background-color: #ffffff !important;
    color: #024070 !important;
  	text-decoration: underline;
}
ul.nav-menu ul a, .nav-menu ul ul a {
    color: #024070 !important;
}
.menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
    color: #024070;
}

/* servizi */
.servizi-cont {
    float: left;
    margin: 0px 2%;
    width: 45%;
}

/* pulizie e imbiancature */
.img-cont {
    overflow: auto;
    margin: auto;
}
.img-cont img {
    width: 30%;
    margin: 1%;
    float: left;
}

@media only screen and (max-width: 980px) {
  /*servizi*/
  .servizi-cont h2{
    font-size: 22px;
  }
  
  /*pulizie e imbiancature*/
  .img-cont img {
    width: 45%;
    margin: 2%;
    
  }
}

@media only screen and (max-width: 550px) {
  .site-header .home-link h1 {
    font: 700 40px 'Raleway', sans-serif;
  }
  h2 {
    font: 700 26px 'Raleway', sans-serif;
  }
  h2.site-description {
    clip: unset;
    position: unset;
  }
  h3 {
    font-size: 20px;
  }
  
  /*menu*/
  .toggled-on .nav-menu li > ul {
    border-color: transparent;
    margin: 0px 20px;
  }
  .toggled-on .nav-menu li:last-child:hover > ul {
    border-color: #024070;
  }
  /*servizi*/
  .servizi-cont {
    margin: 0px;
    width: 100%;
  }
  
  /*pulizie e imbiancature*/
  .img-cont img {
      width: 90%;
      margin: 2% 5%;
  }
}


