/*
Theme Name: Peauceros
Author: Etienne Herencia - Ze Idea
Description: Custom template for Peauceros
Version: 1.0.0
Text Domain: peauceros
*/
#footer #top-footer {
	background-color: #2b4141;
  	color: white;
}

#footer #top-footer .range-footer li a {
  	color: white !important;
}

#footer #top-footer .contact-footer li a {
  	color: white !important;
}

#footer #top-footer .contact-footer li i {
  	color: white !important;
}

#footer #top-footer .column-title {
	font-size: 1rem;
}
#footer #top-footer .contact-footer .content-contact {
  	color: white !important;
}
.wrapper {
  max-width: 1512px;
}
@media (max-width: 1520px) {
  .wrapper {
    padding-left: 2%;
    padding-right: 2%;
  }
}