/*Remove the P elemtns after Columns to help align the colmsn propperly */
.et_pb_row .et_pb_column + p {
float:left;
}

/*media all*/
.et_section_transparent, .et_pb_pagebuilder_layout #main-content {

}


/*media all
Disable the Width setting of rows in the "Single" post so that they inherit the with fot he stnadrd row win non-single temaplate
This is neede to fix the issue with custom post types on a global scale
this may bvreak basic single-post stylings.
*/
.single.et_pb_pagebuilder_layout #page-container .et_pb_row {
    width: 90%;
	max-width:1080px;
}

