/*
Theme Name: Divi Child
Theme URI: https://diviextended.com/
Version: 1.0
Description: Child Theme of Divi
Author: Divi Extended
Template: Divi
*/
@import url("../Divi/style.css");

/* When password screen is present, kill layout junk */
body:has(.wpcpp-login-form-container) #sidebar,
body:has(.wpcpp-login-form-container) .et_pb_widget,
body:has(.wpcpp-login-form-container) #main-footer,
body:has(.wpcpp-login-form-container) #top-header,
body:has(.wpcpp-login-form-container) #main-header {
  display: none !important;
}

/* Make content full width */
body:has(.wpcpp-login-form-container) #left-area {
  width: 100% !important;
  margin: 0 !important;
}

/* Remove Divi sidebar divider line */
body:has(.wpcpp-login-form-container) .container:before {
  display: none !important;
}

/* Center the password box vertically */
body:has(.wpcpp-login-form-container) #main-content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}