/* Don't know when Divi changed this to "center" */
.et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap {
    justify-content: right;
}

section#comment-wrap div.comment-respond, 
    section#comment-wrap p.akismet_comment_form_privacy_notice {
    display:none;
}

section#comment-wrap div#trackbacks {
    background-color: #FFFFFF;
    padding: 50px 40px 50px 40px;
    border-radius: 16px;
}

section#comment-wrap ol.pinglist {
    padding-bottom:0;
}
section#comment-wrap ol.pinglist li {
    padding-bottom:1em;
}

div.taglist a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 0.6px;
    display: inline-block;
    background-color: var(--anchorline_standard_darker);
    color: white !important;
    text-decoration: none;
    padding-inline: 1ch;
    margin-right: 1.5ch;
    transition: all 0.5s !important;
    margin-bottom:0.75em;
}
div.taglist.rhs .et_pb_text_inner {
    text-align: right;
    margin-bottom:2em;
}
div.taglist.rhs a {
    margin-right:0;
    margin-left:1.5ch;
}

div.taglist a:hover {
    color: #fff;
    border-radius: 12px;
    text-shadow: 1px 1px 1px black;
    padding: 1px 9px;
    /*
    color: white;
    transform: skewX(-20deg);
    */
}

div.taglist a:active {
    text-shadow: -1px -1px 1px white;
    color:black;
}
.et_builder_inner_content .et_pb_title_container h1 {
    text-align: center !important;
}

body.single #main-content .et_builder_inner_content .et_builder_inner_content .et_pb_section > .et_pb_row {
    margin-inline: 0; /* 0 3em */
    width: initial;
}

#main-content .et_builder_inner_content > .et_pb_section {
    background:none;
}

#main-content .et_builder_inner_content > .et_pb_section:not(.section_has_divider) {
    background-color:initial !important;
}

/* TOC */
div#newtocparent ul.toc_list > li > a:first-child, ul.toc_list >li > ul > li > a:first-child {
    font-weight:normal;
}
div#newtocparent ul {
    padding-bottom: 0;
    padding-left:0;
    margin-left:1em;
}
div#newtocparent ul li {
    margin-bottom:0.5em;
    list-style-type:decimal;
    /*
    padding-left: 0 !important;
    margin-left: 0;
    */
}
div#newtocparent ul li span.toc_number {
    display:none;
}
div#newtocparent ul > li > ul {
    display:none;
}
div#newtocparent span.toc_number::after {
    content: ") ";
}

/* Tablets */
@media only screen and ( max-width: 980px ) {
    /* Experimental: these next two lines control the inline padding of sections used in Divi posts */
    #et-main-area > #main-content > .et-l--body > .et_builder_inner_content > .et_pb_section  > .et_pb_row:first-child .et_pb_column:not(:first-child){
        padding-inline:1em;
    }
    #et-main-area > #main-content > .et-l--body > .et_builder_inner_content > .et_pb_section:first-child > .et_pb_row:first-child {
        padding-inline:0;
    }

    /* Overrides the above */
    #WashingMachineArgumentSteps {
        & > .et_pb_column:nth-child(2) {
            padding-inline: 0 !important;
        }
    }


    #main-content .et_builder_inner_content .et_builder_inner_content .et_pb_section > .et_pb_row {
        margin-inline: 1em;
    }

    /* Don't let the feedback form take all the space */
    .rwp-review-wrap {
        background-color: transparent;
    }

    #main-content > div.et-l.et-l--body > div.et_builder_inner_content > div.et_pb_section > div.et_pb_row > div.et_pb_column:first-child {
        padding-left:10px;
    }
}

/* Smartphones */
@media only screen and ( max-width: 480px ) {
    /* Why??
    body.single .et_builder_inner_content > .et_pb_section > .et_pb_row {
        padding-bottom:2em !important;
    }
    */
    /*
    body.single .et_pb_section {
        background-color: white !important;
    }
    */
}
.questions_for_the_counsellor {
    counter-reset: QFC;
    list-style: decimal;
}

ol.questions_for_the_counsellor {
    list-style-type: none; 
    font-size: 125%;
}

ol.questions_for_the_counsellor>li::marker {
    display:none;
}


ol.questions_for_the_counsellor li::before {
    counter-increment: QFC; 
    content: counter(QFC) ") ";
    color: var(--highlight_color_level7);
    font-weight: bold; 
}

.questions_for_the_counsellor li {
    line-height:1.3em;
    font-weight: 700;
    margin-top: 3em;
}
.questions_for_the_counsellor li span {
    display:block;
    margin:0.5em 0 1.5em 0;
    /*font-style: italic; */
    line-height:1.3em;
    font-weight: normal;
    font-size: initial;
    margin-left: 2.5ch;
} 
.questions_for_the_counsellor li span::before {
    content: "Explanation: ";
    color: var(--highlight_color);
    font-weight: bold;
}

