/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


/* Hide header on homepage */
.home .page-header {
  display: none;
}


/* Remove Recaptcha logo */
.grecaptcha-badge {
	display: none;
}



/* Footer */
.custom_footer {
  width: 100%;
  height: 75px;
  padding-top: 10px;
  background-color: #1b1b1b;
}

.custom_footer_content {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #929292;
}

a.footer_links:link {
  color: #929292;
}