/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/
/* Hide "Contact Us" button in header (the7 header-elements-button-1) — added 2026-05-04 */
.header-elements-button-1 { display: none !important; }

/* ----------------------------------------------------------------
 * Public Comment page (id 5540) — added 2026-05-04
 * (a) Tighten the form column top so the "* indicates required fields"
 *     legend aligns with the left column's first paragraph (was 52.5px
 *     of stacked column padding; now 28px).
 * (b) Restore a sensible bullet indent on left-column lists.
 * (c) Equalise the gap above and below ULs in left-column copy
 *     (preceding <p> had margin-bottom 25px; UL has margin-bottom 10px;
 *     bring the preceding <p> down to 10px when followed by a UL).
 * Revert: delete this block.
 * ---------------------------------------------------------------- */
.page-id-5540 .vc_column_container:has(#gform_wrapper_1) {
    padding-top: 0 !important;
}
.page-id-5540 .vc_column_container:has(#gform_wrapper_1) > .vc_column-inner {
    padding-top: 28px !important;
}
.page-id-5540 #gform_wrapper_1 {
    margin-top: 0 !important;
}
.page-id-5540 .wpb_text_column ul {
    padding-left: 40px;
    margin-left: 0;
}
.page-id-5540 .wpb_text_column p:has(+ ul) {
    margin-bottom: 10px;
}

/* Public Comment page (id 5540) — Submit button "ENTER COMMENT" → brand purple. Added 2026-05-04. */
.page-id-5540 #gform_submit_button_1,
.page-id-5540 .gform_button {
    background-color: #6f5091 !important;
    border-color: #6f5091 !important;
    color: #ffffff !important;
    transition: background-color 0.18s ease, border-color 0.18s ease;
}
.page-id-5540 #gform_submit_button_1:hover,
.page-id-5540 .gform_button:hover,
.page-id-5540 #gform_submit_button_1:focus,
.page-id-5540 .gform_button:focus {
    background-color: #573e72 !important;
    border-color: #573e72 !important;
}

/* ============================================================
 * BME-PUBLIC-COMMENT EVENT 2026-05 — HIDE TOP-BAR ADDRESS WIDGET
 * Added 2026-05-21 per client request (Greg) while the public-
 * comment.blackmountainenergy.com clone is live.
 * Plan: REMOVE THIS BLOCK when the consultation server is
 * decommissioned (post-event). See EDITS_2026-05-04.md entry #28.
 * ============================================================ */
.top-bar .mini-contacts.address { display: none !important; }
/* ============================================================ */
