/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP child theme
Author: Rocket Path team
Author URI: https://rocket-path.com
Template: oceanwp
Version: 0.1
*/

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

img.header-image {
    width: 100%;
}

.grecaptcha-badge {
    opacity: 0;
}

.asterisk-color {
    color: #DB4437;
}
input[type=checkbox]:checked:before {
    content: '\2713';
}
