/*
Template:       dclassified
Theme Name:     dClassified Child
Theme URI:      https://directorist.com/product/dclassified/
Author:         wpWax
Author URI:     https://wpwax.com/
Description:    dClassified - Smart and Powerful Directory & Listing WordPress Theme.
Version:        1.0
Text Domain:    dclassified-child
License:        GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Requires PHP:	7.0
Tested up to:	5.8
Tags:           two-columns, three-columns, left-sidebar, right-sidebar, custom-colors, custom-menu, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog
*/


//SignUp (registration) 
/* Hide login form, show register form when ?tab=signup */
.tt-force-signup #directorist__authentication__signin,
.tt-force-signup .directorist-authentication__form__signin,
.tt-force-signup .atbdp-authentication__form__signin { display:none !important; }

.tt-force-signup #directorist__authentication__register,
.tt-force-signup .directorist-authentication__form__register,
.tt-force-signup .atbdp-authentication__form__register { display:block !important; }

.tt-force-signup .directorist-authentication,
.tt-force-signup .atbdp-authentication { opacity:1; visibility:visible; }


/* More specific so it wins */
.directorist-authentication__form__toggle-area .directorist-authentication__btn--signup{
  position:relative;
  color:transparent !important;   /* hide original "Sign Up" text */
}
.directorist-authentication__form__toggle-area .directorist-authentication__btn--signup::after{
  content:"Register";
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  color:inherit;
}

