/* Change layout of Signup Form */
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: 30px 20px;
    font-weight: bold;
    font-size: 11pt;
		min-height: 40px;             /* Ensures it is taller */
		width: auto;                  /* Allows width to adjust to text */
}

/* Change appearance of Signup Form Field borders */
.mailpoet_text, .mailpoet_email {
    border: 1px solid #ABB8C3 !important; /* Adjust color and thickness */
}

/* Change appearance of Signup Form button */
.mailpoet_submit {
    padding: 3px 12px !important; /* Adjust these values */
}

/* Forcce Signup Form button font */
#mailpoet_form_1 input[type="submit"] {
    font-family: serif !important;
}

/* Force link color in MailPoet forms */
.mailpoet_form a {
    color: #0000FF !important;
}

/* Remove gap above and below the post and page title */
.post-header {
padding-top: 20px !important;
padding-bottom: 20px !important;
}

/* Reduce gap between menu ad page */
.single .post-content {
padding-top: 40px !important;
}