/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.site-title a {
	font-size: 3em;
}

.site-description {
	font-size: 1.25em;
}

/*center align sign up contact form text*/
body.page-id-541 .contact-form, .pique-panel .contact-form {
	text-align: center;
}

/*align sign up contact form fields in one row*/
body.page-id-541 .contact-form > div, body.page-id-541 .contact-form > p, .pique-panel .contact-form > div, .pique-panel .contact-form > p {
	display: inline-block;
}

/*reduce the sign up submit button padding*/
body.page-id-541 .contact-form input[type='submit'], body.page-id-541 .contact-form input[type='submit'] {
	padding: 1em 2em;
}

/*hide the sign up contact form label*/
body.page-id-541 .contact-form label, .pique-panel .contact-form label {
	display: none;
}

/*remove sign up contact-form background and border*/
.pique-panel-content .contact-form {
	background: none;
	border-top: none;
	max-width: auto;
	padding: 0;
}

/* Contact Form Submission CSS Start */
/*.contact-form-submission {
	display: none;
}*/
#contact-form-541 h3, #contact-form-287 h3, #contact-form-1 h3, #contact-form-367 h3 {
	visibility: hidden;
}

#contact-form-541 h3:after, #contact-form-287 h3:after, #contact-form-1 h3:after, #contact-form-367 h3:after {
	content: "Thank you! Your message has been received. I will be in touch with you shortly!";
	visibility: visible;
	display: block;
	text-align: center;
	color: #ED2939;
}

@media screen and (max-width: 767px) {
	.pushbutton-wide[type=submit] {
		width: auto;
	}
}

/*center align sign up contact form text -About Me Page*/
body.page-id-1 .contact-form, .pique-panel .contact-form {
	text-align: center;
}

/*align sign up contact form fields in one row -About Me Page*/
body.page-id-1 .contact-form > div, body.page-id-1 .contact-form > p, .pique-panel .contact-form > div, .pique-panel .contact-form > p {
	display: inline-block;
}

/*reduce the sign up submit button padding -About Me Page*/
body.page-id-1 .contact-form input[type='submit'], body.page-id-1 .contact-form input[type='submit'] {
	padding: 1em 2em;
}

/*hide the sign up contact form label-About Me Page*/
body.page-id-1 .contact-form label, .pique-panel .contact-form label {
	display: none;
}

/*center align sign up contact form text - Leap Ahead Coaching Page*/
body.page-id-367 .contact-form, .pique-panel .contact-form {
	text-align: center;
}

/*align sign up contact form fields in one row- Leap Ahead Coaching Page*/
body.page-id-367 .contact-form > div, body.page-id-367 .contact-form > p, .pique-panel .contact-form > div, .pique-panel .contact-form > p {
	display: inline-block;
}

/*reduce the sign up submit button padding- Leap Ahead Coaching Page*/
body.page-id-367 .contact-form input[type='submit'], body.page-id-367 .contact-form input[type='submit'] {
	padding: 1em 2em;
}

/*hide the sign up contact form label- Leap Ahead Coaching Page*/
body.page-id-367 .contact-form label, .pique-panel .contact-form label {
	display: none;
}

/* fix form width ZD 2243840  */
input#g541-email {
	width: 100% !important;
}

input#g541-name {
	width: 100% !important;
}

input#g1-name {
	width: 100%;
}

input#g1-email {
	width: 100%;
}

input#g367-name {
	width: 100%;
}

input#g367-email {
	width: 100%;
}

/* end */
/* Paypal Payments button Coach Wisdom Page */
.jetpack-simple-payments-3943 div {
	color: #ffffff;
}

.jetpack-simple-payments-3943 .jetpack-simple-payments-price {
	display: none;
}

.jetpack-simple-payments-3943 .jetpack-simple-payments-description {
	display: none;
}

.jetpack-simple-payments-3954 .jetpack-simple-payments-price {
	display: none;
}

.jetpack-simple-payments-3954 .jetpack-simple-payments-title {
	display: none;
}

.jetpack-simple-payments-3954 .jetpack-simple-payments-description {
	display: none;
}

/* end Paypal Payments button Coach Wisdom Page */
.hidden-element {
	display: none;
}

/* Footer Social Media Icons fix for top border */
.wp-block-social-links .wp-social-link a {
	border-top: 0;
}