/* Logo size */

.site-logo {
   max-height: 55px;
}

/* Tamano y margen de los proyectos */

.roll-project.fullwidth .project-item {
	width: 24%;
	margin: 2px;
    left: 1px;
}
@media only screen and (max-width: 900px){
  #slideshow{
    height: 400px !important;
  }
}

@media only screen and (max-width: 600px){
  #slideshow{
    height: 210px !important;
  }

  .text-slider-section{
    top: 40%;
  }
  
}

#slideshow .slides-container .slide-item{
  background-position: top center;
  background-size: 100%;
}

/* Eliminar el letrero de Sydney */
.site-info.container {
    display: none;
}

/* Tamano de imagenes */
add_image_size('sydney-mas-thumb', 480, 320, true);

/* Probando color de mosaico */
.roll-project .project-item .project-pop {
  background-color: #440099;
}


 