/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Force Divi blog 1-5-2024 AH - MISSING?*/

/*add text to the back to top button - per peeayecreative.com/how-to-style-and-customize-the-divi-back-to-top-button */
body .et_pb_scroll_top:after {
	content: "Back To Top" !important;
	color: white;
	font-family: Open Sans, sans-serif !important;
	line-height: 30px !important;
	font-size: 22px !important;
	position: relative;
	top: -2px;
	margin-left: 10px !important;
}


/* ------------------------------------------------------- */

/* Remove white background from containers by ChatGPT 11/5/2025 */
/* Let the global site background show through */
#et-main-area,
#main-content,
#page-container,
.container,
.et_pb_row,
.et_pb_column { background: transparent !important; }

/* Theme Builder single post/page inner canvas */
.et-l--post .et_builder_inner_content,
.et-l--page .et_builder_inner_content { background: transparent !important; }

/* Blog cards / post modules if they’re still white */
.et_pb_post, .et_pb_post .post-content { background: transparent !important; }

/* Optional: comment box and nav if they’re blocking the view */
.comment-respond,
.et_pb_comments_module,
.nav-single { background: transparent !important; }
