/*
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 {
    background: #000;
}

.elementor-widget-mf-text .mf-error-message,
.elementor-widget-mf-textarea .mf-error-message,
.elementor-widget-mf-email .mf-error-message,
.elementor-widget-mf-telephone .mf-error-message {
    color: red;
    font-size: 12px;
}
.premium-flip-main-box>div {
    background-color: transparent !important;
}
#footer-widgets {
    background-color: #000;
    padding: 30px 0;
    margin: 0;
}