/*!
Theme Name: Children\'s Assessment Center
Theme URI: http://underscores.me/
Author: SJC
Author URI: https://www.sjconsulting.us
Description: A custom theme for CAC
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cac
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.

Children\'s Assessment Center 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/
*/

/*--------------------------------------------------------------
>>> COLOURS:
----------------------------------------------------------------
// Light Blue: #1c9fd9
// Blue: #1174ba;
// Yellow: #fece31
// Green: #579b4a
// Purple: #7e327d

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Layout
# Header
# Footer
# Navigation
	## Links
	## Menus
	## Buttons
	## Pagination
# Components
	## Report Incident Block
	## Donate Widget
	## Landing Blocks
	## Callout Blocks
	## Sliders
	## Home News and Events
	## Galleries
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Categories
	## Events
	## Comments
# 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 */
	font-size: 62.5%;
}

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

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

body {
	margin: 0;
}

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

h1 {
	margin: 0.67em 0;
	font-weight: normal;
	font-size: 4.2rem;
}

h1.entry-title,
h1.page-title,
h1.tribe-events-single-event-title{
	margin-bottom: 0.5em;
	color: #1174ba;
	line-height: 1.3;
	max-width: 875px;
}

h2 {
	color: #1174ba;
	font-weight: normal;
}

h3 {
	color: #1174ba;
	font-weight: normal;
}

@media(max-width: 767px) {
	h1 {
		font-size: 3rem;
	}
}

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

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

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

@media(max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
  .donate-widget li.hidden-mobile {
    display: none;
  }
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 17px;
	font-size: 1.7rem;
	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;
	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%;
}

/*--------------------------------------------------------------
# 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;
	font-family: 'Roboto','Helvetica Neue',Arial,sans-serif;
	font-size: 1.8rem;
	color: #727272;
	/* 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 0;
}

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: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

th {
	font-weight: 500;
	color: #1174ba;
	border-top: none;
	border-left: none;
	border-right: none;
	border-color: #999;
	text-align: left;
	padding: 10px 5px;
}

td {
	border-left: none;
	border-right: none;
	padding: 10px 5px;
	border-color: #ccc;
}

div, section {
	box-sizing: border-box;
}

a {
	transition: 0.175s;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	color: white;
	font-size: 1.8rem;
	line-height: 1;
	padding: .6em 1em .6em;
	background: #1c9fd9;
	border-radius: 5px;
	margin-bottom: 15px;
	text-align: center;
	transition: 0.175s;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #0079B3;
}

input[type="text"],
input[type="email"],
input[type="confirm_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 {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	width: 100%;
	max-width: 375px;
}

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%;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 25px;
	padding-right: 25px;
}
.site-content > .container {
	display: flex;
	justify-content: space-between;
}
.site-content > .below-blocks-content {
  display: block;
}
.content-area {
	width: 100%;
}
.sidebar {
	margin-top: 0.5em;
	flex-shrink: 0;
	flex-grow: 0;
	flex-basis: 250px;
	margin-left: 75px;
}
#content {
	padding-bottom: 45px;
}
@media(max-width: 900px) {
	.sidebar {
		flex-basis: 175px;
		margin-left: 45px;
	}
}
@media(max-width: 767px) {
	.site-content > .container {
		display: block;
	}
	.sidebar {
		margin-left: 0;
		margin-top: 45px;
	}
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header Search
--------------------------------------------------------------*/
.header-upper {
	background: #1c9fd9;
	padding: 8px 15px;
	overflow: hidden;
}
.site-header .search-form-wrap {
	float: right;
}
.site-header .search-submit {
	display: none;
}
.site-header .search-field {
	border: 2px solid white;
	border-radius: 5px;
	background: #1c9fd9;
	color: white;
	width: 220px;
	padding: 6px 15px 4px;
	letter-spacing: 0.5px;
	outline: none;
}
.site-header .search-field:focus {
	color: white;
}
.site-header .search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: white;
}
.site-header .search-field::-moz-placeholder { /* Firefox 19+ */
	color: white;
}
.site-header .search-field:-ms-input-placeholder { /* IE 10+ */
	color: white;
}
.site-header .search-field:-moz-placeholder { /* Firefox 18- */
	color: white;
}
@media(max-width: 767px) {
	.header-upper {
		display: none;
	}
	.search-form {
		position: absolute;
		top: 4px;
		right: 10px;
	}
	.site-header .search-field {
		width: 150px;
	}
}

/*--------------------------------------------------------------
## Header Branding
--------------------------------------------------------------*/
.site-branding {
	background-color: #f8fdff;
	text-align: center;
	padding: 35px 0 25px;
}
.site-branding img {
	max-width: 575px;
}
@media(max-width: 650px) {
	.site-branding img {
		max-width: 85%;
	}
}


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

a:hover, a:focus, a:active {
	color: #1c9fd9;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	width: 100%;
	border-top: 4px solid #1c9fd9;
	border-bottom: 4px solid #1c9fd9;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #727272;
	padding: 15px 28px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.3px;
}
.main-navigation > .menu-main-menu-container > ul > li > a {
	text-align: center;
}

.main-navigation li:hover > a,
.main-navigation li:focus > a,
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	background-color: #1c9fd9;
	color: white;
}

.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;
	border-bottom: 4px solid #1c9fd9;
	border-top: 4px solid #1c9fd9;
	background-color: white;
}

.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: 325px;
	font-size: 17px;
	padding: 8px 20px;
}

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

@media(max-width: 767px) {
	.main-navigation a {
		font-size: 1.5rem;
	}
}
@media(max-width: 767px) {
	.main-navigation {
		background: #1c9fd9;
		position: relative;
	}
	.main-navigation a {
		color: white;
		padding: 15px 18px;
		font-size: 1.8rem;
		font-weight: 500;
	}
	.main-navigation > .menu-main-menu-container > ul > li > a {
		text-align: left;
	}
	.main-navigation ul {
		border-top: 1px solid #0c8fc9;
		margin-top: 3px;
	}
	.main-navigation .sub-menu {
		display: none;
	}
	#primary-menu > li.menu-item-has-children .caret {
		font-size: 1.4em;
		line-height: 1;
		position: absolute;
		padding: 1px 3px 3px 8px;
		margin-left: 2px;
		cursor: pointer;
	}
	#primary-menu > li.menu-item-has-children .caret::after {
		content: '\f0da';
		display: inline-block;
		font-family: "FontAwesome";

	}
	#primary-menu > li.submenu-open .caret::after {
		content: '\f0d7';
	}
	.main-navigation ul ul {
		float: none;
		position: static;
		background: transparent;
		border: none;
		box-shadow: none;

	}
	.main-navigation ul ul a {
		font-size: 1.4em;
		padding: 8px 20px 8px 35px;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul {
		position: static;
		box-shadow: none;
		background-color: transparent;
		display: none;
	}
	.main-navigation ul li ul li {
		font-size: 0.6em;
	}
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled .nav-menu {
	display: block;
}
.menu-toggle {
	display: inline-block;
	height: 100%;
	margin-bottom: 0;
	width: 110px;
	text-align: left
}
.menu-toggle i {
	font-size: 2.5rem;
	line-height: 1;
}
.menu-toggle span {
	display: inline-block;
	height: 100%;
	position: absolute;
	top: 14px;
	left: 44px;
	font-size: 1.9rem;
}

@media screen and (min-width: 768px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
		justify-content: center;
	}
	.main-navigation ul 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%;
}

/* Sidebar Menu */
.sidebar ul {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}
.sidebar .menu li {
	display: none;
	margin-bottom: 20px;
}
.sidebar .menu a {
	font-weight: 500;
	text-decoration: none;
	font-size: 2rem;
}
.sidebar .menu li.current-menu-parent,
.sidebar .menu li.current-menu-parent li,
.sidebar .menu li.current-menu-ancestor li,
.page-id-75 .sidebar li.current-menu-item,
.page-id-75 .sidebar li.current-menu-item li {
	display: list-item;
}
.sidebar .menu li.current-menu-parent > a,
.page-id-75 .sidebar li.current-menu-item > a {
	display: none;
}
@media(max-width: 767px) {
	.sidebar .menu-main-menu-container {
		display: none;
	}
}


/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
.button {
	text-decoration: none;
	border: 1px solid;
	padding: 12px 26px;
	line-height: 1;
	font-size: 16px;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	border-radius: 5px;
}

@media(max-width: 767px) {
	.button {
		padding: 10px 20px;
		font-size: 15px;
	}
}

.button:hover,
.button:focus {
	text-decoration: none;
	color: white;
}
.button--square {
	border-radius: 0px;
}
.button--blue {
	background: #1c9fd9;
	color: white;
}
.button--blue:hover,
.button--blue:focus {
	background-color: #0079B3;
}
footer .button--blue {
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  font-size: 22px;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  padding: 14px 20px;
  border: none;
  background-color: #1a91eb;
  z-index: 10;
}
footer .button--blue i {
  font-size: 18px;
}

.sidebar .button {
	width: 100%;
	padding: 18px 26px;
	font-size: 28px;
	margin-bottom: 55px;
}

@media(max-width: 900px) {
	.sidebar .button {
		width: 100%;
		padding: 15px 15px;
		font-size: 22px;
		margin-bottom: 35px;
	}
}

.buttons-block {
	background: #1c9fd9;
	height: auto;
	font-size: 15px;
	margin-bottom: 45px;

}
.buttons-block ul {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
  padding: 15px 0 19px;
	margin: 0 auto;
	max-width: 960px;
}
.buttons-block li {
	text-align: center;
	margin: 0;
	position: relative;
	z-index: 100;
	background: #579b4a;
	border-radius: 5px;
  margin: 0 10px;
}
.buttons-block li:first-child {
	background: #fece31;
}
.buttons-block li:last-child {
	background: #7e327d;
}
.buttons-block ul li:before {
	display: none;
}
.buttons-block a {
	width: 100%;
	display: block;
  padding: 10px 15px;
	color: white;
	border: 3px solid white;
	border-radius: 5px;
	font-size: 1.8em;
	text-decoration: none;
}
@media(max-width: 767px) {
	.buttons-block {
		margin-bottom: 25px;
		background: transparent;
		font-size: 1.5rem;
		height: auto;
	}
	.buttons-block ul {
		flex-direction: column;
	}
	.buttons-block li {
		width: calc(100% - 25px);
		margin: 0 0 10px;
		border-radius: 0;
	}
	.buttons-block a  {
		border: none;
		border-radius: 0;
    font-size: 15px;
	}
}
@media(max-width: 599px) {
	.buttons-block {
		font-size: 1.2rem;
	}
}
@media(max-width: 480px) {
	.buttons-block {
		font-size: 0.9rem;
	}
}

/*------------
## Pagination
--------------------------------------------------------------*/
ol.wp-paginate.wpp-modern-grey a,
ol.wp-paginate.wpp-modern-grey .current {
	color: #1174ba;
}

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

/*--------------------------------------------------------------
## Report Incident Block
--------------------------------------------------------------*/
.report-incident {
	background-color: #edf9fe;
	text-align: center;
	font-size: 1.7rem;
	padding: 10px;
}
.report-incident h3 {
	font-size: 1em;
	margin-bottom: 5px;
}
.report-incident p {
	font-size: 0.85em;
	margin-top: 5px;
}
.report-incident strong {
	font-weight: 500;
	color: #1174ba;
}

/*--------------------------------------------------------------
## Donate Widget
--------------------------------------------------------------*/
.donate-widget {
	position: fixed;
	z-index: 101;
	right: 15px;
	top: 100px;
	font-size: 1.8rem;
	width: 125px;
}
.donate-widget ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.donate-widget li {
	background-color: #1c9fd9;
	border-radius: 5px;
	margin-bottom: 15px;
	text-align: center;
	transition: 0.175s;
}
.donate-widget a {
	display: inline-block;
	color: white;
	font-size: 1em;
	text-decoration: none;
	padding: 10px;
	text-transform: uppercase;
	font-weight: normal;
}
.donate-widget__social {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 7px;
}
.donate-widget__social__facebook {
  background: url(images/facebook-icon.png) no-repeat;
  width: 33px;
  height: 34px;
}
.donate-widget__social__instagram {
  background: url(images/instagram-icon.png) no-repeat;
    width: 33px;
    height: 34px;
}
.donate-widget__donate:hover,
.donate-widget__donate:focus {
	background-color: #579b4a;
}
.donate-widget__contact:hover,
.donate-widget__contact:focus {
	background-color: #fece31;
}
.donate-widget__tour a,
.donate-widget__speaker a,
.donate-widget__report a {
    font-size: 0.85em;
    line-height: 1.15;
}
.donate-widget__tour:hover,
.donate-widget__tour:focus {
	background-color: #E96A23;
}
.donate-widget__speaker:hover,
.donate-widget__speaker:focus {
	background-color: #2e7742;
}
.donate-widget__report:hover,
.donate-widget__report:focus {
	background-color: #7e327d;
}

@media(max-width: 767px) {
	.donate-widget {
		position: static;
		width: 100%;
		background: #1c9fd9;
	}
	.donate-widget > ul {
		display: flex;
		justify-content: space-between;
	}
	.donate-widget li {
		width: 33.33333333%;
		background: transparent;
		margin-bottom: 0;
		border-radius: 0;
		display: flex;
		align-items: center;
		justify-content: center;
    font-size: 1.5rem;
	}
	.donate-widget .donate-widget__donate {
		background-color: #579b4a;
	}
	.donate-widget .donate-widget__social {
		background-color: #7e327d;
		justify-content: space-around;
	}
	.donate-widget .donate-widget__contact {
		background-color: #fece31;
	}
	.donate-widget .donate-widget__report {
		background-color: #569B4A;
	}
	.donate-widget__donate a,
	.donate-widget__contact a {
		width: 100%;
	}
	.donate-widget__social {
		display: none !important;
	}
}

/*--------------------------------------------------------------
## Landing Blocks
--------------------------------------------------------------*/
.landing-blocks {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.landing-block {
	width: 48.75%;
	margin-bottom: 2.5%;
	border-radius: 4px;
	border: 2px solid #6f7172;
	height: 350px;
	font-size: 1.8rem;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}
.landing-block .layout-wrapper {
	background: rgba(17, 116, 186, 0.8);
	width: 100%;
	box-sizing: border-box;
	padding: 15px 25px;
	transition: min-height 0.5s ease;
	position: absolute;
	bottom: 0;
	height: 0;
	min-height: 69px;
	line-height: 1.5;
}
.landing-block:hover .layout-wrapper,
.landing-block:focus .layout-wrapper {
	min-height: 50%;
	background: rgba(236, 201, 81, 0.8);
}
.landing-block__title {
	font-size: 1.6em;
	margin: 0 0 0em;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: white;
}
.landing-block__title a {
	text-decoration: none;
	color: white;
}
.landing-block:hover .landing-block__title,
.landing-block:hover .landing-block__title a,
.landing-block:focus .landing-block__title,
.landing-block:focus .landing-block__title a {
	color: #1174ba;
}
.landing-block p {
	margin: 5px 0;
	color: #333333;
}
.landing-block__link {
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	float: right;
	text-decoration: none;
	border-bottom: 2px solid;
	line-height: 1.2;
	margin-top: 10px;
	color: #1c9fd9;
}
.landing-block--white .layout-wrapper {
	background: rgba(255, 255, 255, 0.8);
}
.landing-block--white:hover .layout-wrapper,
.landing-block--white:focus .layout-wrapper {
	background: rgba(255, 255, 255, 0.8);
}
.landing-block--white .landing-block__title,
.landing-block--white .landing-block__title a {
	color: #1174ba;
}
.landing-block--green .layout-wrapper {
	background: rgba(46, 119, 66, 0.8);
}
.landing-block--green:hover .layout-wrapper,
.landing-block--green:focus .layout-wrapper {
	background: rgba(46, 119, 66, 0.8);
}
.landing-block--green:hover .landing-block__title,
.landing-block--green:focus .landing-block__title,
.landing-block--green:hover .landing-block__title a,
.landing-block--green:focus .landing-block__title a {
	color: white;
}
.landing-block--green p {
	color: white;
}
.landing-block--green .landing-block__link,
.landing-block--green .landing-block__link a,
.landing-block--green:hover .landing-block__link,
.landing-block--green:focus .landing-block__link {
	color: white;
}
@media(max-width: 1225px) {
	.landing-block {
		font-size: 1.6rem;
	}
	.landing-block .layout-wrapper {
		min-height: 60px;
		padding-top: 13px;
	}
}
@media(max-width: 767px) {
	.landing-blocks {
		display: block;
	}
	.landing-block {
		width: 100%;
		height: 300px;
		font-size: 1.5rem;
	}
	.landing-block .layout-wrapper {
		min-height: 55px;
		padding-top: 11px;
	}
}
@media(max-width: 480px) {
	.landing-block {
		font-size: 1.1rem;
		height: 250px;
	}
	.landing-block .layout-wrapper {
		min-height: 43px;
		padding: 11px 15px;
	}
}

/*--------------------------------------------------------------
## Callout Blocks
--------------------------------------------------------------*/
.callout-block {
	width: 48.5%;
	margin-bottom: 3%;
	border: 3px solid #6f7172;
	border-radius: 2px;
	font-size: 2.8rem;
}
.callout-block a {
	text-decoration: none;
}
.callout-block .layout-wrapper {
	height: auto;
	background-size: cover;
}
.callout-block .iframe-container {
	height: 100%;
}
.callout-block iframe {
	width: 100%;
	height: 100%;
}
.callout__title {
	margin: 0;
	padding: 0.7em 1.5em;
	font-size: 1em;
	background: #1c9fd9;
	color: white;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 0.3px;
	border-bottom: 10px solid #fece31;
}
.callout-block:last-child .callout__title {
	border-color: #579b4a;
}

@media(max-width: 767px) {
	.site-content .callout-blocks {
		display: block;
	}
	.callout-block {
		width: 100%;
		min-height: 350px;
		font-size: 2rem;
	}
	.callout-block a {
		min-height: 350px;
	}
	.callout-block .layout-wrapper {
		min-height: 350px;
	}
}
@media(max-width: 599px) {
	.callout-block,
	.callout-block a,
	.callout-block .layout-wrapper {
		min-height: 275px;
	}
}
@media(max-width: 480px) {
	.callout-block {
		font-size: 1.7rem;
	}
	.callout-block,
	.callout-block a,
	.callout-block .layout-wrapper {
		min-height: 180px;
	}
}


/*--------------------------------------------------------------
## Home News & Events
--------------------------------------------------------------*/
.home-listing {
	font-size: 2rem;
	width: 48.5%;
	margin-bottom: 0.2em;
}
.home-listing__title {
	font-size: 1.3em;
	line-height: 1;
	font-weight: normal;
	letter-spacing: 0.3px;
	color: white;
	background-color: #1c9fd9;
	margin: 0 0 15px;
	padding: 0.85em 0.5em;
	border-bottom: 5px solid #7e327d;
}
.home-listing__list {
	border: 4px solid #7e327d;
	background-color: #ecfaff;
	padding: 18px 18px 4.2em;
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.home-listing__item {
	width: 48%;
}
.home-listing__item::before {
	display: none;
}
.home-listing__item-title {
	margin-top: 0;
	border-bottom: 2px solid;
	text-transform: uppercase;
	font-size: 1.1em;
	line-height: 1.3;
}
.home-listing__item-title a {
	text-decoration: none;
	color: #7e327d;
}
.home-listing__item-body {
	word-wrap: break-word;
}
.home-listing .more-link {
	color: #7e327d;
	font-weight: bold;
	text-decoration: none;
}
.home-listing__event-date {
	color: #7e327d;
	font-style: italic;
	font-weight: 700;
}

@media(max-width: 767px) {
	.site-content .home-news-events {
		display: block;
	}
	.home-listing {
		width: 100%;
		font-size: 1.6rem;
	}
}
@media(max-width: 480px) {
	.home-listing {
		font-size: 1.4rem;
	}
	.home-listing__title {
		margin-bottom: 0;
		border-bottom-width: 0;
	}
	.home-listing__list {
		display: block;
		padding-bottom: 18px;
		margin-bottom: 12px;
	}
	.home-listing__item {
		width: 100%;
		margin-bottom: 35px;
	}
	.home-listing__item:last-child {
		margin-bottom: 0;
	}
}

/*--------------------------------------------------------------
## Sliders
--------------------------------------------------------------*/
.home #content > .bx-wrapper {
  display: none;
}
div.bx-wrapper {
	border: none;
	margin-bottom: 25px;
	box-shadow: none;
    border: none;
}
.bx-wrapper .bx-controls-direction a {
	background: none;
	text-indent: 0 !important;
	font-size: 48px;
	color: #8f9297;
}
.bx-wrapper .bx-controls i {
	text-shadow: 1px 1px 1px #555;
}
.bx-wrapper .bx-prev {
	left: 35px;
}
.bx-wrapper .bx-next {
	right: 35px;
}
.slides li {
	height: 20vw;
}
.slide-content {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	display: flex;
	align-items: center;
	font-size: 2.3rem;
	color: white;
	text-shadow: 1px 1px 5px #000;
}
.slide-content .layout-wrapper {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: rgba(0,0,0,0.3);
	border-radius: 15px;
	padding: 40px 20px;
}
.slide__title {
	color: white;
	font-size: 1.9em;
	line-height: 1.3;
	margin: 0 0 10px;
}
.slide__description {
	margin: 0 0 25px;
}
.slide__link {
	border: none;
	text-shadow: none;
	color: white;
	text-transform: uppercase;
	font-size: 1.2em;
	padding: 15px 26px;
}
@media(max-width: 767px) {
	.slides li {
		min-height: 400px;
	}
	.slide-content {
		font-size: 1.8rem;
	}
	.bx-wrapper {
		margin-bottom: 0;
	}
	.bx-wrapper .bx-controls-direction a {
		font-size: 32px;
	}
	.slide__link {
		font-size: 1em;
	}
 }
@media(max-width: 599px) {
	.slide-content {
		font-size: 1.5rem;
	}
}
@media(max-width: 480px) {
	.slides li {
		min-height: 350px;
	}
	.slide__description {
		display: none;
	}
	.bx-wrapper .bx-prev {
		left: 15px;
	}
	.bx-wrapper .bx-next {
		right: 15px;
	}
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery-listing {
	padding: 0;
	margin: 0;
	list-style: none;
}
.gallery-listing__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.gallery-listing__item:first-child {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin-top: 20px;
}
.gallery-listing__item-image {
	flex-basis: 175px;
	flex-grow: 0;
	flex-shrink: 0;
	text-align: left;
}
.gallery-listing__item-title {
	width: 100%;
}
.gallery-listing__item-title a {
	text-decoration: none;
	font-size: 2.5rem;
}

.gallery-listing--video {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gallery-listing--video .gallery-listing__item {
	width: 31.5%;
	border: none;
	padding: 0;
	margin: 0 0 35px;
	display: block;
	text-align: center;
}
.gallery-listing--video .gallery-listing__item-image {
	text-align: center;
	width: 100%;
	height: 175px;
}
.gallery-listing--video .gallery-listing__item-image a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.gallery-listing--video .gallery-listing__item-title {
	margin: 10px 0;
}
.gallery-listing--video::after {
	content: "";
	width: 31.5%;
}

.video-gallery {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
}
.video-gallery__item {
	margin-bottom: 35px;
	width: 48.5%;
}
@media(max-width: 767px) {
	.gallery-listing__item-title a {
		font-size: 2rem;
	}
}
@media(max-width: 480px) {
	.gallery-listing__item-image {
		flex-basis: 100px;
		margin-right: 15px;
	}
	.gallery-listing__item-title a {
		text-decoration: none;
		font-size: 2rem;
	}
	.gallery-listing--video {
		display: block;
	}
	.gallery-listing--video .gallery-listing__item {
		width: 100%;
	}
	.gallery-listing--video .gallery-listing__item-image {
		height: 250px;
	}
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.hero {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
}
@media(max-width: 480px) {
	.hero {
		height: 200px;
	}
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-upper {
	background-color: #7e327d;
	color: white;
	padding: 20px 0;
}
.footer-upper > .container {
	display: flex;
	justify-content: space-between;
}
.footer-upper a {
	color: white;
	text-decoration: none;
}
.footer-upper a:hover,
.footer-upper a:focus {
	text-decoration: underline;
}
.footer-upper h3 {
	margin: 0 0 30px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 0.3px;
	color: white;
}
.footer-upper h4 {
	font-weight: normal;
	font-size: 25px;
	margin: 0;
	letter-spacing: 0.3px;
}
.footer-upper p {
	font-size: 19px;
	line-height: 1.6;
	margin-top: 0;
}

.footer-social h4 {
	margin-top: 60px;
	font-size: 19px;
}
.footer-social iframe {
	height: 320px;
	width: 100%;
	min-width: 550px;
}
.social-links {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
.social-links li {
	display: inline-block;
	margin-right: 15px;
	vertical-align: top;
}
.social-links a {
	background-image: url(images/social-icons.png);
	background-repeat: no-repeat;
	width: 42px;
	height: 42px;
	display: inline-block;
}
.social--facebook {
	margin-right: 16px;
}
.social--facebook a {
	background-position: 0px 0px;
}
.social--twitter a {
	background-position: -61px 0px;
}
.social--instagram a {
	background-position: -122px 0px;
}
.social--linkedin a {
	background: none;
	font-size: 48px;
}
.social--linkedin i {
	display: block;
	margin-top: -2px;
}

@media(max-width: 1000px) {
	.footer-social iframe {
		min-width: 400px;
	}
}
@media(max-width: 767px) {
	.footer-upper h3 {
		font-size: 17px;
		margin-bottom: 20px;
	}
	.footer-social iframe {
		height: 220px;
		min-width: 300px;
	}
	.social-links li {
		 margin-right: 10px;
	 }
	.social-links a {
		background-image: url(images/social-icons-small.png);
		width: 34px;
		height: 34px;
	}
	.social--facebook a {
		background-position: 0px 0px;
	}
	.social--twitter a {
		background-position: -42px 0;
	}
	.social--instagram a {
		background-position: -83px 0;
	}
	.social--linkedin a {
		background: none;
		font-size: 38px;
	}
	.footer-social h4 {
		margin-top: 25px;
	}
	.footer-upper h4 {
		font-size: 20px;
	}
	.footer-upper p {
		font-size: 16px;
	}
}
@media(max-width: 599px) {
	.footer-upper > .container {
		display: block;
	}
	.footer-upper h3,
	.footer-upper h4 {
		margin-bottom: 10px;
	}
	.footer-upper h4 {
		font-size: 19px;
	}
	.footer-upper p {
		margin-bottom: 2em;
	}
	.footer-social iframe {
		height: 220px;
		min-width: auto;
	}
}

.footer-logos {
	padding: 40px 25px;
}
.footer-logos ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	list-style-type: none;
}

.footer-lower {
	background-color: #1c9fd9;
	color: white;
	padding: 25px 0 20px;
}
.footer-lower a {
	color: white;
	text-decoration: none;
}
.footer-lower a:hover,
.footer-lower a:focus {
	color: white;
	text-decoration: none;
}
.footer-lower ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
	justify-content: center;
	font-size: 18px;
}
.footer-lower li {
	padding-right: 8px;
	padding-left: 8px;
	position: relative;
}
.footer-lower li::after {
	content: '';
	display: block;
	width: 2px;
	height: 20px;
	background-color: white;
	position: absolute;
	top: 4px;
	right: -1px;
}
.footer-lower li:first-child {
	padding-left: 0;
}
.footer-lower li:last-child {
	padding-right: 0;
}
.footer-lower li:last-child::after {
	display: none;
}
.footer-lower p {
	text-align: center;
	margin-bottom: 0;
	font-size: 18px;
	letter-spacing: 0.3px;
}

@media(max-width: 767px) {
	.footer-logos {
		padding: 40px 25px;
	}
	.footer-logos ul {
		padding-left: 0;
	}
	.footer-logos li {
		margin-right: 15px;
	}
	.footer-logos li:last-child {
		margin-right: 0;
	}
}
@media(max-width: 767px) {
	.footer-logos ul {
		display: block;
		text-align: center;
	}
	.footer-logos li {
		margin-bottom: 15px;
	}
}
@media(max-width: 599px) {
	.footer-lower ul {
		font-size: 16px;
		text-align: center;
	}
}

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

.hentry {
	margin: 0 0 1.5em;
}

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

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

.entry-content {
	margin-top: 1rem;
	font-size: 2.1rem;
	line-height: 1.6em;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content ul {
	list-style: none;
}
.entry-content ul li:before {
	display: inline-block;
	content: '';
	border-radius: 50%;
	height: 0.85rem;
	width: 0.85rem;
	margin-right: 1.5rem;
	background-color: #727272;
	margin-top: 0px;
	vertical-align: middle;
}

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

@media(max-width: 767px) {
	.entry-content {
		font-size: 1.7rem;
	}
	.entry-content ul {
		padding-left: 20px;
	}
	.entry-content ul li:before {
		height: 0.65rem;
		width: 0.65rem;
		margin-top: -4px;
	}
}

/*--------------------------------------------------------------
## Categories
--------------------------------------------------------------*/
.category .entry-title a {
	text-decoration: none;
}
.category .sidebar .menu-main-menu-container {
	display: none;
}

/*--------------------------------------------------------------
## Events
--------------------------------------------------------------*/
.events-list .entry-content ul li:before,
.events-list .entry-content ol li:before,
.events-archive .entry-content ul li:before,
.events-archive .entry-content ol li:before {
	display: none;
}
.events-list .sidebar,
.events-archive .sidebar {
	display: none;
}
.single-tribe_events .sidebar {
	margin-top: 3.5em;
}
.single-tribe_events .sidebar .button {
	margin-bottom: 0;
}
.tribe-events-page-title {
	color: #1174ba;
	font-weight: 500;
	font-size: 3.8rem;
}
#tribe-bar-form label {
	color: #1174ba;
}
#tribe-bar-form input[type=text] {
	border-bottom: 1px solid #b9b9b9;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] {
	background: #1c9fd9;
}
#tribe-bar-form input[type=text]:focus {
	outline: none;
	border-bottom: 2px solid #1c9fd9;
}
.tribe-events-nav-pagination ul li:before {
	display: none;
}
.tribe-events-calendar thead th {
	background: #1c9fd9;
}
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
	background: #579b4a;
}
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
	background: #579b4a;
}
#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
	background: #7e327d;
}
.tribe-events-schedule h2 {
	font-weight: normal;
}
@media(max-width: 767px) {
	.tribe-events-page-title,
	.single-tribe_events .tribe-events-single-event-title {
		font-size: 2.5rem;
		line-height: 1.4;
	}
	#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next, #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous, #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next, #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous {
		width: auto;
	}
	.tribe-events-sub-nav li a {
		background: #579b4a;
	}
	.tribe-events-schedule h2 {
		margin-top: 0;
	}
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# 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%;
	border: none;
}

.video-gallery .iframe-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-gallery .iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media(max-width: 767px) {
	.iframe-container {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}

	.iframe-container iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 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;
}

/* Popup overlay */
.pum-overlay.pum-theme-default-theme,
.pum-overlay.pum-theme-default-theme .pum-container {
	background-color: #1c9fd9;
}
.pum-overlay.pum-theme-default-theme p {
	margin-bottom: 0;
}
.pum-overlay.pum-theme-default-theme .pum-content + .pum-close {
	top: 0;
	right: 20px;
	background-color: #ff6961;
	font-size: 44px;
}
.popup-bottom {
	background-color: #579b4a;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	text-align: center;
	color: white;
}
.popup-bottom a {
	color: white;
	text-decoration: none;
}
.pum-overlay h2 {
	margin-top: 0;
	color: white;
}
.pum-overlay .button {
	margin-left: auto;
	margin-right: auto;
}

/* Testimonials */
.testimonials .bx-wrapper {
	border: none;
	box-shadow: none;
	margin-top: 10px;
}
.testimonials-quote {
	border-left: 4px solid #999;
	background-color: #f6f6f6;
	padding: 15px;
	font-style: italic;
}
.testimonials-person {
	color: #1174ba;
	margin-top: 10px;
}
.testimonials i {
	font-size: 14px;
}
/* end Testimonials */
