/* Enter Your Custom CSS Here */
.tablepress tfoot th, .tablepress thead th {
  background-color: rgba(63,165,53,0.3);
}

.entry-header {
  background: url('/wp-content/uploads/2016/04/navarrete_header.jpeg') 50% 10% no-repeat fixed !important;
}

.footer-contact .grid.grid-pad > div:last-child {
  display: none;
}

.footer-contact .grid.grid-pad > div.col-1-3 {
  width: 50%;
}

@media handheld, only screen and (max-width: 767px) {
  .footer-contact .grid.grid-pad > div.col-1-3 {
  	width: auto;
}
}