/*!
Theme Name: CCFH
Theme URI: http://underscores.me/
Author: nadya_edelstein
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ccfh
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.

CCFH is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4c9a80;
	text-decoration: none;
}

a:visited {
	color: #4c9a80;
}

a:hover,
a:focus,
a:active {
	color: #37705d;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 4px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.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: #222527;
	border: 1px solid #5a676b;
	border-radius: 4px;
	padding: 10px;
}

/* Modern Browsers */
::placeholder {
  color: #5a676b; /* Your desired color (e.g., orange) */
}

/* WebKit, Blink, Edge */
::-webkit-input-placeholder {
  color: #5a676b;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #5a676b;
  opacity: 1; /* Prevents Firefox from applying lower opacity */
}

/* Firefox 4-18 */
:-moz-placeholder {
  color: #5a676b;
  opacity: 1;
}

/* Internet Explorer 10-11 */
:-ms-input-placeholder {
  color: #5a676b;
}

/* Microsoft Edge (older versions) */
::ms-input-placeholder {
  color: #5a676b;
}

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: #222527;
}

select {
	border: 1px solid #5a676b;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation .ccfh-main-nav {
	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;
}

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

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

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	position: relative;
}

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

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

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* 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: 0;
}

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
}

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

body {
	background: #f4f5f7;
	font-family: "Radio Canada", sans-serif;
}

body.post, body.page {
    margin: 0;
}

p {
    margin: 0 0 20px;
}

p:last-child {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #404040;
	margin-bottom: 20px;
	margin-top: 0;
}

h3 {
	font-size: 24px;
}

.site-branding {
	background-size: cover;
    height: 500px;
    background-position: center;
    display: flex;
}

.site-branding .site-title {
	width: 100%;
    margin: 0;
    align-content: center;
    height: 100%;
    background: rgba(84, 89, 95, 0.55);
}
.site-title .site-title-container {
	display: flex;
    width: 50%;
    justify-content: center;
    margin: 0 0 0 auto;
}
.site-title .site-title-container h1 {
    margin: 0;
    color: #f4f5f7;
    font-size: 54px;
    max-width: 540px;
    text-align: center;
    line-height: 1.2;
    padding: 20px;
}
.nav-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 60px;
	max-width: 1500px;
	margin: 0 auto;
	gap: 16px;
}
.nav-container .logo-container a {
	display: block;
}
.nav-container .logo-container img {
	width: 300px;
	max-width: 300px;
	display: block;
}
nav.main-navigation {
	display: flex;
    justify-content: end;
}
nav ul.nav-menu {
    gap: 32px;
    align-items: center;
    text-align: center;
}
nav ul.nav-menu li {
	color: #5a676b;
	font-size: 18px;
}
nav ul.nav-menu li a {
	color: inherit;
	font-weight: 400;
}
nav ul.nav-menu li a:hover {
	color: #4c9a80;
}
nav ul.nav-menu li.current_page_item a {
	color: #4c9a80;
	text-decoration: underline;
	text-underline-offset: 5px;
}
main.site-main .container, footer .container {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	padding: 60px 40px;
}
.single-container {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	padding: 60px 40px;
}
.single-container .entry-title {
	text-align: center;
}
.green-bg {
	background: #4c9a80;
}
.dark-gray-bg {
	background: #404040;
}
.text-dark-gray {
	color: #404040;
}
.red-bg {
	background: #b13030;
}
footer.site-footer {
	background: #222527;
}
footer.site-footer .site-info {
	display: flex;
	justify-content: space-between;
	max-width: 1260px;
    margin: 0 auto;
    gap: 40px;
}
.footer-logo-container img {
	width: 250px;
	max-width: 250px;
	display: block;
}
footer .social-media {
	margin: 40px 0 0;
	display: flex;
    gap: 20px;
}
footer .social-media a,
footer .social-media a:visited {
	color: #f4f5f7;
	font-size: 28px;
}
footer .social-media a:hover,
footer .social-media a:focus {
	color: #4c9a80;
}
footer .subscribe-form {
	width: 50%;
	max-width: 500px;
}
footer .subscribe-form h2 {
	font-size: 28px;
	margin-bottom: 20px;
	text-align: center;
}
.inputs-container {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
footer .subscribe-form input {
	margin-bottom: 20px;
	width: 100%;
}
footer .subscribe-form input[type="submit"] {
	display: block;
	max-width: 125px;
	margin: 0 auto;
}
.home-statement {
	color: #5a676b;
	font-size: 24px;
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
}
.home-objectives {
	padding: 60px 0 0;
}
.home-objectives h2 {
	color: #b13030;
	text-align: center;
}
.home-objectives ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.home-objectives ul li {
    color: #5a676b;
    width: 20%;
    font-size: 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}
.home-objectives ul li i {
	color: #b13030;
	font-size: 32px;
}
.separator {
	height: 1px;
	width: 350px;
	background: #5a676b;
	margin: 0 auto;
}
.homeopathy-webseries {
	padding: 0;
}
.homeopathy-webseries .container {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: center;
}
.homeopathy-webseries-video {
    width: 640px;
}
.homeopathy-webseries-info {
	color: #fff;
	max-width: 364px;
}
.homeopathy-webseries-info p {
	font-size: 18px;
}
.get-involved {
	text-align: center;
}
.get-involved h2 {
	color: #b13030;
	text-align: center;
}
.get-involved p {
	color: #5a676b;
	text-align: center;
	margin: 0 0 40px;
}
a.contact-btn {
    margin: 0 auto;
    display: inline-block;
}
h2, .secondary-header {
	font-size: 32px;
    font-weight: 700;
    margin: 0 0 40px;
}
.home-statement p, .statement-text, .statement-text * {
	font-size: 24px;
}
p, .main-text, .single-container * {
	font-size: 18px;
	color: #5a676b;
}
.single-container h2, 
.single-container h3, 
.single-container h4, 
.single-container h5, 
.single-container h6,
.single-container b,
.single-container strong {
	color: #404040;
}
.single-container h2 {
	font-size: 32px;
}
.single-container h3 {
	font-size: 24px;
}
.single-container h4 {
	font-size: 22px;
}
.single-container h5 {
	font-size: 20px;
}
.single-container h6 {
	font-size: 18px;
}
.single-container ul {
	margin-left: 0;
}
.single-container a, .single-container a * {
	color: #4c9a80 !important;
}
.single-container a:hover, .single-container a:focus, .single-container a:active,
.single-container a:hover *, .single-container a:focus *, .single-container a:active * {
	color: #37705d !important;
	text-decoration: underline;
}
.single-container .post-thumbnail {
	text-align: center;
	margin-bottom: 20px;
}
.single-container .entry-meta {
	text-align: center;
	margin-bottom: 20px;
}
.single-container .post-thumbnail {
	display: block;
}
.text-white {
	color: #f4f5f7;
}
.text-green {
	color: #4c9a80;
}
.green-btn, .green-btn:visited {
	background: #4c9a80;
	color: #f4f5f7;
	padding: 16px 20px;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    border: none;
}
.green-btn:hover {
	background: linear-gradient(180deg,rgba(76, 154, 128, 1) 0%, rgba(55, 112, 93, 1) 100%);
	color: #f4f5f7;
}
.red-btn, .red-btn:visited, input[type="submit"].red-btn {
	background: #b13030;
	color: #f4f5f7;
	padding: 16px 20px;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    border: none;
}
.red-btn:hover, input[type="submit"].red-btn:hover {
	background: linear-gradient(180deg,rgba(177, 48, 48, 1) 0%, rgba(117, 48, 48, 1) 100%);
	color: #f4f5f7;
}
.white-btn, .white-btn:visited {
	background: #f4f5f7;
	color: #404040;
	padding: 16px 20px;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    border: none;
}
.white-btn:hover {
	background: linear-gradient(180deg,rgba(244, 245, 247, 1) 0%, rgba(196, 197, 198, 1) 100%);
	color: #404040;
}
.menu-toggle.green-btn {
	font-size: 24px;
    padding: 12px;
}
.who-we-are {
	text-align: center;
}
main.site-main .who-we-are.container, main.site-main .our-mission .container, main.site-main .our-vision.container {
	max-width: 800px;
    margin: 0 auto;
}
.text-center {
	text-align: center;
}
.gray-bg {
	background: #75868b;
}
.members-list {
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px;
	padding: 0;
	margin: 0;
}
.members-list li {
	background: white;
	width: 245px;
	padding: 10px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.contact-us-container {
	display: flex;
	justify-content: space-between;
}
.contact-form, .contact-social-media {
	width: 50%;
}
.contact-form h2, .contact-social-media h2 {
	text-align: center;
}
.contact-social-media .social-media-container {
	display: flex;
	justify-content: center;
	gap: 40px;
}
.contact-social-media .social-media-container a,
.contact-social-media .social-media-container a:visited {
    font-size: 28px;
    color: #b13030;
}
.contact-social-media .social-media-container a:hover,
.contact-social-media .social-media-container a:focus {
    color: #222527;
}
.contact-form {
	border-right: #5a676b 1px solid;
	padding-right: 40px;
}
.contact-form label {
	width: 100%;
	display: block;
}
.wpcf7-not-valid-tip {
	color: #b13030;
}
.contact-form input.wpcf7-submit {
	background: #4c9a80;
	color: #f4f5f7;
	padding: 16px 20px;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    border: none;
    margin: 0 auto;
    display: block;
}
.contact-form input.wpcf7-submit:hover {
	background: linear-gradient(180deg,rgba(76, 154, 128, 1) 0%, rgba(55, 112, 93, 1) 100%);
	color: #f4f5f7;
}
.contact-form label input {
	width: 100%;
}
.ccfh-articles-research article {
	margin-bottom: 40px
}
.ccfh-articles-research article a {
	border-radius: 4px;
	border: rgba(93,103,107,0.25) solid 1px;
}
.ccfh-articles-research article a {
	background: white;
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
}
.ccfh-articles-research article a:hover {
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34,37,39,0.25); 
	box-shadow: 0px 5px 10px 2px rgba(34,37,39,0.25);
}
.ccfh-articles-research article .article-img {
	width: 100%;
    max-width: 300px;
}
.ccfh-articles-research article .article-img img {
	border-radius: 4px 0 0 4px;
	display: block;
}
.ccfh-articles-research article .article-info {
	padding: 20px 40px;
	flex: 1;
}
.ccfh-articles-research article .article-info h2 {
	margin-bottom: 12px;
	line-height: 38px;
	font-size: 28px;
}
.ccfh-articles-research article .article-info .article-meta {
	color: #5a676b;
	font-size: 14px;
}
.ccfh-articles-research article .article-info p {
	font-size: 16px;
	color: #222527;
	margin-bottom: 12px;
}
.ccfh-articles-research article .article-content {
	margin-top: 12px;
}
.additional-resources {
    padding-top: 40px;
}
.additional-resources h2 {
	text-align: center;
}
.additional-resources article {
	padding: 40px;
	border-radius: 4px;
	margin-bottom: 40px;
	display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px;
}
.additional-resources article a:hover {
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34,37,39,0.25); 
	box-shadow: 0px 5px 10px 2px rgba(34,37,39,0.25);
}
.additional-resources article .links {
	margin: 20px 0 0;
    display: flex;
    gap: 40px;
}
.additional-resources article.green-bg *, .additional-resources .dark-gray-bg * {
	color: #f4f5f7;
}
.additional-resources article.green-bg .white-btn,
.additional-resources .dark-gray-bg .white-btn {
	color: #404040;
}
.additional-resources .dark-gray-bg .white-btn {
	margin-top: 20px;
}
.additional-resources article h2 {
	font-size: 28px;
    margin-bottom: 20px;
    color: #4c9a80;
}
.recordings-container ul.recordings-list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	margin: 0;
	padding: 0;
}
.recordings-container ul.recordings-list li {
	width: 47%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 4px;
	border: rgba(93,103,107,0.25) solid 1px;
	background: white;
	align-items: center;
    text-align: center;
    padding: 20px;
}
.recordings-container ul.recordings-list li h2 {
	font-size: 22px;
    margin: 0 0 20px;
    color: #4c9a80;
}
.events-page h2 {
	text-align: center;
}
.events-page .event-entry {
	margin-bottom: 40px;
	background: white;
	border-radius: 4px;
	border: rgba(93,103,107,0.25) solid 1px;
}
.events-page .event-entry:last-child {
	margin-bottom: 0;
}
.event-container {
	display: flex;
    padding: 20px;
    gap: 30px;
}
.event-img {
	flex: 1;
}
.event-img img {
	display: block;
}
.event-info {
	flex: 2;
}
.register-btn {
	display: inline-block;
	margin-top: 20px;
}
.no-events {
	text-align: center;
}
.speaker-name, .time-of-event {
	text-align: center;
}
.single-container a.red-btn {
	color: #f4f5f7 !important;
}
.single-container a.red-btn:hover {
	text-decoration: none;
}
.single-container .registration {
	text-align: center;
}
.event-content {
	text-align: justify;
}
.search-tile {
	margin-bottom: 40px;
	background: white;
	border-radius: 4px;
	border: rgba(93,103,107,0.25) solid 1px;
}
.search-tile:last-child {
	margin-bottom: 0;
}
.search-tile-container {
	display: flex;
    padding: 20px;
    gap: 30px;
}
.search-tile:hover {
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34,37,39,0.25); 
	box-shadow: 0px 5px 10px 2px rgba(34,37,39,0.25);
}
.search-img {
    flex: 1;
    background: #f4f5f7;
    align-self: flex-start;
}
.search-img img {
	display: block;
	margin: 0 auto;
}
.search-info {
    flex: 2;
}
.search-info h2 {
	font-size: 24px;
	margin-bottom: 20px;
}
.search-header {
	text-align: center;
}
.search-header span {
 	color: #4c9a80;
 }
.header-search-btn {
 	background: transparent;
 	border: none;
 	cursor: pointer;
 	padding: 5px;
    margin-left: 27px;
}
.header-search-btn i {
 	color: #5a676b;
}
.header-search-btn:hover i {
 	color: #4c9a80;
}
.header-search.hidden {
 	display: none;
}
.header-search {
 	position: absolute;
 	top: 109px;
 	right: 0;
 	background: #f4f5f7;
 	padding: 20px;
    border-radius: 0 0 4px 4px;
 }
form.search-form input.search-field {
	width: 300px;
	border-radius: 4px 0 0 4px;
}
form.search-form {
    display: flex;
}
form.search-form input.search-submit {
	background: #4c9a80;
	color: #f4f5f7;
	padding: 14px 20px;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    border: none;
    border-radius: 0 4px 4px 0;
}
form.search-form input.search-submit:hover {
	background: linear-gradient(180deg,rgba(76, 154, 128, 1) 0%, rgba(55, 112, 93, 1) 100%);
	color: #f4f5f7;
}
.header-search-btn.active i {
	color: #4c9a80;
}
.header-search-btn.active:hover i {
	color: #37705d;
}
.recording-content {
	margin-bottom: 40px;
}
.recording-iframe {
	display: flex;
    justify-content: center;
}
main.site-main .recordings-container {
	max-width: 1500px;
}
.mc4wp-alert {
	text-align: center;
    margin-top: 20px;
}
.mc4wp-alert p {
	color: #f4f5f7;
}
@media screen and (max-width: 1200px) {
	.nav-container {
		padding: 30px 20px;
	}
	nav ul.nav-menu {
	    gap: 20px;
	}
}
@media screen and (min-width: 921px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation .ccfh-main-nav {
		display: flex;
	}
	.main-navigation .ccfh-main-nav ul {
		display: flex;
		list-style: none;
		margin: 0;
		padding: 0;
	}
}

@media screen and (max-width: 920px) {
	nav .ccfh-main-nav {
		position: absolute;
	    left: 0;
	    top: 109px;
	    background: #f4f5f7;
	    width: 100%;
	    border-top: #37705d solid 1px;
	    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.5);
	}
	nav .ccfh-main-nav ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.header-search-btn {
		display: block;
	    width: 100%;
	    margin: 0;
	    padding: 15px 10px;
	    border-radius: 0;
	    border: none;
	}
	.header-search-btn:hover {
		background: #4c9a80;
		color: #f4f5f7;
	}
	.header-search-btn:hover i {
		background: #4c9a80;
		color: #f4f5f7;
	}
	.header-search {
		position: static;
	}
	form.search-form {
		justify-content: center;
	}
	nav ul.nav-menu li a {
		padding: 10px;
	}
	nav ul.nav-menu li:hover {
		background: #4c9a80;
	}
	nav ul.nav-menu li:hover a {
		color: #f4f5f7;
	}
	.site-title .site-title-container h1 {
		font-size: 40px;
	}
	.home-objectives ul {
	    gap: 40px;
	    flex-wrap: wrap;
	}
	.home-objectives ul li {
	    width: 40%;
	}
	.homeopathy-webseries .container {
		flex-direction: column-reverse;
		gap: 40px;
	}
	.homeopathy-webseries-video, .homeopathy-webseries-info {
		width: 100%;
	}
	.homeopathy-webseries-video {
	    display: flex;
        justify-content: center;
	}
	.homeopathy-webseries-info {
		max-width: 100%;
    	text-align: center;
	}
	.members-list {
		justify-content: center;
	}
	.ccfh-articles-research article a {
		flex-direction: column;
	}
	.ccfh-articles-research article .article-img img {
		border-radius: 0;
	}
	.ccfh-articles-research article .article-info {
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    text-align: center;
	}
	.recordings-container ul.recordings-list {
		flex-direction: column;
		list-style: none;
	}
	.recordings-container ul.recordings-list li {
		width: 100%;
	}
	.contact-us-container {
		flex-direction: column;
	}
	.contact-form, .contact-social-media {
		width: 100%;
	}
	.contact-form {
		border-right: none;
		border-bottom: #5a676b 1px solid;
		padding-bottom: 40px;
		padding-right: 0;
	}
	.contact-form form {
		max-width: 480px;
    	margin: 0 auto;
	}
	.contact-social-media {
		padding-top: 40px;
	}
	footer.site-footer .site-info {
		flex-direction: column;
		align-items: center;
	}
	footer .social-media {
		justify-content: center;
		margin-top: 28px;
	}
	footer .subscribe-form {
		width: 100%;
	}
	.event-container {
		flex-direction: column;
	}
	.event-img {
	    flex: 1;
	    align-self: center;
	    max-width: 400px;
	}
	.event-info h3 {
		text-align: center;
	}
	.registration {
		display: flex;
		justify-content: center;
	}
	.search-tile-container {
		flex-direction: column;
	}
	.search-img {
        flex: 1;
        align-self: center;
        max-width: 400px;
	}
	.search-info h2 {
		text-align: center;
	}
}

@media screen and (max-width: 580px) {
	.nav-container {
        padding: 15px;
    }
	.nav-container .logo-container img {
		width: 200px;
	}
	nav .ccfh-main-nav {
		top: 63px;
	}
	.site-branding {
    	height: 300px;
	}
	.site-title .site-title-container {
		width: 100%;
		justify-content: flex-end;
	}
	.home .site-title .site-title-container {
		justify-content: center;
	}
	.site-title .site-title-container h1 {
		font-size: 32px;
	}
	main.site-main .container, footer .container, .single-container {
		padding: 40px 15px;
	}
	h2, .secondary-header, .single-container h2 {
		font-size: 24px;
		margin-bottom: 28px;
	}
	.home-statement p, .statement-text, .statement-text * {
	    font-size: 18px;
	}
	.home-statement {
		margin-bottom: 40px;
	}
	.home-objectives {
		padding: 40px 0 0;
	}
	.home-objectives ul li {
	    width: 100%;
	    max-width: 250px;
	    margin: 0 auto;
	}
	.get-involved p {
		margin: 0 0 28px;
	}
	.green-btn, .white-btn, .red-btn, input[type="submit"].red-btn {
		padding: 14px 16px;
    	font-size: 16px;
	}
	.menu-toggle.green-btn {
		font-size: 20px;
	    padding: 6px;
	}
	.ccfh-articles-research article .article-info {
	    padding: 20px;
	}
	.additional-resources article {
		padding: 20px;
	}
	p, .main-text, .single-container * {
		font-size: 16px;
	}
	.single-container h3, h3 {
		font-size: 22px;
	}
	.single-container h4, h4 {
		font-size: 20px;
	}
	.single-container h5, h5 {
		font-size: 18px;
	}
	.single-container h6, h6 {
		font-size: 16px;
	}
	.recordings-container ul.recordings-list {
		gap: 20px;
	}
	.recordings-container ul.recordings-list li {
		padding: 20px
	}
	.recordings-container ul.recordings-list li h2 {
		font-size: 22px;
	}
	.additional-resources article h2 {
		font-size: 18px;
	}
	.ccfh-articles-research article .article-info h2 {
		font-size: 22px;
	}
	.contact-form {
		padding-bottom: 20px;
	}
	.contact-social-media {
		padding-top: 20px;
	}
	footer .subscribe-form h2 {
		font-size: 20px;
	}
	footer.site-footer .site-info {
		gap: 28px;
	}
	.inputs-container {
		flex-direction: column;
		gap: 0;
	}
	.separator {
		width: 100%;
		max-width: 350px;
	}
	.events-page .event-entry {
		margin-bottom: 20px;
	}
	.event-container {
		padding: 15px;
	}
	.search-tile {
		margin-bottom: 20px;
	}
	.search-tile-container {
		padding: 15px;
	}
	.search-info h2 {
		font-size: 22px;
	}
	.recording-content {
		margin-bottom: 28px;
	}
	form.search-form input.search-field {
		max-width: 300px;
    	width: 100%;
	}
}