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

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

.df-popup-button {
     background: #293fa7 !important;
	 background-color: #231f67 !important;
     border: none !important;
     color: white !important;
 }
 ._df_button:hover {
     background: #444 !important;
 }