/* Page: History; Initial Pagebuilder text panel */
#pg-122-0	{
  margin-bottom:0px;
}

/* Tweak box styling in CF7 Confirm email plugin */
input[type="confirm_email"] {
    padding: 3px;
}
input[type="confirm_email"], textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    color: #666;
}

.moveimage {
    position: relative;
    top: 5px;
}
.emaillink {
		text-decoration: none;
}
.post-navigation {
  	display:none;
}
.redhead h3 {
    color: red !important;
}

/*Only show reCAPTCHA badge on Contact forms*/
body:not(.page-id-17) .grecaptcha-badge {
	display: none;
}