/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/*Remove icon from text fields*/
.lrm-form label.image-replace, .lrm-form .lrm-image-replace {
  display: none;
}

/*Remove login icon from tab header*/
.lrm-font-material .lrm-ficon-login::before {
  content: none;
}

/*Active tab text in uppercase*/
.lrm-user-modal-container .lrm-switcher.-is-not-login-only a.selected {
  color: #212121;
  text-transform: uppercase;
}

/*Remove register icon from tab header*/
.lrm-font-material .lrm-ficon-register::before {
  content: none;
}


/*Remember me & I accept text color */
.lrm-form label {
  color: #212121;
}

/*Padding adjusted in input fields*/
.lrm-form input.has-padding, .lrm-form select.has-padding, .lrm-form button.has-padding {
  padding: 12px 20px 12px 20px;
}

/* button style*/
.lrm-form a.button, .lrm-form button, .lrm-form button[type="submit"], .lrm-form #buddypress input[type="submit"], .lrm-form .gform_wrapper input.gform_button[type="submit"], .lrm-form input[type="submit"] {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.5rem;
}

/*Placeholder text made darker*/
::placeholder {
  color: #616161;
}

/*margin between last name and first name fields in mobile*/
  .lrm-col {
  margin-top: 1.4em;
}

/*lrm modal background*/

.lrm-user-modal {
  background: rgba(0, 0, 0, 0.7);
}

/*lrm modal hide recaptcha div block when using invisible recaptcha*/

.lrm-integrations--login.lrm-integrations-before-btn {
	display: none;
}

.lrm-integrations--register.lrm-info.lrm-info--register {
	display: none;
}

/*wp social login buttons on lrm modal*/

#xs-social-login-container {
  margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-bottom: 10px;
}
