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

.pmpro_btn, .pmpro_btn:link, .pmpro_content_message a, .pmpro_content_message a:link {
    background-color: #dd8b18;
    background-image: none;
    border: 0px solid #D6D6D6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 100px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin: 10px 10px 0px 5px;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}
.pmpro_content_message {
    padding: 10px 0px 0px 0px;
}
.elementor-19 .elementor-element.elementor-element-ae0cf78 .elementor-nav-menu--dropdown a, .elementor-19 .elementor-element.elementor-element-ae0cf78 .elementor-menu-toggle {
    color: #fff !important;
}
.iconplan {
    padding: 0px 10px 0px 0px;
    color: #abd033;
}