/*
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 */
#site-header-inner {
	display:flex;
	width:1230px;
}

#footer-widgets {
	background-color:#091F51!important;
}

.memberbox {
	    margin: 50px 0;
    border: 3px solid green;
	border-radius:20px;
	background-color:white;
	padding:10px;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75); 
	color:black;
}

#agrowaste_header .elementor-container.elementor-column-gap-default {
	display:flex;
	justify-content:center;
	align-items:center;
}
body.agrowaste {
	overflow:hidden;
}
#ocean_mailchimp-2 > h4,
#mc-embedded-subscribe-form > div.gdpr-wrap.elem-wrap > label {
	color:white;
}
.agrowaste footer#colophon {display:none!important}