/*
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 */

#company-pass-form {margin:50px auto 80px auto;}
#company-pass-form input {margin:4px 0;}
#company-pass-form button {
	background-color: #efd042;
    color: #100e00;
    padding: 4px 28px;
    font-weight: bold;
    border: 0;
    border: 2px solid #100e00;
}


.woocommerce-checkout-payment .about_paypal {display: none;}
.wc_payment_method.payment_method_paypal img {display: none;}
input[type=checkbox]:checked:before {font-family: "FontAwesome";}