  /*!
Theme Name: Childhood First
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: childhood-first
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Childhood First is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Custom Content
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

.hidden {
	display: none !important;
	height: 0 !important;
	overflow: hidden !important;
	opacity: 0 !important;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	margin-bottom: 0px !important;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 1px; /* 1 */
	overflow: visible; /* 2 */
	background-color: #ffffff;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/** Embedded Forms **/

.BBFormSection { 
	max-width: 900px !important;
    margin: 0 auto !important;
}

.acf-fields {
	margin: 0 auto;
	max-width: 740px;
}

.acf-fields h3 {
	color: #d91a31;
}

.af-submit.acf-form-submit [type="submit"]{
	margin-right: 10px;
    background-color: #00adee;
    border-radius: 0!important;
    color: #ffffff;
    font-size: 1em;
    border: 0;
    padding: 10px 30px;
    min-width: 200px;
    text-decoration: none;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Bree Serif', sans-serif;
}

h2, h4, h2 a {
	color: #d91a31;
}

h2 a {
	text-decoration: none;
}


p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

.wp-block-quote.white {
	color: #ffffff !important;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.redbg .wp-block-button__link {
	background-color: #d91a31;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 0.5em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}


.entry-content .alignwide {
	margin-left  : -60px;
	margin-right : -60px;
}
.entry-content .alignfull {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width    : 100vw;
}
.alignfull img {
	width: 100vw;
}

.entry-content .narrow-width {
	max-width: 740px;
	margin: 0 auto;
}

.entry-content .narrow-width .wp-block-column.column-link-left {
	text-align: right;
	padding: 0;
}

.entry-content .narrow-width .wp-block-column.column-link-right {
	text-align: left;
	padding: 20px;
	padding-left: 0;
}

/* .wp-block-columns.narrow-width .wp-block-column {
	padding-bottom: 0px;
}
*/

.post-2092 .wp-block-columns.narrow-width .wp-block-column .wp-block-image {
	padding-top: 20px;
}

.narrow-width h2 {
	font-size: 2.5em;
	margin-bottom: 0;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: #d91a31;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: right;
	width: auto;
	height: 75px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	min-width: 150px;
	max-width: 300px;
	background-color: rgba( 0, 0, 0, 0.6 );
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: auto;
	color: #ffffff;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
	margin: 0 10px;
	line-height: 75px;
}

.main-navigation ul li ul li {
	line-height: 36px;
	margin: 0 0 0 0;
    padding: 0 10px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #000000;
}

.main-navigation a:hover {
	color: #00adee;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

/* SUB MENU */

.submenu {
  background: #f0f0f0;
  width: 100%;
  margin-bottom: 0;
}

.submenu .third {
	background: #f9f9f9;
}

.submenu ul {
  margin: 0;
  padding: 0;
}

.submenu ul li {
  list-style: none;
  text-align: center;
  border-bottom: transparent solid 4px;
transition:.5s ease all;
}

.submenu ul li:hover{
	transition:.5s ease all;
}

.submenu ul li:first-child {
  border-left: none;
}

.submenu ul li a {
  display: flex;
  text-decoration: none;
  padding: 0 5px;
	  display: flex;
  align-items: center;
  justify-content: center;
	height:100%;
}

.submenu ul li:hover a, .submenu .current_page_item a {
	/* padding: 10px 5px 6px; */
}

.submenu {
  display: none;
  table-layout: fixed;
}

.submenu ul {
  display: flex;
  flex-direction: row;
	min-height: 93px;
}

.submenu ul li {
	flex-grow: 1;
	padding: 10px;
}

.submenu ul li a {
	color: #555555;
}

.submenu ul li.current_page_item, .submenu ul li.current_page_parent {
    color: #00adee;
	border-bottom: #00adee solid 4px;
}

.submenu .third li.current_page_item {
	border-bottom: transparent solid 4px;
}

.submenu .third li.current_page_item a {
	color: #555555 !important;
}

.submenu ul li:hover a {
    color: #00adee;
}

.submenu ul li:hover {
	border-bottom: #00adee solid 4px;
}
	
.submenu ul li.current_page_item a, .submenu ul li.current_page_parent a  {
	color: #00adee;
}

.submenu ul.third li.current_page_item a{
	font-weight:800;
}

/*
.submenu ul li.current_page_item:hover {
	border-bottom: #00adee solid 0px;
}
*/

.custom-table{
	max-width:740px;
	margin-left:auto;
	margin-right:auto;
	box-shadow:#ddd 0px 0px 10px;
	padding:10px;
}

.custom-table table{
	border-collapse:collapse;
	margin-bottom:0;
}


.custom-table td{
	padding:15px;
	text-align:center;
}

.custom-table tr:first-child, .custom-table tr td:first-child{
	background-color:#f3f3f5;
}

.custom-table tr td:first-child{
	text-align:left;
}

.custom-table tr:first-child td:first-child{
	background-color:white;
}

.custom-table tr td{
	border-width:1px;
	border-color:#f3f3f5;
	border-style:solid;
	border-left:none;
	border-top:none;
}

.custom-table tr:first-child td, .custom-table tr td:first-child{
	border-color:white;
}

.custom-table tr:last-child td{
	border-bottom:none;
}

.custom-table tr td:last-child{
	border-right:none;
}


.image-overlap-section{
	max-width:85%;
	padding:50px 100px;
	position:relative;
}

.image-overlap-section .wp-block-group__inner-container{
	max-width:65%;
}

.no-margin-bottom{
	margin-bottom:0!important;
}

.image-overlap-section .overlay-image{
	position: absolute;
	right: -150px;
	margin: 0;
	top: 0;
	bottom: 0;
	display: inline-grid;
	align-content: center;
	justify-content: center;
}

.image-shadow img{
	box-shadow:0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}


.wide-columns .wp-block-column{
	padding:0;
}




@media (max-width: 430px) {
  
  .submenu ul {
    display: block;
  }

  .submenu {
    font-size: .8em;
  }
  
  .submenu ul li {
    display: block;
    border-bottom: 1px solid #ccc;
  }

}

ul.children  {
	display: none;
}










@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.entry-content {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.padding-free .wp-block-column {
	padding: 0;
}

h2.padding-free {
	max-width: inherit;
}

.staff-title {
	margin-bottom: 0 !important;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Custom Content
--------------------------------------------------------------*/

.bg-red {
	/*background-repeat: no-repeat;
	background-attachment:fixed;
	background-size: 100% auto;
	min-height: 100vh;
	height: 100%;
    margin: auto;
    width: 100%; */
}

.fixed-header {
	background: #ffffff;
	position: fixed;
    width: 100%;
    z-index: 1000;
}

.nav-red {
	backface-visibility: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
	height: 100%;
    margin: auto;
    width: 100%;
    z-index: -3;
}

.banner-red {
	background-position: right top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 75px;
    will-change: transform;
}

.top-menu {
	max-height: 75px;
	display: inline-block;
	float: right;
}

.top-menu, .site-branding {
	clear: both;
}

.chf-home-top {
	position: relative;
	height: calc( 100vh - 270px );
    min-height: 270px;
}

.chf-pages-top {
	position: relative;
	height: calc( 60vh - 270px );
    min-height: 270px;
}

.chf-logo-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-bottom: 0 !important;
}

.wp-block-columns {
	margin-bottom: 32px;
}

.chf-logo-bottom .wp-block-column {
	padding:0 !important;
	flex-basis: calc(30% - 16px);
}

.chf-logo-bottom .wp-block-column.healing-title {
	flex-basis: calc(70% - 16px);
}

.bg-white-padded .wp-block-column {
	background-color: #FFFFFF;
}

.healing-title {
	position: relative;
}

.healing-title h1 {
	position: absolute;
	bottom: 0;
	right: 0;
	margin:0;
	color: #FFFFFF;
	font-size: 63px;
	font-weight: 100;
}

.healing-title h1.subpage {
	font-size: 46px;
	line-height: 1em;
	/* text-shadow: #000 0 0 5px; */
	padding-bottom: 20px;
}


.site-header, .site-content, .footer-content, .page-header {
	width: 90%;
	max-width: 1110px;
	margin: 0 auto;
}

.page .site-content, .single-chfcareers .site-content, .single-post .site-content, .error-404, .search-no-results .content-area {
	background: #ffffff;
	margin-bottom: 60px;
}

.page .site-content.homepage {
	background: transparent !important;
}

article.type-page, article.type-chfcareers {
	padding: 0  60px 30px 60px;
	overflow:hidden;
}

.home article.type-page{
	padding-left:0;
	padding-right:0;
}

article.type-page p, article.type-page ol, article.type-page ul, h1, h2, h3, h4, h5, h6, .wp-block-button, article.type-chfcareers, .narrow-width, .wp-block-buttons, 
article.post p, article.post ol, article.post ul, article.post .entry-meta, .error-404 p, .error-404 .listing, .error-404 form, .search  .content-area .wp-block-columns, .in-text{
	max-width: 740px;
	margin: 0 auto;
	margin-bottom: 0.9em;
}

article.type-page ol li, article.type-page ul li {
	padding-bottom: 10px;
	padding-left: 5px;
} 

.page.page-homepage .site-content {
	background: transparent;
	margin-bottom: 0px;
}

.page-header {
	min-height: 75px;
	max-height: 79px;
}

.site-header {
	min-height: 75px;
}

.header-logo {
	max-height: 79px;
	display: inline-block;
}

.site-footer {
	background-color:#000000;
	color: #ffffff;
}

.custom-logo-link {
    max-width: 250px;
}

.bg-transparent {
	background-color: transparent;
}

h2.bg-transparent {
	color: #FFFFFF;
}

.chf-image-block {
	padding: 0px !important;
    padding-right: 10px !important;
    padding-top: 10px !important;
	margin-bottom: 10px !important;
}

.chf-image-block .wp-block-image {
	margin: 0 !important;
	margin-top: 5px;
	margin-bottom: 5px;
}

.chf-image-bg {
	margin: 0 !important;
	margin-top: 10px;
	margin-bottom: 0px;
}

.wp-block-cover, .wp-block-cover-image {
	min-height: 100%;
}

.chf-padding-0 {
	padding: 0 !important;
}

.chf-margin-0 {
	margin-bottom: 0 !important;
}

.chf-padding-32 {
	margin-bottom: 64px;
}

.chf-padding-top-30 {
	padding: 30px 30px 0 30px;
}

.chf-padding-bottom-30 {
	padding: 0 30px 30px 30px;
}

.chf-padding-top-50 {
	padding: 50px 50px 0 50px;
}

.chf-padding-bottom-50 {
	padding: 0 50px 50px 50px;
}

.chf-padding-32 .wp-block-cover, .chf-padding-32 .wp-block-cover-image {
	margin-bottom: 0px !important;
}

.chf-narrow-content {
	max-width: 740px;
	margin: 0 auto;
}

.chf-narrow-content .wp-block-column {
	padding: 0;
}

p.chf-homes-block-link {
	background-color: white;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.wp-block-button__link {
	background-color: #00adee;
	border-radius: 0!important;
	position:relative;
	transform:perspective(1px) translateZ(0);
}

.wp-block-button__link:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #162f64;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.wp-block-button__link:hover:before{
-webkit-transform: scaleX(1);
transform: scaleX(1);
}

.chf-residential-buttons {
	margin: 32px 0;
}

.chf-residential-buttons .wp-block-column {
	padding: 0;
}


.chf-residential-buttons .wp-block-button__link {
	padding-top: 20px;
	padding-bottom:20px;
}

.chf-residential-buttons .wp-block-column .wp-block-button {
	margin-bottom: 0 !important;
}

.chf-residential-buttons .wp-block-button__link, .chf-red-border .wp-block-button__link, .chf-button-links .wp-block-button__link, .full-width .wp-block-button__link, .full-width {
	display: block!important;
}

.chf-button-links .wp-block-column {
	padding: 0;
}

.chf-red-border {
	border: #d91a31 8px solid;
}

.chf-red-border .wp-block-columns {
	margin-bottom: 0px;
}

.wp-block-quote {
	margin-top: 30px;
	margin-bottom: 50px;
	font-size: 1.5em;
    font-style: italic;
    font-family: 'Bree Serif', sans-serif;
    line-height: 1.1em;
	color: #d91a31;
	position:relative;
}

.wp-block-quote.small-text {
	font-size: 1.1em !important;
}

.wp-block-quote:before{
display: inline-block;
	content:'';
	background-image:url('/wp-content/uploads/chf-quote-marks.png');
	position:absolute;
	left:0;
	width:37px;
	height:30px;
	background-repeat:no-repeat;
	background-size:contain;
}


.wp-block-quote.small-quote{
	font-size:1.5em;
	font-style:normal;
}

.chf-colour-block .chf-colour-block-content .wp-block-button, .chf-colour-block .wp-block-columns {
	margin-bottom: 0;
}

.chf-colour-block-content {
	background-color: rgba(6,32,92, 0.8);
	padding: 40px;
}

.chf-testimonials .wp-block-column {
	position: relative;
	width: 25%;
	margin-bottom: 10px;
	padding: 0;
}

.chf-testimonials .wp-block-column:not(:first-child) {
	margin: 0;
}

.chf-testimonials .wp-block-cover {
	padding-bottom: 100%;
	position: relative;
	min-height: auto;
	height: auto;
}

.chf-testimonials .wp-block-quote {
  /* fill parent */
	position: absolute;  
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-start: 10px;
    margin-inline-end: 35px;
    text-align: left;
  
  /* visual */
	padding: 10px;
	color: white;
}

.chf-testimonials .wp-block-quote:before{
	display:none;
}

.chf-testimonials .wp-block-quote.dark-quote{
	color:#061b3a;
}

.chf-testimonials .wp-block-cover__inner-container {
	height: 0;
}


ul.chf-list li::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900; 
	content: "\f054";
	padding-right: 10px;
	margin-left: -20px;
	color: #d91a31;
  }

ul.chf-list  {
	list-style: none;
}

.chf-list-button {
	padding-left: 45px;
}

.width100 a {
	min-width: 100%;
}


/* Custom Menu - Mobile */

#main-nav {
	line-height: 75px;
}

.bluebg {
	background-color: #00adee;
}

.bluebg a {
	color: #ffffff !important;
}

.main-menu-btn {
	position: relative;
	display: inline-block;
	margin-left: 100%;
	width: 28px;
	height: 28px;
	text-indent: 28px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* hamburger icon */
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
	position: absolute;
	top: 65%;
	left: 2px;
	height: 2px;
	width: 24px;
	background: #bbb;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.main-menu-btn-icon:before {
	content: '';
	top: -7px;
	left: 0;
}

.main-menu-btn-icon:after {
	content: '';
	top: 7px;
	left: 0;
}


.shadow-boxes .wp-block-column {
	box-shadow: #ddd 0px 0px 10px;
	display:flex;
	align-items:center;
	flex-direction:column;
}

.half-full-width{
	width:50%;
}

.half-full-width a{
	width:100%;
}


/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
	height: 0;
	background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
}

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
	display: none;
}

#main-menu-state:checked ~ #main-menu {
	display: block;
}




.single-bar{
	height:40px;
	position:relative;
	border-width:3px;
	border-style:solid;
	border-radius:50px;
	margin-bottom:30px;
	overflow:hidden;
}

.single-bar.red{
	border-color:#da1a31;
}

.single-bar.blue{
	border-color:#06205b;
}

.single-bar span{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	border-top-left-radius:50px;
	border-bottom-left-radius:50px;
}

.single-bar.red span{
	background-color:#da1a31;
}

.single-bar.blue span{
	background-color:#06205b;
}


.chartjs-render-monitor, .single-bar{
	max-width:740px;
	margin-left:auto;
	margin-right:auto;
}


.v-middle{
	display:flex !important;
	justify-content:center;
	flex-direction:column;
}

.v-middle *{
	margin-left:0!important;
	margin-right:0!important;
}

/*News & Latest News Block */

.listing{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow:hidden;
}

	.listing .listing-column{
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}


.listing .listing-column header, .listing .listing-column .entry-content, .listing .listing-column footer{
 	padding:0 25px;
}

.listing .listing-column{
	margin-bottom:32px;
}

.listing .listing-column .item-wrapper{
	background-color:white;
	margin-right:16px;
	margin-left:15px;
	min-height:100%;
	padding-bottom:25px;
}

.listing .listing-column .item-wrapper img{
	height:226px;
	object-fit:cover;
}

.block-latest-news-feedwp-block-columns img{
	height:200px;
	object-fit:cover;
}

.listing .listing-column .item-wrapper h3, .block-latest-news-feedwp-block-columns .latest-news-title{
	margin-top:15px;
	margin-bottom:0;
	font-family:'Ubuntu', sans-serif;
}

.listing.shadow-boxes .listing-column .item-wrapper .entry-meta, .block-latest-news-feedwp-block-columns .latest-news-date{
	margin-bottom:15px;
}

.listing .listing-column .item-wrapper a, .block-latest-news-feedwp-block-columns a{
	color:#404040;
	text-decoration:none;
}

.listing .listing-column .item-wrapper .read-more, .block-latest-news-feedwp-block-columns .read-more {
	color:#50abe8;
}



.listing .listing-column:nth-child(3n) .item-wrapper{
	margin-right:0;
}

.listing .listing-column:nth-child(3n+4) .item-wrapper, .listing .listing-column:first-child .item-wrapper{
	margin-left:0;
}

.single-post .site-content{
	padding:80px
}

.single-post .entry-meta{
	font-weight:bold;
}

.block-latest-news-feedwp-block-columns .item-content{
	box-shadow: #ddd 0px 0px 10px;
	margin-bottom: 20px;
}

.block-latest-news-feedwp-block-columns .news-content{
	padding:0 25px;
}

/* 404 page */

.error-404{
	padding:60px 0;
}

.error-404 .page-content{
	margin-top:0;
}

.error-404 h3{
	margin-bottom:30px;
}

.error-404 .listing-column{
	margin-bottom:0;
}

.error-404 .wp-block-buttons{
	margin-bottom:0 !important;
}

.error-404 .listing .listing-column:nth-child(3n) .wp-block-button{
	margin-right:0;
}

/* Search Form */
.wp-block-search__label{
	display:none;
}

.wp-block-search__input{
	max-width:100% !important;
	width:93%;
	border-radius:0!important;
	border-color:#d91a31!important;
	border-right:none!important;
	border-width:2px!important;
	padding:8px 15px !important;
}

.wp-block-search__button{
	margin-left:0 !important;
	width:7%;
	border-radius:0;
	border-color:#d91a31;
	background-color:#d91a31;
	color:white;
}

.wp-block-search__button:hover{
	border-color:#d91a31!important;
	cursor:pointer;
}

/* Search Results */

.search-no-results .content-area{
	padding:60px 25px;
}

.search .content-area .wp-block-column{
	padding:0;
}

.search h2{
	margin-bottom:0;
}

.search article{
	padding:0 !important;
}

.search .listing{
	margin-top:30px;
}

.search .item-wrapper{
	display:flex;
	justify-content:center;
	flex-direction:column;
}




@media(max-width:1300px){
		.wp-block-quote:before{
		position:relative;
	}
}

@media (max-width: 1180px) {
	.chf-testimonials .wp-block-quote {
		font-size: 1.6em;
	}
	
	.error-404{
		padding-left:25px;
		padding-right:25px;
	}
}

@media (min-width: 999px) {
	.submenu {
    	display: table;
    	table-layout: fixed;
	}
	
	.image-links .column-link-left {
		flex-basis: calc(25% - 16px);
	}
	
	.image-links .column-link-right {
		flex-basis: calc(75% - 16px);
	}
	
}

@media (max-width: 998px) {
	.image-overlap-section{
		max-width:100%;
		padding:50px;
	}
	.image-overlap-section .wp-block-group__inner-container{
		max-width:100%;
	}
	.image-overlap-section .overlay-image{
		position:relative;
		right:0;
	}
	.half-full-width {
		width:60%;
	}
	.wp-block-columns {
		display: flex;
    	margin-bottom: 28px;
    	flex-wrap: wrap;
	}
	
	.wp-block-column {
    	/* margin-left: 16px !important; */
		margin-bottom: 32px !important;
	}
	
	.wp-block-columns.narrow-width.fixed {
		flex-wrap: nowrap;
	}
	
	.chf-red-border .wp-block-column{
		margin-left:0 !important;
		margin-bottom:0 !important;
		padding: 0 15px;
	}
	.wp-block-cover__inner-container .wp-block-column, .wp-block-cover__inner-container .wp-block-columns{
		padding:0;
		margin-left:0 !important;
		margin-bottom:0 !important;
	}
	
	.wp-block-cover__inner-container .alignwide{
		margin-left:0 !important;
		margin-right:0 !important;
	}
	
	.image-links .column-link-left {
		flex-basis: calc(40% - 16px);
	}
	
	.image-links .column-link-right {
		flex-basis: calc(60% - 16px);
	}
	
	.chf-50 .wp-block-column, .chf-red-border .wp-block-column {
    	flex-basis: 100%!important;
	}
	
	.chf-testimonials .wp-block-quote {
		font-size: 1.3em;
	}
	
	.chf-testimonials .wp-block-column {
		margin: 0 !important;
		flex-basis: calc(33%);
	}

	.wp-block-columns.has-2-columns.chf-logo-bottom .wp-block-column {
		flex-basis: calc(30% - 16px) !important;
	}
	
	.wp-block-columns.has-2-columns.chf-logo-bottom .wp-block-column.healing-title {
		flex-basis: calc(70% - 16px) !important;
	}
}

@media (max-width: 940px) {
	.chf-testimonials .wp-block-quote {
		font-size: 1.2em;
	}
	.listing .listing-column{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.listing .listing-column:nth-child(3n) .item-wrapper{
		margin-left:0;
	}
	
	.listing .listing-column:nth-child(odd) .item-wrapper{
		margin-left:0;
		margin-right:16px;
	}
	
	.listing .listing-column:nth-child(even) .item-wrapper{
		margin-left:16px;
		margin-right:0;
	}
	
	
	
	.error-404 .listing .listing-column:nth-child(3n) .wp-block-button{
	margin-right:8px;
	}
	.error-404 .listing .listing-column:nth-child(2n) .wp-block-button{
	margin-right:0;
	}
}

@media (max-width: 910px) {
	.healing-title h1, .healing-title h1.subpage {
		font-size: 50px;
	}
}

@media (max-width: 800px) {
	.chf-testimonials .wp-block-quote {
		font-size: 1.0em;
	}
}

@media (max-width: 740px) {
	.chf-testimonials .wp-block-quote {
		font-size: 0.8em;
	}
	
	.healing-title h1 {
		font-size: 40px;
	}
}

@media (max-width: 700px) {
	.chf-testimonials .wp-block-quote {
		font-size: 0.7em;
	}
		.listing .listing-column{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.listing .listing-column:nth-child(odd) .item-wrapper{
		margin-left:16px;
	}
	
	.listing .listing-column:nth-child(even) .item-wrapper{
		margin-right:16px;
	}
	
	.error-404 .wp-block-button{
	margin-right:0px !important;
	}
	
	.single-post .site-content{
	padding:30px
}
	
	.wp-block-search__input{
		width:90%;
	}
	.wp-block-search__button{
		width:10%;
	}
}

@media (max-width: 640px) {
	
	.image-links .column-link-left, .image-links .column-link-right {
		flex-basis: calc(100% - 16px);
		margin-left: 0px !important;
		margin-bottom: 0px !important;
		text-align: center !important;
	}
	
	.wp-block-columns.narrow-width.fixed {
		flex-wrap: wrap;
	}
	
	.wp-block-image.size-large {
		text-align: center;
	}
	
	.wp-block-column {
    	flex-basis: 100%!important;
		/* padding:0 !important; */
		margin-left:0 !important;
	}
	
	.shadow-boxes .wp-block-column{
		padding:15px !important;
	}
	
	.wp-block-cover{
	min-height:100% !important;
	}
	
	
	.chf-testimonials .wp-block-quote {
		font-size: 2.0em;
	}
	
	.wp-block-button{
		display:block;
	}
	.wp-block-button .wp-block-button__link{
		width:100%;
	}
	
	.entry-content ol, .entry-content ul{
		padding-left:15px;
	}
	
	.wp-block-group__inner-container .chf-padding-bottom-50, .wp-block-group__inner-container .chf-padding-top-50{
		padding:0;
	}
	
	.chf-testimonials .wp-block-quote{
		position:relative;
		padding:0;
	}
	
	.chf-testimonials .wp-block-cover__inner-container{
		height:auto;
	}
	
	.chf-testimonials .wp-block-cover{
		padding:0;
		min-height:auto !important;
	}
	
	.chf-testimonials .wp-block-cover:before{
		opacity:0;
	}
	
	.single-bar{
		height:20px;
	}
	
	.wp-block-columns.has-2-columns.chf-logo-bottom .wp-block-column {
		flex-basis: calc(100%) !important;
	}
	
	.wp-block-columns.has-2-columns.chf-logo-bottom .wp-block-column.healing-title {
		flex-basis: calc(100%) !important;
	}
	
}

@media (max-width: 515px) {
	.chf-testimonials .wp-block-quote {
		font-size: 1.3em;
	}
}

@media (max-width: 400px) {
	.healing-title h1, .healing-title h1.subpage {
		font-size: 30px;
	}
}

/* End of Custom Menu - Mobile */




/* Custom Footer Details */

.site-footer { background-repeat: no-repeat !important; background-size: cover !important; background-position: top !important; }

.site-info { display: flex; width: 100%; padding-top: 100px; padding-bottom: 20px; }
.copyright { padding-bottom: 50px; }
.copyright p { font-size: 0.8em; }
.site-info p { margin-block-start: 0px; margin-block-end: 0px; font-size: 0.9em; }

.footer-menus { display: flex; width: 70%; flex-wrap: wrap; position: relative; margin-block-start: 0px; margin-block-end: 0px; }
.footer-menus .footer-column { width: 25%; margin-bottom: 25px; }
.footer-menus .footer-column .footer-column-title { margin-block-end: 10px !important; }
.footer-menus .footer-column .footer-column-title, .footer-menus .footer-column .footer-column-link, .footer-menus .footer-column .footer-column-text { display: block; width: 100%; }
.footer-menus .footer-column-button a.chf-button { background-color: #00adee; padding: 10px 40px; color: #ffffff; text-decoration: none; }
.footer-menus p.footer-column-button { margin-block-start: 25px; margin-block-end: 10px; }
.footer-menus .footer-column a, .chf-welcome-column-width-two .footer-email a { text-decoration: none; color: #ffffff; }
.footer-menus:after { content: ''; height: 100%; width: 1px; position: absolute; right: 0; background-color: #FFFFFF; margin-right: -3px; }

.footer-contact { display: flex; width: 30%; flex-wrap: wrap; position: relative; margin-block-start: 0px; margin-block-end: 0px;}
.footer-contact .contact-column { width: 100%; margin-left: 10px; }
.footer-contact .contact-column p { margin-block-start: 0px; margin-block-end: 0px; }
.footer-contact .contact-column .footer-column-title, .footer-contact .contact-column .footer-tel, .footer-contact .contact-column .footer-email, .chf-welcome-column-width-two .footer-email { display: block; width: 100%; }
.footer-contact .contact-column .footer-column-title { margin-block-end: 10px; }
.footer-contact .contact-column .footer-tel { margin-block-start: 10px; }
.footer-contact .contact-column .social-title { margin-top: 25px; margin-bottom: 5px; width:100%; }
.footer-contact .contact-column .social-icons { height: 30px; display: flex;}
.footer-contact .icons { height: 30px; width: 30px; background-repeat: no-repeat; background-size: 100% 100%; margin: 0 5px; }
.footer-contact .icon-facebook svg path { fill: #ffffff !important; }
.footer-contact .icons path { fill: #ffffff; }
.footer-contact .icons:hover path { fill: #00adee; }













/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


.bg-white-100 {
	background-color: rgba(255,255,255,1.0);
}

.bg-white-60 {
	background-color: rgba(255,255,255,0.6);
}

.wp-block-column {
	padding: 20px 40px;
	margin-bottom: 0;
}

.section-break{
	margin-top:30px;
}


.wp-block-cover-image.white-border-inset.has-background-dim::before, .wp-block-cover.white-border-inset.has-background-dim::before{
	outline: 2px solid #fff;
	outline-offset: -10px;
}


.align-top{
	align-items:inherit;
}


.blue-hover{
	transition:.5s ease all;
	cursor:pointer;
}

.blue-hover:hover{
	background-color:#00adee;
	color:#fff;
	transition:.5s ease all;
}


.align-center .wp-block-column{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}

.wp-block-column.widelinks {
	padding: 0px !important;
}

.wp-block-column.no-padding {
	padding: 0px;
}


@media only screen and (max-width: 768px) {
  .js-equal-height[style] {
   height: auto !important;
} 

}



@media(min-width:782px){
	.wp-block-column[style]{
		flex-grow:1 !important;
	}
	.listing .wp-block-column[style]{
 	flex-grow:0 !important;}
}


@media (max-width: 781px) and (min-width: 640px) {
	.wp-block-column.tab-75-left {
		flex-basis: calc(85% - 16px)!important;
	}
	.wp-block-column.tab-75-right {
		flex-basis: 15%!important;
	}
	.wp-block-column.tab-100 {
		flex-basis: 100%!important;
	}
	.wp-block-column.quote-blocks {
		flex-basis: 33% !important;
	}
	.wp-block-column.no-padding {
		padding: 0px;
	}
	.no-padding .email-link .wp-block-button__link {
		padding: 12px 5px;
	}
	.no-padding .email-link.small-text .wp-block-button__link {
		font-size: 1.0em;
		padding: 13px 5px;
	}
	.chf-list.narrow {
		padding-inline-start: 10px;
	}
	.wp-block-quote {
		font-size: 1.4em;
		margin-top: 40px;
	}
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background-color:#d91a31!important;
}

.chf-video-wide {
	background: #ffffff;
	max-width: 100%;
	padding: 0px;
	padding-bottom: 40px;
	margin: 0px;
	margin-bottom: 32px;
}

.chf-video-wide figure {
	margin: 32px;
	padding: 0px 40px;
}

.chf-video {
	padding: 0px;
	margin: 0px;
}

.home .chf-video h2, .home .chf-video p {
	max-width: 100%;
    padding: 0;
    margin-left: -20px !important;
}

.chf-video-col-zero {
	padding: 15px;
}


.wow{
visibility:hidden;
}


.page-header-content h2{
	max-width:48%;
}

.anchortitle {
	padding-top: 110px;
	margin-top: -110px;
}


@media(max-height:1000px){
	.chf-pages-top{
		margin-top:100px;
		position:relative;
		height:auto;
		min-height:auto;
	}
	.chf-pages-top .chf-logo-bottom{
		position:relative;
	}
}

@media(max-width:1000px){
	.footer-content{
		width:100%;
		padding-left:15px;
		padding-right:15px;
	}
	.footer-content .site-info{
		display:block;
	}
	.footer-content .site-info .footer-menus{
		width:100%;
	}
	.footer-content .site-info .footer-menus:after{
		right:auto;
		bottom:10px;
		height:1px;
		width:100%;
	}
	.footer-content .site-info .footer-contact{
		width:100%;
	}
}

@media(max-width:950px){
	.wp-block-column { 
		padding: 20px;
	}
}

@media(max-width:800px){
	.chf-pages-top .wp-block-columns .wp-block-column{
		margin-bottom:0 !important;
	}
	.chf-pages-top .wp-block-columns .custom-logo{
	max-width:150px;
	}
	
	.block-page-content-header {
		margin-bottom:20px!important;	
		margin-left:0 !important;
		margin-right:0 !important;
		padding-bottom:0 !important;
	}
	.page-header-content h2{
		max-width:100%;
		position:relative !important;
		left:0 !important;
	}
	blockquote{
		margin-left:0;
		margin-right:0;
	}
	.wp-block-cover .wp-block-cover__inner-container{
		width:100%;
		padding-left:15px;
		padding-right:15px;
	}
	
}

@media(max-width:750px){
	.wp-block-column { 
		/* padding: 10px; */
	}
}

@media(max-width:640px){
	.chf-pages-top .healing-title h1{
			position:relative;
		}
	
	.block-two-column-padding.wp-block-columns.has-2-columns .wp-block-column .align-bottom {
		position: relative !important;
	}
	
	.wp-block-column {
		padding: 20px 40px;
	}
	
	.wp-block-column.latest-news, .wp-block-column.facebook-feed {
		width: 100% !important;
		display: block !important;
	}
	
	.wp-block-column.facebook-feed {
		padding-left: 20px !important;
		padding-right: 20px !important;
		display: block !important;
	}
	
	article.type-page, article.type-chfcareers {
		padding: 0 40px 20px 40px;
	}
	.acf-fields .acf-field {
		width: 100% !important;
	}
	
	.post-2092 .wp-block-columns.narrow-width .wp-block-column {
		padding: 0px !important;
		margin: 0px !important;
	}
	
	.post-2092 .wp-block-columns.narrow-width .wp-block-column .wp-block-image {
		display: none;
		padding-top: 0px;
	}
	
	.chf-welcome-column-width-two .footer-email {
		text-align: center;
	}
	
	.boxzilla-center-container {
		top: 80px !important;
	}
	.boxzilla-center-container p, .boxzilla-center-container h2 {
		padding-bottom: 0px !important;
		font-size: 0.9em !important;
	}
}


@media(max-width:500px){
	.footer-content .site-info{
		padding-top:50px;
		padding-bottom:50px;
	}
	.footer-content .site-info .footer-menus .footer-column:nth-child(n+5){
		display:none;
	}
	.footer-content .site-info .footer-menus .footer-column:nth-child(8){
		display:block;
	}
	.footer-content .site-info .footer-menus .footer-column{
		width:50%;
	}
	article.type-page{
		padding: 0 30px 30px 30px
	}
	article.post-339{
		padding: 0 10px 10px 10px !important;
	}
	.wp-block-column, .image-overlap-section {
		padding: 10px;
	}
	h2 {
		font-size: 1.4em !important;
	}
	p, a.chf-button, article.type-page ol li, article.type-page ul li, .accordion-title, td, li, .af-page-button .title  {
		font-size: 14px !important;
		line-height: 1.3em;
	}
	
	.af-page-button .title  {
		font-size: 12px !important;
		line-height: 0.9em;
	}
	
	a.chf-button {
		padding-left: 15px;
    	padding-right: 15px;
    	width: 100%;
    	display: block;
    	text-align: center;
	}
	.main-menu-btn {
		margin-left: 65%;
	}
	
	.chf-colour-block-content {
		padding: 10px;
	}
	
	.half-full-width {
		width: 100% !important;
		font-size: 0.9em;
	}
	
	.wp-block-button__link {
		font-size: 0.9em;
	}
	
	.wp-block-cover.mob-full .wp-block-cover__inner-container {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	h2.header-quote {
		font-size: 1.2em !important;
	}
	
	.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.is-resized {
		margin: 0 auto;
	}
	
	.wp-block-button__link {
		padding: 12px 12px;
	}
	
	.chf-red-border {
		border: 0px;
	}
	
	.chf-testimonials .wp-block-quote p {
		font-size: 20px !important;
		text-align: center;
		padding-left: 20px;
	}

}


.back-to-top{
	position:fixed;
	right:50px;
	bottom:-100px;
	width:50px;
	height:50px;
	background-color:#d91a31;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-size: 25px;
	transition:.5s ease all;
}

.back-to-top:hover, .back-to-top:focus, .back-to-top:visited{
	color:white;
	outline:0;
}


.header-search-button {
	position: relative;
	left: 700px;
	top: -73px;
	cursor: pointer;
	z-index: 9999;
}

.header-search-button-mobile {
	cursor: pointer;
	z-index: 9999;
	display: none;
}

.header-search-button .fas,
.header-search-button-mobile .fas {
	font-size: 1.3em;
	color: #666;
}

.search-overlay {
	opacity: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	background-color: #00ADEE;
	position: absolute;
	left: 0;
	top: 0;
}

.search-overlay-close {
	cursor: pointer;
}

.search-overlay-close {
	margin-top: 30px;
	margin-left: 20px;
}

.search-overlay .wp-block-search {
	width: 80%;
    max-width: 1000px;
    height: 50%;
    margin-top: 17px;
}

.search-fade-in, .search-fade-out {
	opacity: 0;
	top: -79px;
	z-index: 1;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.search-fade-in {
	opacity: 1;
	z-index: 10000;
	top: 0px;
}

@media(max-width:990px){
	.header-search-button-mobile {
		cursor: pointer;
		z-index: 9999;
		display: block;
		position: absolute;
		top: 25px;
		right: 80px;
	}
}