/*--- removes empty space from top header / #7644614-HC-PK ---*/
.home article#post-967 .entry-header {
	display: none;
}

/*--- Changes the color of site description and footer menu widget / #7644614-HC-PK ---*/
.site-description, ul#menu-footer a {
	color: #fca883;
}

/*--- centers the left menu / #7644614-HC-PK ---*/
@media screen and (min-width: 768px) {
	.main-navigation ul {
		text-align: center;
	}
}

/*--- brings the social menu to towards center / #7644614-HC-PK ---*/
@media screen and (min-width: 768px) {
	.site-header .jetpack-social-navigation {
		margin-right: 32%;
	}
}

/* Center & colorize footer social icons | smf-10597349-hc */
.jetpack_widget_social_icons {
	text-align: center;
}

.jetpack-social-widget-item .icon {
	fill: #fba682;
}

/* Center Align Contact Form - #10795036-hc - JG */
div#contact-form-1171 {
	text-align: center;
}

/* Adjust font size of site title - HC11133084 - TT */
.wf-active .site-title {
	font-size: 60.4px;
}

/*  Site title / 12409339-HC (MI) */
.wf-active .site-title {
	font-size: 38px;
}

@media only screen and (min-width: 1200px) {
	.wf-active .site-title {
		font-size: 50px;
	}
}

/* Hide titles from Sorry */
body.page-id-1457 h1.entry-title {
	display: none;
}

/* Hide titles from About Page */
body.page-id-1071 h1.entry-title {
	display: none;
}

/* Hide titles from Service Waiver page */
body.page-id-1171 h1.entry-title {
	display: none;
}

body.page-id-1071 header.entry-header {
	display: none;
}

body.page-id-1457 header.entry-header {
	display: none;
}

body.page-id-1171 header.entry-header {
	display: none;
}

body.page-id-1073 header.entry-header {
	display: none;
}

body.page-id-1073 h1.entry-title {
	display: none;
}


/* Hide titles from Call Page */
body.page-id-1619 h1.entry-title {
	display: none;
}	


	
	.page-id-1619 .entry-header {
		display: none;
	}
}

/* Consultation page - remove header / 23216621-hc kp */
body.page-id-1619 .entry-header {
    display: none;
} 

/* Consultation page - move up Calendly widget on wider screens / 23216621-hc kp */
@media screen and ( min-width: 500px ) {
  body.page-id-1619 .calendly-inline-widget {
  margin-top: -100px;
  } 
}
/* adjust logo size | 23217451-hc */
.custom-logo {
    height: 150px !important;
    width: 150px !important;
}
	/* adjust space between header and content on Home page */
@media screen and (min-width: 1200px) {
	.home #primary {
    margin-top: -65px;
	}
}

/* Consultation page - remove header / 23216621-hc kp */
body.page-id-1409 .entry-header {
    display: none;
} 

/* Consultation page - remove header / 23216621-hc kp */
body.page-id-2 .entry-header {
    display: none;
} 

	/* adjust space between header and content on Home page */
@media screen and (min-width: 1200px) {
	body.page-id-2 #primary {
    margin-top: -65px;
	}
}

/* Change page body width / 25265876-hc */ @media screen and (min-width: 1000px) {} .site-main .page { max-width: 1000px; } }

