/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/

/**
 *
 * Custom CSS imports
 *
 */

@import "dashboard.css?version=1-1";
@import "bp-better-messages.css?version=1-2";
@import "learndash.css?version=1-1";
@import "gravity-forms.css?version=1-1";
@import "buddyboss.css?version=1-1";


/**
 *
 * Generic CSS applied to the theme or sitewide
 *
 */

button.nwwl-button, .elementor-page .site-content .elementor-element.elementor-widget-text-editor .elementor-widget-container button.nwwl-button {
 font-size:17px;
 padding:10px 15px 10px 15px;
 background-color: var( --e-global-color-primary );
 color: #fff;
 border: none;
 border-radius: 30px;
 cursor: pointer;
 font-weight: normal;
}

button.nwwl-button:hover, .elementor-page .site-content .elementor-element.elementor-widget-text-editor .elementor-widget-container button.nwwl-button:hover, button.nwwl-button:focus, .elementor-page .site-content .elementor-element.elementor-widget-text-editor .elementor-widget-container button.nwwl-button:focus {
 font-size:17px;
 padding:10px 15px 10px 15px;
 background-color: var( --e-global-color-primary );
 color: #fff;
 border: none;
 border-radius: 30px;
 cursor: pointer;
 font-weight: normal;
 filter: brightness( 125% );
}

.mce-toolbar .mce-btn button {
        background-color: #fff;
	border-radius: 0;
	border: none;
}

/* acf forms customization*/

.acf-form-submit{
 margin-top: 25px;
}

.acf-form-fields .acf-field-message:nth-child(2) {
 border-top-style: none;
}

#message.updated {
    margin: 0 0 12px 12px;
    font-size: larger;
    color: #D00;
}

#message.updated p {
 display:none;
}

#message.updated:after {
 content: 'Changes saved';
}

.wp-picker-container .wp-color-result.button {
 border-radius: 0;
}

/* Styling for classes added by the presence of certain ACF fields */

body.flag_new_patients_prohibited .flag_new_patients_prohibited_show {
	display: unset !important;
}

body.flag_new_patients_prohibited .flag_new_patients_prohibited_hide {
	display: none !important;
}

body.custom_branding .hide_for_custom_branding {
        display: none !important;
}

body.custom_branding .show_for_custom_branding {
        display: unset !important;
}
