			/* home H1 on mobile */
@media (max-width: 500px) {
	.home h1 {
		letter-spacing: 0px;
		font-size: 18px
	}
}
/* button in header */
.ct-header-cta [data-size=large] {
	line-height: 1.1;
	padding-top: 12px;
	padding-bottom: 12px;
	border: 2px solid #fff;
}
@media (min-width: 500px) {
	/* call text on home desktop */
	.home .has-large-font-size { font-size: 34px !important; }
	/* medium a bit bigger than regular (core values) */
	.has-medium-font-size { font-size: 22px !important; }
}
/* mobile nav headings */
.mobile-menu li a {
	text-decoration: underline;
}
/* mobile nav subhead items */
.mobile-menu li.navindent a {
	font-size: 18px !important;
	text-decoration: none;
}
/* privacy policy */
.privacy-policy h2 {
	font-family: "Tenor Sans", sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}
/* our team */
.ourteampics img {
	max-width: 250px;
}
@media (max-width: 500px) {
	.ct-header-cta [data-size=large] {
		font-size: 12px !important;
    padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
/* help healing hope cursive */
.make-it-cursive {
	font-family: ct_font_feeling_passionate, sans-serif;
	text-transform: none;
}
/* our team */
@media (min-width: 600px) and (max-width: 1400px) {
	.ourteampics {
		flex-wrap: wrap !important;
	}
	.ourteampics .wp-block-column {
		flex-basis: 23% !important;
	}
}

div[data-row="top"] .ct-container,
div[data-row="top"] div[data-column="middle"],
div[data-row="top"] .ct-header-cta,
div[data-row="top"] .ct-header-cta a {
	margin: 0;
	width: 100%;
}
@media (max-width: 600px) {
	.home .wp-block-cover h2 {
		font-size: 22px;
		font-weight: bold
	}
}
/* grid for logo in footer (deleting) */
.footergrid {
	text-align: center;
}
@media (max-width: 500px) {
	.footergrid img {
	max-width: 100px;
	margin-bottom: 15px
}
}
@media (min-width: 501px) {
	.footergrid {
		width: 370px;
		margin: auto;
	display: grid; 
	grid-template-columns: 100px auto; 
		grid-gap: 15px; 
		justify-items: center; 
		align-items: center;
}
}
@media (min-width: 1000px) {
	.footergrid {
		width: 440px;
	}
}
/* END GRID FOR LOGO IN FOOTER (DELETING) */

/* logos on home */
.home .wp-block-cover .wp-block-image {
	max-width: 100%;
}
.gold-seal-container,
.grit-logo-container {
	position: absolute;
	width: 960px;
	top: 130px;
	left: 0;
	right: 0;
	/*border: white 2px solid;*/
}
.grit-logo-container {
		top: 190px;
}
.grit-logo-container figure {
	padding-left: 37.5px;
}
.gold-seal-container figure {
	text-align: right;
}
.gold-seal-container figure figcaption {
	max-width: 200px;
	margin-right: 0;
	margin-left: auto;
	font-weight: bold;
}
@media (max-width: 1000px) {
	.grit-logo-container figure {
		padding-left: 0;
	}
}
@media (max-width: 1000px) {
	.gold-seal-container,
	.grit-logo-container {
	position: absolute;
	width: 90%	;
	left: 0;
	right: 0;
}
	.gold-seal-container figure figcaption {
		background: #80a7d6;
		display:none;
	}

	.gold-seal-container figure img {
		width:125px !important;
	}
	.grit-logo-container figure img {
		width:125px !important;
	}
}
@media (max-width: 600px) {
	.gold-seal-container,
.grit-logo-container {
	position: absolute;
	width: 25%;
	left: 0;
	right: 0;	
}

	.gold-seal-container figure {
		text-align: left;
	}

	.gold-seal-container figure figcaption {
		display:none;
	}
	.gold-seal-container {
		top:170px !important;
		bottom: 0;
		text-align: center;
	}
	.grit-logo-container {
		top:100px !important;
		bottom: 0;
		text-align: center;
	}

}		
		