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

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


/* Custom css */

/* Popup Form */
.signup-button {
	background-color: #0eb290 !important;
}

.signup-button:hover {
	background-color: #00967d !important;
}



#site-navigation-wrap a:focus {
	outline: none !important;
}

.oceanwp-mobile-menu-icon a:first-child {
	font-size: 18px !important;
}

.page-id-8764 .clr .page-subheading {
	display: none;
}

h4.widget-title {
	border: none;
	padding-left: 0;
}

.site-footer .widget_nav_menu li {
	border: none;
}

.site-footer .widget_nav_menu li:first-child {
    border: none;
}