/*
Theme Name: 	BuddyBoss Child (Refactored)
Description: 	A child theme of BuddyBoss Theme. To ensure easy updates, make your own edits in this theme.
Author: 		Rabindra Pantha
Template: 		buddyboss-theme
Version: 		2.0.0
Text Domain: 	buddyboss-theme-child
*/

/*

-- 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.

*/

@media (max-width: 992px) {
    .admin-email__actions {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }

    #login form {
        display: flex;
        flex-flow: row wrap;
        background: #e8e8e87a;
        padding: 40px;
        width: 550px;
        margin: 0 auto;
        text-align: center;
        border-radius: 5px;
    }
}

.woocommerce
    .woocommerce-MyAccount-navigation
    ul
    li.woocommerce-MyAccount-navigation-link--erf-my-account
    a:before {
    content: "\eeec";
    font-family: bb-icons;
}
