.elementor-733 .elementor-element.elementor-element-6bbf113{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-733 .elementor-element.elementor-element-6bbf113:not(.elementor-motion-effects-element-type-background), .elementor-733 .elementor-element.elementor-element-6bbf113 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFB200;}.elementor-733 .elementor-element.elementor-element-bc8d6d9{padding:0px 0px 024px 0px;}@media(max-width:767px){.elementor-733 .elementor-element.elementor-element-6bbf113{--padding-top:080px;--padding-bottom:80px;--padding-left:20px;--padding-right:20px;}.elementor-733 .elementor-element.elementor-element-bc8d6d9{text-align:center;}}@media(min-width:768px){.elementor-733 .elementor-element.elementor-element-6bbf113{--content-width:780px;}}/* Start custom CSS */form.mailpoet-manage-subscription .mailpoet_text_label, 
form.mailpoet-manage-subscription .mailpoet_select_label, 
form.mailpoet-manage-subscription .mailpoet_segment_label{
    display: block;
    font-weight:bold;
}
form.mailpoet-manage-subscription .mailpoet_select, 
form.mailpoet-manage-subscription .mailpoet_text{
	width: 50%;
	padding: 12px;
}
form.mailpoet-manage-subscription .mailpoet_paragraph{
	margin-bottom:20px
}
form.mailpoet-manage-subscription .mailpoet_submit{
    padding: 20px 20px;
    width: 50%;
    font-weight: bold;
    font-size: 11pt;
}
add_filter( 'mailpoet_manage_subscription_page_form_fields', 'mp_remove_manage_fields', 10);
function mp_remove_manage_fields( $form ) {	

	unset($form[2]); // Status Dropdown
	unset($form[4]); // List Selection Dropdown

	return $form;
}/* End custom CSS */