/*
Theme Name: Forum Flatsome Child
Theme URI:  https://www.wpserveur.net
Author:     WebsiteManager
Author URI: https://websitemanager.ie
Template:   flatsome
Version:    1.0
License:    GNU General Public License v2 or later
*/

/* Brand Colours
 * Green #1a5633
 * Gold/Yellow #f7d54c
*/

/* General CSS */
.mfp-bg.mfp-ready {
    opacity: .9;
}
.off-canvas-left.dark .mfp-content, .off-canvas-right.dark .mfp-content {
    background-color: #1a5633;
}
.grecaptcha-badge { 
    visibility: hidden !important;
}
.dark .button, .dark input[type=submit], input[type=submit].button {
    background-color: #f7d54c;
	border-radius:5px;
}
.dark .button, .dark input[type=submit], .wppb-recover-password-container p, .wppb-success {
    color: #1a5633 !important;
}
.login-register-lost-password, .bbp-reply-ip {
	display:none;
}

.bbp-login-form .bbp-submit-wrapper {
    text-align: left;
}
div.bbp-submit-wrapper {
	float: left;
}