.et_builder_inner_content .et_pb_title_container h1 {
    text-align: center !important;
}

#main-content .et_builder_inner_content .et_builder_inner_content .et_pb_section > .et_pb_row {
    margin-inline: 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;
    }
    */
}
#PromotedBlog {
	background:none;
	border-radius: 16px;
	box-shadow: 0 3px 6px rgb(0 0 0 / 25%);

}
#PromotedBlog .et_pb_slide_overlay_container {
	backdrop-filter: blur(5px);
}
#PromotedBlog > .et_pb_slides > .et_pb_slide {
	background-color: rgba(0, 0, 0, .45);
	background-blend-mode: darken;
}
#PromotedBlog .et_pb_slide_title {
	font-size: var(--fs-h3);
	text-align: center !important;
}
#PromotedBlog .et_pb_slide_title a {
	text-decoration: none;
}
#PromotedBlog .et_pb_slide_description {
	text-shadow: 3px 3px 4px rgb(0 0 0 / 75%);
	padding: 3em 0.5em;
}

#PromotedBlog .et_pb_more_button{
	padding-block: 0;
    font-size: 85%;
}

#PromotedBlog div.et_pb_button_wrapper > a:after {
	line-height: 1.2em !important;
}

#PromotedBlog .et_pb_slide_content div {
	font-size: var(--fs-400);
}

#PromotedBlog h2, #PromotedBlog h3, #PromotedBlog h4 {
    border-style: none;
}

/* REad more as a button */
/*
body.single div.et_pb_post div.post-content > a {
    box-sizing: border-box;
    outline: 0;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    transition: background-size 500ms ease !important;
    font-weight: 500;
    padding: .3em 1em;
    border: 2px solid;
    transition-property: all!important;
    position: relative;
    box-shadow: 4px 4px 8px rgba(0,0,0,0.6);
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
    background: linear-gradient(131deg, rgba(207,121,16,1) 0%, rgba(207,121,16,1) 20%, rgba(243,170,61,1) 50%, rgba(207,121,16,1) 80%, rgba(207,121,16,1) 100%);
    text-decoration: none;
    background-color: rgba(234,162,53,0.97);
    border-width: 3px!important;
    border-color: #bc782b;
    border-radius: 10px;
    letter-spacing: 1px;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    font-size: var(--fs-300);
    padding-right: 2em!important;
    padding-left: 2em!important;
    line-height: 1.4em !important;
    color: #fefefe;
    flex-grow: 1;
    height: 54.9375px;
}
*/											
