/*
Theme Name: 	BuddyBoss Child
Theme URI: 		https://www.buddyboss.com/
Description: 	A child theme of BuddyBoss Theme. To ensure easy updates, make your own edits in this theme.
Author: 		BuddyBoss.com
Author URI: 	https://www.buddyboss.com/
License: 		GNU General Public License v3 or later
License URI: 	http://www.gnu.org/licenses/gpl-3.0.html
Template: 		buddyboss-theme
Version: 		1.0.1
*/

/*

-- Stylesheet locations --

Add your own customizations into /css/custom.css in this child theme.

Parent styles are called from /buddyboss-theme/inc/theme/functions.php in the 
parent theme and are located in /buddyboss-theme/assets/css/ in the parent theme.


--- If you are editing CSS via the WordPress admin, do the following ---

1. Install the plugin WP Editor: http://wordpress.org/plugins/wp-editor/
2. Navigate to Appearance > Theme Editor in the WordPress admin.
3. Navigate into the /css/ folder of your child theme to edit custom.css.

*/

.mw400{
    max-width: 400px;
    margin: auto;
} 
.fancyHeading{
    color: #0076BE;
}
.fancyHeading span{
    color: #069494;
}
.full-width-custom {
    margin-top: -75px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 0;
}
.elementor-element .pmpro_card{
    background: none;
    box-shadow: none;
    background-color: transparent;
    border: none;
}
.elementor-element .pmpro_card input[type=text],
.elementor-element .pmpro_card input[type=text], 
.elementor-element .pmpro_card input[type=password], 
.elementor-element .pmpro_card input[type=email], 
.elementor-element .pmpro_card input[type=number],
.elementor-element .pmpro_section #loginform .input{
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 3px;
}
.elementor-element .pmpro_section #loginform label,
.elementor-element .pmpro_section .pmpro_form_field-password-toggle-state{
    font-size: 12px;
    line-height: 15px;
    color: #666;
}
.elementor-element .pmpro_section .pmpro_form_field-password-toggle{
    position: relative;
}
.elementor-element .pmpro_section .pmpro_form_field-password-toggle svg{
    max-width: 10px;
    position: relative;
    right:0;
}
.elementor-element .pmpro_section #loginform .login-submit .button,
.elementor-element .pmpro_section .login-submit .button,
.elementor-element .pmpro_section input[type="submit"].pmpro_btn{
    background: #069494;
    border-radius: 3px;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #FFF8F8;
    border: none;
}

.elementor-element .pmpro_section #loginform .login-submit:hover .button,
.elementor-element .pmpro_section .login-submit:hover .button{
    background: #0076BE;
    color: #fff;
}
.elementor-element .pmpro_section .pmpro_card_content + .pmpro_card_actions {
    background: transparent;
    border: none;
    position: absolute;
    bottom: 136px;
    right: 0;
    font-size: 14px;
}
.pmpro_form_submit span{
	display: block;
	width: 100%;
}
.pmpro_form_submit span input[type="submit"].pmpro_btn {
    border: 0;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 26px;
    margin: 0;
    padding: 0;
}
.registration .login-split{
    position: relative;
}
.registration .login-split::after{
    content: '';
    position: absolute;
    background-image: url('assets/images/login-image.png');
    width: 100%;
}
figure.wp-caption {
  background: none !important;
}
    